enum

package
v3.45.0 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 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 BillingDayOfWeek

type BillingDayOfWeek string
const (
	BillingDayOfWeekSunday    BillingDayOfWeek = "sunday"
	BillingDayOfWeekMonday    BillingDayOfWeek = "monday"
	BillingDayOfWeekTuesday   BillingDayOfWeek = "tuesday"
	BillingDayOfWeekWednesday BillingDayOfWeek = "wednesday"
	BillingDayOfWeekThursday  BillingDayOfWeek = "thursday"
	BillingDayOfWeekFriday    BillingDayOfWeek = "friday"
	BillingDayOfWeekSaturday  BillingDayOfWeek = "saturday"
)

type CardStatus

type CardStatus string
const (
	CardStatusNoCard              CardStatus = "no_card"
	CardStatusValid               CardStatus = "valid"
	CardStatusExpiring            CardStatus = "expiring"
	CardStatusExpired             CardStatus = "expired"
	CardStatusPendingVerification CardStatus = "pending_verification"
	CardStatusInvalid             CardStatus = "invalid"
)

type ChildAccountAccessPortalDownloadInvoices

type ChildAccountAccessPortalDownloadInvoices string
const (
	ChildAccountAccessPortalDownloadInvoicesYes      ChildAccountAccessPortalDownloadInvoices = "yes"
	ChildAccountAccessPortalDownloadInvoicesViewOnly ChildAccountAccessPortalDownloadInvoices = "view_only"
	ChildAccountAccessPortalDownloadInvoicesNo       ChildAccountAccessPortalDownloadInvoices = "no"
)

type ChildAccountAccessPortalEditSubscriptions

type ChildAccountAccessPortalEditSubscriptions string
const (
	ChildAccountAccessPortalEditSubscriptionsYes      ChildAccountAccessPortalEditSubscriptions = "yes"
	ChildAccountAccessPortalEditSubscriptionsViewOnly ChildAccountAccessPortalEditSubscriptions = "view_only"
)

type FraudFlag

type FraudFlag string
const (
	FraudFlagSafe       FraudFlag = "safe"
	FraudFlagSuspicious FraudFlag = "suspicious"
	FraudFlagFraudulent FraudFlag = "fraudulent"
)

type ParentAccountAccessPortalDownloadChildInvoices

type ParentAccountAccessPortalDownloadChildInvoices string
const (
	ParentAccountAccessPortalDownloadChildInvoicesYes      ParentAccountAccessPortalDownloadChildInvoices = "yes"
	ParentAccountAccessPortalDownloadChildInvoicesViewOnly ParentAccountAccessPortalDownloadChildInvoices = "view_only"
	ParentAccountAccessPortalDownloadChildInvoicesNo       ParentAccountAccessPortalDownloadChildInvoices = "no"
)

type ParentAccountAccessPortalEditChildSubscriptions

type ParentAccountAccessPortalEditChildSubscriptions string
const (
	ParentAccountAccessPortalEditChildSubscriptionsYes      ParentAccountAccessPortalEditChildSubscriptions = "yes"
	ParentAccountAccessPortalEditChildSubscriptionsViewOnly ParentAccountAccessPortalEditChildSubscriptions = "view_only"
	ParentAccountAccessPortalEditChildSubscriptionsNo       ParentAccountAccessPortalEditChildSubscriptions = "no"
)

type PaymentMethodStatus

type PaymentMethodStatus string
const (
	PaymentMethodStatusValid               PaymentMethodStatus = "valid"
	PaymentMethodStatusExpiring            PaymentMethodStatus = "expiring"
	PaymentMethodStatusExpired             PaymentMethodStatus = "expired"
	PaymentMethodStatusInvalid             PaymentMethodStatus = "invalid"
	PaymentMethodStatusPendingVerification PaymentMethodStatus = "pending_verification"
)

type PaymentMethodType

type PaymentMethodType string
const (
	PaymentMethodTypeCard                  PaymentMethodType = "card"
	PaymentMethodTypePaypalExpressCheckout PaymentMethodType = "paypal_express_checkout"
	PaymentMethodTypeAmazonPayments        PaymentMethodType = "amazon_payments"
	PaymentMethodTypeDirectDebit           PaymentMethodType = "direct_debit"
	PaymentMethodTypeGeneric               PaymentMethodType = "generic"
	PaymentMethodTypeAlipay                PaymentMethodType = "alipay"
	PaymentMethodTypeUnionpay              PaymentMethodType = "unionpay"
	PaymentMethodTypeApplePay              PaymentMethodType = "apple_pay"
	PaymentMethodTypeWechatPay             PaymentMethodType = "wechat_pay"
	PaymentMethodTypeIdeal                 PaymentMethodType = "ideal"
	PaymentMethodTypeGooglePay             PaymentMethodType = "google_pay"
	PaymentMethodTypeSofort                PaymentMethodType = "sofort"
	PaymentMethodTypeBancontact            PaymentMethodType = "bancontact"
	PaymentMethodTypeGiropay               PaymentMethodType = "giropay"
	PaymentMethodTypeDotpay                PaymentMethodType = "dotpay"
	PaymentMethodTypeUpi                   PaymentMethodType = "upi"
	PaymentMethodTypeNetbankingEmandates   PaymentMethodType = "netbanking_emandates"
	PaymentMethodTypeVenmo                 PaymentMethodType = "venmo"
	PaymentMethodTypePayTo                 PaymentMethodType = "pay_to"
	PaymentMethodTypeFasterPayments        PaymentMethodType = "faster_payments"
	PaymentMethodTypeSepaInstantTransfer   PaymentMethodType = "sepa_instant_transfer"
	PaymentMethodTypeAutomatedBankTransfer PaymentMethodType = "automated_bank_transfer"
	PaymentMethodTypeKlarnaPayNow          PaymentMethodType = "klarna_pay_now"
)

type PiiCleared

type PiiCleared string
const (
	PiiClearedActive            PiiCleared = "active"
	PiiClearedScheduledForClear PiiCleared = "scheduled_for_clear"
	PiiClearedCleared           PiiCleared = "cleared"
)

type VatNumberStatus

type VatNumberStatus string
const (
	VatNumberStatusValid        VatNumberStatus = "valid"
	VatNumberStatusInvalid      VatNumberStatus = "invalid"
	VatNumberStatusNotValidated VatNumberStatus = "not_validated"
	VatNumberStatusUndetermined VatNumberStatus = "undetermined"
)

Jump to

Keyboard shortcuts

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