Documentation ¶
Index ¶
- func NewRequestAfterPaySource() *requestAfterPaySource
- func NewRequestAlipayPlusCNSource() *requestAlipayPlusSource
- func NewRequestAlipayPlusDanaSource() *requestAlipayPlusSource
- func NewRequestAlipayPlusGCashSource() *requestAlipayPlusSource
- func NewRequestAlipayPlusHKSource() *requestAlipayPlusSource
- func NewRequestAlipayPlusKakaoPaySource() *requestAlipayPlusSource
- func NewRequestAlipayPlusSource() *requestAlipayPlusSource
- func NewRequestAlipayPlusTNGSource() *requestAlipayPlusSource
- func NewRequestAlipayPlusTrueMoneySource() *requestAlipayPlusSource
- func NewRequestAlmaSource() *requestAlmaSource
- func NewRequestBancontactSource() *requestBancontactSource
- func NewRequestBenefitSource() *requestBenefitSource
- func NewRequestCvConnectSource() *requestCvConnectSource
- func NewRequestEpsSource() *requestEpsSource
- func NewRequestFawrySource() *requestFawrySource
- func NewRequestGiropaySource() *requestGiropaySource
- func NewRequestIdealSource() *requestIdealSource
- func NewRequestIllicadoSource() *requestIllicadoSource
- func NewRequestKlarnaSource() *requestKlarnaSource
- func NewRequestKnetSource() *requestKnetSource
- func NewRequestMbwaySource() *requestMbwaySource
- func NewRequestMultiBancoSource() *requestMultiBancoSource
- func NewRequestP24Source() *requestP24Source
- func NewRequestPayPalSource() *requestPayPalSource
- func NewRequestPostFinanceSource() *requestPostFinanceSource
- func NewRequestQPaySource() *requestQPaySource
- func NewRequestSepaSource() *requestSepaSource
- func NewRequestSofortSource() *requestSofortSource
- func NewRequestStcPaySource() *requestStcPaySource
- func NewRequestTamaraSource() *requestTamaraSource
- func NewRequestTrustlySource() *requestTrustlySource
- func NewRequestWeChatPaySource() *requestWeChatPaySource
- type BillingPlan
- type BillingPlanType
- type FawryProduct
- type InfoFields
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRequestAfterPaySource ¶
func NewRequestAfterPaySource() *requestAfterPaySource
func NewRequestAlipayPlusCNSource ¶
func NewRequestAlipayPlusCNSource() *requestAlipayPlusSource
func NewRequestAlipayPlusDanaSource ¶
func NewRequestAlipayPlusDanaSource() *requestAlipayPlusSource
func NewRequestAlipayPlusGCashSource ¶
func NewRequestAlipayPlusGCashSource() *requestAlipayPlusSource
func NewRequestAlipayPlusHKSource ¶
func NewRequestAlipayPlusHKSource() *requestAlipayPlusSource
func NewRequestAlipayPlusKakaoPaySource ¶
func NewRequestAlipayPlusKakaoPaySource() *requestAlipayPlusSource
func NewRequestAlipayPlusSource ¶
func NewRequestAlipayPlusSource() *requestAlipayPlusSource
func NewRequestAlipayPlusTNGSource ¶
func NewRequestAlipayPlusTNGSource() *requestAlipayPlusSource
func NewRequestAlipayPlusTrueMoneySource ¶
func NewRequestAlipayPlusTrueMoneySource() *requestAlipayPlusSource
func NewRequestAlmaSource ¶
func NewRequestAlmaSource() *requestAlmaSource
func NewRequestBancontactSource ¶
func NewRequestBancontactSource() *requestBancontactSource
func NewRequestBenefitSource ¶
func NewRequestBenefitSource() *requestBenefitSource
func NewRequestCvConnectSource ¶ added in v1.0.3
func NewRequestCvConnectSource() *requestCvConnectSource
func NewRequestEpsSource ¶
func NewRequestEpsSource() *requestEpsSource
func NewRequestFawrySource ¶
func NewRequestFawrySource() *requestFawrySource
func NewRequestGiropaySource ¶
func NewRequestGiropaySource() *requestGiropaySource
func NewRequestIdealSource ¶
func NewRequestIdealSource() *requestIdealSource
func NewRequestIllicadoSource ¶ added in v1.0.3
func NewRequestIllicadoSource() *requestIllicadoSource
func NewRequestKlarnaSource ¶
func NewRequestKlarnaSource() *requestKlarnaSource
func NewRequestKnetSource ¶
func NewRequestKnetSource() *requestKnetSource
func NewRequestMbwaySource ¶
func NewRequestMbwaySource() *requestMbwaySource
func NewRequestMultiBancoSource ¶
func NewRequestMultiBancoSource() *requestMultiBancoSource
func NewRequestP24Source ¶
func NewRequestP24Source() *requestP24Source
func NewRequestPayPalSource ¶
func NewRequestPayPalSource() *requestPayPalSource
func NewRequestPostFinanceSource ¶
func NewRequestPostFinanceSource() *requestPostFinanceSource
func NewRequestQPaySource ¶
func NewRequestQPaySource() *requestQPaySource
func NewRequestSepaSource ¶ added in v1.0.3
func NewRequestSepaSource() *requestSepaSource
func NewRequestSofortSource ¶
func NewRequestSofortSource() *requestSofortSource
func NewRequestStcPaySource ¶
func NewRequestStcPaySource() *requestStcPaySource
func NewRequestTamaraSource ¶
func NewRequestTamaraSource() *requestTamaraSource
func NewRequestTrustlySource ¶ added in v1.0.3
func NewRequestTrustlySource() *requestTrustlySource
func NewRequestWeChatPaySource ¶
func NewRequestWeChatPaySource() *requestWeChatPaySource
Types ¶
type BillingPlan ¶
type BillingPlan struct { Type BillingPlanType `json:"type,omitempty"` SkipShippingAddress bool `json:"skip_shipping_address,omitempty"` ImmutableShippingAddress bool `json:"immutable_shipping_address,omitempty"` }
Properties
type BillingPlanType ¶
type BillingPlanType string
const ( MerchantInitiatedBilling BillingPlanType = "MERCHANT_INITIATED_BILLING" MerchantInitiatedBillingSingleAgreement BillingPlanType = "MERCHANT_INITIATED_BILLING_SINGLE_AGREEMENT" ChannelInitiatedBilling BillingPlanType = "CHANNEL_INITIATED_BILLING" ChannelInitiatedBillingSingleAgreement BillingPlanType = "CHANNEL_INITIATED_BILLING_SINGLE_AGREEMENT" RecurringPayments BillingPlanType = "RECURRING_PAYMENTS" PreApprovedPayments BillingPlanType = "PRE_APPROVED_PAYMENTS" )
type FawryProduct ¶
type FawryProduct struct { ProductId string `json:"product_id,omitempty"` Quantity float64 `json:"quantity,omitempty"` Price float64 `json:"price,omitempty"` Description string `json:"description,omitempty"` }
Properties
type InfoFields ¶
type InfoFields struct { Label string `json:"label,omitempty"` Text string `json:"text,omitempty"` }
Properties
Click to show internal directories.
Click to hide internal directories.