refs

package
v1.34.0 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AffirmRef

type AffirmRef struct {
	Id string `json:"id,omitempty"`
}

type AuthorizeNetRef

type AuthorizeNetRef struct {
	SubscriptionId           string `json:"subscriptionId,omitempty"`
	CustomerProfileId        string `json:"customerProfileId,omitempty"`
	CustomerPaymentProfileId string `json:"customerPaymentProfileId,omitempty"`
}

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"
)

type StripeRef

type StripeRef struct {
	Id string `json:"id,omitempty"`
}

Jump to

Keyboard shortcuts

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