enum

package
v3.8.0 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2023 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 FailureReason

type FailureReason string
const (
	FailureReasonCardError   FailureReason = "card_error"
	FailureReasonServerError FailureReason = "server_error"
)

type State

type State string
const (
	StateCreated      State = "created"
	StateRequested    State = "requested"
	StateSucceeded    State = "succeeded"
	StateCancelled    State = "cancelled"
	StateFailed       State = "failed"
	StateAcknowledged State = "acknowledged"
)

type Type

type Type string
const (
	TypeCheckoutNew          Type = "checkout_new"
	TypeCheckoutExisting     Type = "checkout_existing"
	TypeUpdateCard           Type = "update_card"
	TypeUpdatePaymentMethod  Type = "update_payment_method"
	TypeManagePaymentSources Type = "manage_payment_sources"
	TypeCollectNow           Type = "collect_now"
	TypeExtendSubscription   Type = "extend_subscription"
	TypeCheckoutGift         Type = "checkout_gift"
	TypeClaimGift            Type = "claim_gift"
	TypeCheckoutOneTime      Type = "checkout_one_time"
	TypePreCancel            Type = "pre_cancel"
	TypeViewVoucher          Type = "view_voucher"
)

Jump to

Keyboard shortcuts

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