Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BillingInformation ¶
type CardChannelProperties ¶
type CardInformation ¶
type CardOnFileType ¶
type CardOnFileType string
const ( CustomerUnscheduledCOF CardOnFileType = "CUSTOMER_UNSCHEDULED" MerchantUnscheduledCOF CardOnFileType = "MERCHANT_UNSCHEDULED" RecurringCOF CardOnFileType = "RECURRING" )
type CreateMethod ¶
type CreateMethod struct { Currency *string `json:"currency"` ChannelProperties *CardChannelProperties `json:"channel_properties"` CardInformation *CardInformation `json:"card_information"` }
type Method ¶
type Method CreateMethod
Click to show internal directories.
Click to hide internal directories.