Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthorizeNetRef ¶
type EcommerceRef ¶
type EcommerceRef struct {
Type EcommerceRefType `json:"type,omitempty"`
Stripe StripeRef `json:"stripe,omitempty"`
Affirm AffirmRef `json:"affirm,omitempty"`
AuthorizeNet AuthorizeNetRef `json:"authorizeNet,omitempty"`
}
type EcommerceRefType ¶
type EcommerceRefType string
const ( AffirmEcommerceRefType EcommerceRefType = "affirm" AuthorizeNetRefType EcommerceRefType = "authorize" // Balance Type = "balance" // Ethereum Type = "ethereum" // Bitcoin Type = "bitcoin" // Null Type = "null" // PayPal Type = "paypal" StripeEcommerceRefType EcommerceRefType = "stripe" )
Click to show internal directories.
Click to hide internal directories.