apm

package
v0.0.0-...-ff628f3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 9, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

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

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

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

func NewRequestSepaSource() *requestSepaSource

func NewRequestSofortSource

func NewRequestSofortSource() *requestSofortSource

func NewRequestStcPaySource

func NewRequestStcPaySource() *requestStcPaySource

func NewRequestTamaraSource

func NewRequestTamaraSource() *requestTamaraSource

func NewRequestTrustlySource

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL