Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var OvoChargePhoneValidator = ovoPhoneValidator{/* contains filtered or unexported fields */}
Functions ¶
func NewDana ¶
func NewDana(inv *invoice.Invoice) (*ewallet.CreateEWalletChargeParams, error)
NewDana is factory for Dana payment with xendit latest charge API
func NewLinkAja ¶
func NewLinkAja(inv *invoice.Invoice) (*ewallet.CreateEWalletChargeParams, error)
NewLinkAja is factory for LinkAja payment with xendit latest charge API
Types ¶
type EWalletTypeEnum ¶
type EWalletTypeEnum string
const ( EWalletIDOVO EWalletTypeEnum = "ID_OVO" EWalletIDDana EWalletTypeEnum = "ID_DANA" EWalletIDLinkAja EWalletTypeEnum = "ID_LINKAJA" EwalletIDShopeePay EWalletTypeEnum = "ID_SHOPEEPAY" )
Click to show internal directories.
Click to hide internal directories.