Documentation
¶
Index ¶
- type BillingDayOfWeek
- type CardStatus
- type ChildAccountAccessPortalDownloadInvoices
- type ChildAccountAccessPortalEditSubscriptions
- type FraudFlag
- type ParentAccountAccessPortalDownloadChildInvoices
- type ParentAccountAccessPortalEditChildSubscriptions
- type PaymentMethodStatus
- type PaymentMethodType
- type PiiCleared
- type VatNumberStatus
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 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" )
Source Files
¶
- billing_day_of_week.go
- card_status.go
- child_account_access_portal_download_invoices.go
- child_account_access_portal_edit_subscriptions.go
- fraud_flag.go
- parent_account_access_portal_download_child_invoices.go
- parent_account_access_portal_edit_child_subscriptions.go
- payment_method_status.go
- payment_method_type.go
- pii_cleared.go
- vat_number_status.go
Click to show internal directories.
Click to hide internal directories.