Documentation
¶
Overview ¶
Package stripe provides the binding for Stripe REST APIs.
Index ¶
- Constants
- Variables
- func Bool(v bool) *bool
- func BoolSlice(v []bool) []*bool
- func BoolValue(v *bool) bool
- func Float64(v float64) *float64
- func Float64Slice(v []float64) []*float64
- func Float64Value(v *float64) float64
- func FormatURLPath(format string, params ...string) string
- func Int64(v int64) *int64
- func Int64Slice(v []int64) []*int64
- func Int64Value(v *int64) int64
- func NewIdempotencyKey() string
- func ParseID(data []byte) (string, bool)
- func SetAppInfo(info *AppInfo)
- func SetBackend(backend SupportedBackend, b Backend)
- func SetHTTPClient(client *http.Client)
- func String(v string) *string
- func StringSlice(v []string) []*string
- func StringValue(v *string) string
- type APIConnectionError
- type APIError
- type APIResource
- type APIResponse
- type APIStream
- type Account
- type AccountAddress
- type AccountAddressParams
- type AccountBusinessProfile
- type AccountBusinessProfileParams
- type AccountBusinessType
- type AccountCapabilities
- type AccountCapabilitiesACSSDebitPaymentsParams
- type AccountCapabilitiesAUBECSDebitPaymentsParams
- type AccountCapabilitiesAffirmPayments
- type AccountCapabilitiesAffirmPaymentsParams
- type AccountCapabilitiesAfterpayClearpayPaymentsParams
- type AccountCapabilitiesBACSDebitPaymentsParams
- type AccountCapabilitiesBLIKPayments
- type AccountCapabilitiesBLIKPaymentsParams
- type AccountCapabilitiesBancontactPaymentsParams
- type AccountCapabilitiesBankTransferPayments
- type AccountCapabilitiesBankTransferPaymentsParams
- type AccountCapabilitiesBoletoPaymentsParams
- type AccountCapabilitiesCardIssuingParams
- type AccountCapabilitiesCardPaymentsParams
- type AccountCapabilitiesCartesBancairesPaymentsParams
- type AccountCapabilitiesEPSPaymentsParams
- type AccountCapabilitiesFPXPaymentsParams
- type AccountCapabilitiesGiropayPaymentsParams
- type AccountCapabilitiesGrabpayPaymentsParams
- type AccountCapabilitiesIdealPaymentsParams
- type AccountCapabilitiesJCBPaymentsParams
- type AccountCapabilitiesKlarnaPaymentsParams
- type AccountCapabilitiesKonbiniPayments
- type AccountCapabilitiesKonbiniPaymentsParams
- type AccountCapabilitiesLegacyPaymentsParams
- type AccountCapabilitiesLinkPayments
- type AccountCapabilitiesLinkPaymentsParams
- type AccountCapabilitiesOXXOPaymentsParams
- type AccountCapabilitiesP24PaymentsParams
- type AccountCapabilitiesParams
- type AccountCapabilitiesPayNowPayments
- type AccountCapabilitiesPayNowPaymentsParams
- type AccountCapabilitiesPromptPayPayments
- type AccountCapabilitiesPromptPayPaymentsParams
- type AccountCapabilitiesSEPADebitPaymentsParams
- type AccountCapabilitiesSofortPaymentsParams
- type AccountCapabilitiesTaxReportingUS1099KParams
- type AccountCapabilitiesTaxReportingUS1099MISCParams
- type AccountCapabilitiesTransfersParams
- type AccountCapabilitiesTreasury
- type AccountCapabilitiesTreasuryParams
- type AccountCapabilitiesUSBankAccountAchPayments
- type AccountCapabilitiesUSBankAccountAchPaymentsParams
- type AccountCapability
- type AccountCapabilityStatus
- type AccountCompany
- type AccountCompanyOwnershipDeclaration
- type AccountCompanyOwnershipDeclarationParams
- type AccountCompanyParams
- type AccountCompanyStructure
- type AccountCompanyVerification
- type AccountCompanyVerificationDocument
- type AccountCompanyVerificationDocumentDetailsCode
- type AccountCompanyVerificationDocumentParams
- type AccountCompanyVerificationParams
- type AccountController
- type AccountControllerType
- type AccountDeclineOn
- type AccountDeclineSettingsParams
- type AccountDocumentsBankAccountOwnershipVerificationParams
- type AccountDocumentsCompanyLicenseParams
- type AccountDocumentsCompanyMemorandumOfAssociationParams
- type AccountDocumentsCompanyMinisterialDecreeParams
- type AccountDocumentsCompanyRegistrationVerificationParams
- type AccountDocumentsCompanyTaxIDVerificationParams
- type AccountDocumentsParams
- type AccountDocumentsProofOfRegistrationParams
- type AccountExternalAccountParams
- type AccountFutureRequirements
- type AccountFutureRequirementsAlternative
- type AccountFutureRequirementsError
- type AccountLink
- type AccountLinkCollect
- type AccountLinkParams
- type AccountLinkType
- type AccountList
- type AccountListParams
- type AccountParams
- type AccountPayoutSchedule
- type AccountRejectParams
- type AccountRejectReason
- type AccountRequirements
- type AccountRequirementsAlternative
- type AccountRequirementsDisabledReason
- type AccountRequirementsError
- type AccountSettings
- type AccountSettingsBACSDebitPayments
- type AccountSettingsBACSDebitPaymentsParams
- type AccountSettingsBranding
- type AccountSettingsBrandingParams
- type AccountSettingsCardIssuing
- type AccountSettingsCardIssuingParams
- type AccountSettingsCardPayments
- type AccountSettingsCardPaymentsParams
- type AccountSettingsDashboard
- type AccountSettingsDashboardParams
- type AccountSettingsParams
- type AccountSettingsPayments
- type AccountSettingsPaymentsParams
- type AccountSettingsPayouts
- type AccountSettingsPayoutsParams
- type AccountSettingsSEPADebitPayments
- type AccountSettingsTreasury
- type AccountSettingsTreasuryParams
- type AccountSettingsTreasuryTOSAcceptance
- type AccountSettingsTreasuryTOSAcceptanceParams
- type AccountTOSAcceptance
- type AccountTOSAcceptanceParams
- type AccountTOSAcceptanceServiceAgreement
- type AccountType
- type Address
- type AddressParams
- type Amount
- type AppInfo
- type ApplePayDomain
- type ApplePayDomainList
- type ApplePayDomainListParams
- type ApplePayDomainParams
- type Application
- type ApplicationFee
- type ApplicationFeeList
- type ApplicationFeeListParams
- type ApplicationFeeParams
- type AppsSecret
- type AppsSecretDeleteWhereParams
- type AppsSecretDeleteWhereScopeParams
- type AppsSecretFindParams
- type AppsSecretFindScopeParams
- type AppsSecretList
- type AppsSecretListParams
- type AppsSecretListScopeParams
- type AppsSecretParams
- type AppsSecretScope
- type AppsSecretScopeParams
- type AppsSecretScopeType
- type AuthenticationError
- type AuthorizeURLParams
- type Backend
- type BackendConfig
- type BackendImplementation
- func (s *BackendImplementation) Call(method, path, key string, params ParamsContainer, v LastResponseSetter) error
- func (s *BackendImplementation) CallMultipart(method, path, key, boundary string, body *bytes.Buffer, params *Params, ...) error
- func (s *BackendImplementation) CallRaw(method, path, key string, form *form.Values, params *Params, ...) error
- func (s *BackendImplementation) CallStreaming(method, path, key string, params ParamsContainer, ...) error
- func (s *BackendImplementation) Do(req *http.Request, body *bytes.Buffer, v LastResponseSetter) error
- func (s *BackendImplementation) DoStreaming(req *http.Request, body *bytes.Buffer, v StreamingLastResponseSetter) error
- func (s *BackendImplementation) NewRequest(method, path, key, contentType string, params *Params) (*http.Request, error)
- func (s *BackendImplementation) ResponseToError(res *http.Response, resBody []byte) error
- func (s *BackendImplementation) SetMaxNetworkRetries(maxNetworkRetries int64)
- func (s *BackendImplementation) SetNetworkRetriesSleep(sleep bool)
- func (s *BackendImplementation) UnmarshalJSONVerbose(statusCode int, body []byte, v interface{}) error
- type Backends
- type Balance
- type BalanceDetails
- type BalanceParams
- type BalanceSourceType
- type BalanceTransaction
- type BalanceTransactionFee
- type BalanceTransactionList
- type BalanceTransactionListParams
- type BalanceTransactionParams
- type BalanceTransactionReportingCategory
- type BalanceTransactionSource
- type BalanceTransactionSourceType
- type BalanceTransactionStatus
- type BalanceTransactionType
- type BankAccount
- type BankAccountAccountHolderType
- type BankAccountAvailablePayoutMethod
- type BankAccountList
- type BankAccountListParams
- type BankAccountParams
- type BankAccountStatus
- type BillingDetails
- type BillingDetailsParams
- type BillingPortalConfiguration
- type BillingPortalConfigurationBusinessProfile
- type BillingPortalConfigurationBusinessProfileParams
- type BillingPortalConfigurationFeatures
- type BillingPortalConfigurationFeaturesCustomerUpdate
- type BillingPortalConfigurationFeaturesCustomerUpdateAllowedUpdate
- type BillingPortalConfigurationFeaturesCustomerUpdateParams
- type BillingPortalConfigurationFeaturesInvoiceHistory
- type BillingPortalConfigurationFeaturesInvoiceHistoryParams
- type BillingPortalConfigurationFeaturesParams
- type BillingPortalConfigurationFeaturesPaymentMethodUpdate
- type BillingPortalConfigurationFeaturesPaymentMethodUpdateParams
- type BillingPortalConfigurationFeaturesSubscriptionCancel
- type BillingPortalConfigurationFeaturesSubscriptionCancelCancellationReason
- type BillingPortalConfigurationFeaturesSubscriptionCancelCancellationReasonOption
- type BillingPortalConfigurationFeaturesSubscriptionCancelCancellationReasonParams
- type BillingPortalConfigurationFeaturesSubscriptionCancelMode
- type BillingPortalConfigurationFeaturesSubscriptionCancelParams
- type BillingPortalConfigurationFeaturesSubscriptionCancelProrationBehavior
- type BillingPortalConfigurationFeaturesSubscriptionPause
- type BillingPortalConfigurationFeaturesSubscriptionPauseParams
- type BillingPortalConfigurationFeaturesSubscriptionUpdate
- type BillingPortalConfigurationFeaturesSubscriptionUpdateDefaultAllowedUpdate
- type BillingPortalConfigurationFeaturesSubscriptionUpdateParams
- type BillingPortalConfigurationFeaturesSubscriptionUpdateProduct
- type BillingPortalConfigurationFeaturesSubscriptionUpdateProductParams
- type BillingPortalConfigurationFeaturesSubscriptionUpdateProrationBehavior
- type BillingPortalConfigurationList
- type BillingPortalConfigurationListParams
- type BillingPortalConfigurationParams
- type BillingPortalSession
- type BillingPortalSessionParams
- type Capability
- type CapabilityDisabledReason
- type CapabilityFutureRequirements
- type CapabilityFutureRequirementsAlternative
- type CapabilityFutureRequirementsError
- type CapabilityList
- type CapabilityListParams
- type CapabilityParams
- type CapabilityRequirements
- type CapabilityRequirementsAlternative
- type CapabilityStatus
- type CaptureParams
- type Card
- type CardAvailablePayoutMethod
- type CardBrand
- type CardError
- type CardFunding
- type CardList
- type CardListParams
- type CardOwnerParams
- type CardParams
- type CardTokenizationMethod
- type CardVerification
- type CashBalance
- type CashBalanceParams
- type CashBalanceSettings
- type CashBalanceSettingsParams
- type CashBalanceSettingsReconciliationMode
- type Charge
- type ChargeFraudStripeReport
- type ChargeFraudUserReport
- type ChargeLevel3
- type ChargeLevel3LineItem
- type ChargeLevel3LineItemsParams
- type ChargeLevel3Params
- type ChargeList
- type ChargeListParams
- type ChargeOutcome
- type ChargeOutcomeRule
- type ChargeParams
- type ChargePaymentMethodDetails
- type ChargePaymentMethodDetailsAUBECSDebit
- type ChargePaymentMethodDetailsAchCreditTransfer
- type ChargePaymentMethodDetailsAchDebit
- type ChargePaymentMethodDetailsAcssDebit
- type ChargePaymentMethodDetailsAffirm
- type ChargePaymentMethodDetailsAfterpayClearpay
- type ChargePaymentMethodDetailsAlipay
- type ChargePaymentMethodDetailsBACSDebit
- type ChargePaymentMethodDetailsBLIK
- type ChargePaymentMethodDetailsBancontact
- type ChargePaymentMethodDetailsBoleto
- type ChargePaymentMethodDetailsCard
- type ChargePaymentMethodDetailsCardChecks
- type ChargePaymentMethodDetailsCardInstallments
- type ChargePaymentMethodDetailsCardPresent
- type ChargePaymentMethodDetailsCardPresentReceipt
- type ChargePaymentMethodDetailsCardPresentReceiptAccountType
- type ChargePaymentMethodDetailsCardThreeDSecure
- type ChargePaymentMethodDetailsCardThreeDSecureAuthenticationFlow
- type ChargePaymentMethodDetailsCardThreeDSecureResult
- type ChargePaymentMethodDetailsCardThreeDSecureResultReason
- type ChargePaymentMethodDetailsCardWallet
- type ChargePaymentMethodDetailsCardWalletAmexExpressCheckout
- type ChargePaymentMethodDetailsCardWalletApplePay
- type ChargePaymentMethodDetailsCardWalletGooglePay
- type ChargePaymentMethodDetailsCardWalletMasterpass
- type ChargePaymentMethodDetailsCardWalletSamsungPay
- type ChargePaymentMethodDetailsCardWalletVisaCheckout
- type ChargePaymentMethodDetailsCustomerBalance
- type ChargePaymentMethodDetailsEps
- type ChargePaymentMethodDetailsFPX
- type ChargePaymentMethodDetailsGiropay
- type ChargePaymentMethodDetailsGrabpay
- type ChargePaymentMethodDetailsIdeal
- type ChargePaymentMethodDetailsInteracPresent
- type ChargePaymentMethodDetailsInteracPresentReceipt
- type ChargePaymentMethodDetailsKlarna
- type ChargePaymentMethodDetailsKlarnaPaymentMethodCategory
- type ChargePaymentMethodDetailsKonbini
- type ChargePaymentMethodDetailsKonbiniStore
- type ChargePaymentMethodDetailsKonbiniStoreChain
- type ChargePaymentMethodDetailsLink
- type ChargePaymentMethodDetailsMultibanco
- type ChargePaymentMethodDetailsOXXO
- type ChargePaymentMethodDetailsP24
- type ChargePaymentMethodDetailsPayNow
- type ChargePaymentMethodDetailsPromptPay
- type ChargePaymentMethodDetailsSepaCreditTransfer
- type ChargePaymentMethodDetailsSepaDebit
- type ChargePaymentMethodDetailsSofort
- type ChargePaymentMethodDetailsStripeAccount
- type ChargePaymentMethodDetailsType
- type ChargePaymentMethodDetailsUSBankAccount
- type ChargePaymentMethodDetailsUSBankAccountAccountHolderType
- type ChargePaymentMethodDetailsUSBankAccountAccountType
- type ChargePaymentMethodDetailsWechat
- type ChargePaymentMethodDetailsWechatPay
- type ChargeRadarOptions
- type ChargeRadarOptionsParams
- type ChargeSearchParams
- type ChargeSearchResult
- type ChargeStatus
- type ChargeTransferData
- type ChargeTransferDataParams
- type CheckoutSession
- type CheckoutSessionAfterExpiration
- type CheckoutSessionAfterExpirationParams
- type CheckoutSessionAfterExpirationRecovery
- type CheckoutSessionAfterExpirationRecoveryParams
- type CheckoutSessionAutomaticTax
- type CheckoutSessionAutomaticTaxParams
- type CheckoutSessionAutomaticTaxStatus
- type CheckoutSessionBillingAddressCollection
- type CheckoutSessionConsent
- type CheckoutSessionConsentCollection
- type CheckoutSessionConsentCollectionParams
- type CheckoutSessionConsentCollectionPromotions
- type CheckoutSessionConsentPromotions
- type CheckoutSessionCustomerCreation
- type CheckoutSessionCustomerDetails
- type CheckoutSessionCustomerDetailsTaxExempt
- type CheckoutSessionCustomerDetailsTaxIDs
- type CheckoutSessionCustomerDetailsTaxIDsType
- type CheckoutSessionCustomerUpdateParams
- type CheckoutSessionDiscountParams
- type CheckoutSessionExpireParams
- type CheckoutSessionLineItemAdjustableQuantityParams
- type CheckoutSessionLineItemParams
- type CheckoutSessionLineItemPriceDataParams
- type CheckoutSessionLineItemPriceDataProductDataParams
- type CheckoutSessionLineItemPriceDataRecurringParams
- type CheckoutSessionList
- type CheckoutSessionListCustomerDetailsParams
- type CheckoutSessionListLineItemsParams
- type CheckoutSessionListParams
- type CheckoutSessionMode
- type CheckoutSessionParams
- type CheckoutSessionPaymentIntentDataParams
- type CheckoutSessionPaymentIntentDataTransferDataParams
- type CheckoutSessionPaymentMethodOptions
- type CheckoutSessionPaymentMethodOptionsACSSDebit
- type CheckoutSessionPaymentMethodOptionsACSSDebitMandateOptions
- type CheckoutSessionPaymentMethodOptionsACSSDebitMandateOptionsDefaultFor
- type CheckoutSessionPaymentMethodOptionsACSSDebitMandateOptionsParams
- type CheckoutSessionPaymentMethodOptionsACSSDebitMandateOptionsPaymentSchedule
- type CheckoutSessionPaymentMethodOptionsACSSDebitMandateOptionsTransactionType
- type CheckoutSessionPaymentMethodOptionsACSSDebitParams
- type CheckoutSessionPaymentMethodOptionsACSSDebitSetupFutureUsage
- type CheckoutSessionPaymentMethodOptionsACSSDebitVerificationMethod
- type CheckoutSessionPaymentMethodOptionsAUBECSDebit
- type CheckoutSessionPaymentMethodOptionsAUBECSDebitParams
- type CheckoutSessionPaymentMethodOptionsAUBECSDebitSetupFutureUsage
- type CheckoutSessionPaymentMethodOptionsAffirm
- type CheckoutSessionPaymentMethodOptionsAffirmParams
- type CheckoutSessionPaymentMethodOptionsAffirmSetupFutureUsage
- type CheckoutSessionPaymentMethodOptionsAfterpayClearpay
- type CheckoutSessionPaymentMethodOptionsAfterpayClearpayParams
- type CheckoutSessionPaymentMethodOptionsAfterpayClearpaySetupFutureUsage
- type CheckoutSessionPaymentMethodOptionsAlipay
- type CheckoutSessionPaymentMethodOptionsAlipayParams
- type CheckoutSessionPaymentMethodOptionsAlipaySetupFutureUsage
- type CheckoutSessionPaymentMethodOptionsBACSDebit
- type CheckoutSessionPaymentMethodOptionsBACSDebitParams
- type CheckoutSessionPaymentMethodOptionsBACSDebitSetupFutureUsage
- type CheckoutSessionPaymentMethodOptionsBancontact
- type CheckoutSessionPaymentMethodOptionsBancontactParams
- type CheckoutSessionPaymentMethodOptionsBancontactSetupFutureUsage
- type CheckoutSessionPaymentMethodOptionsBoleto
- type CheckoutSessionPaymentMethodOptionsBoletoParams
- type CheckoutSessionPaymentMethodOptionsBoletoSetupFutureUsage
- type CheckoutSessionPaymentMethodOptionsCard
- type CheckoutSessionPaymentMethodOptionsCardInstallments
- type CheckoutSessionPaymentMethodOptionsCardInstallmentsParams
- type CheckoutSessionPaymentMethodOptionsCardInstallmentsPlanParams
- type CheckoutSessionPaymentMethodOptionsCardParams
- type CheckoutSessionPaymentMethodOptionsCardSetupFutureUsage
- type CheckoutSessionPaymentMethodOptionsCustomerBalance
- type CheckoutSessionPaymentMethodOptionsCustomerBalanceBankTransfer
- type CheckoutSessionPaymentMethodOptionsCustomerBalanceBankTransferEUBankTransfer
- type CheckoutSessionPaymentMethodOptionsCustomerBalanceBankTransferEUBankTransferParams
- type CheckoutSessionPaymentMethodOptionsCustomerBalanceBankTransferParams
- type CheckoutSessionPaymentMethodOptionsCustomerBalanceBankTransferRequestedAddressType
- type CheckoutSessionPaymentMethodOptionsCustomerBalanceBankTransferType
- type CheckoutSessionPaymentMethodOptionsCustomerBalanceFundingType
- type CheckoutSessionPaymentMethodOptionsCustomerBalanceParams
- type CheckoutSessionPaymentMethodOptionsCustomerBalanceSetupFutureUsage
- type CheckoutSessionPaymentMethodOptionsEPS
- type CheckoutSessionPaymentMethodOptionsEPSParams
- type CheckoutSessionPaymentMethodOptionsEPSSetupFutureUsage
- type CheckoutSessionPaymentMethodOptionsFPX
- type CheckoutSessionPaymentMethodOptionsFPXParams
- type CheckoutSessionPaymentMethodOptionsFPXSetupFutureUsage
- type CheckoutSessionPaymentMethodOptionsGiropay
- type CheckoutSessionPaymentMethodOptionsGiropayParams
- type CheckoutSessionPaymentMethodOptionsGiropaySetupFutureUsage
- type CheckoutSessionPaymentMethodOptionsGrabpay
- type CheckoutSessionPaymentMethodOptionsGrabpayParams
- type CheckoutSessionPaymentMethodOptionsGrabpaySetupFutureUsage
- type CheckoutSessionPaymentMethodOptionsIdeal
- type CheckoutSessionPaymentMethodOptionsIdealParams
- type CheckoutSessionPaymentMethodOptionsIdealSetupFutureUsage
- type CheckoutSessionPaymentMethodOptionsKlarna
- type CheckoutSessionPaymentMethodOptionsKlarnaParams
- type CheckoutSessionPaymentMethodOptionsKlarnaSetupFutureUsage
- type CheckoutSessionPaymentMethodOptionsKonbini
- type CheckoutSessionPaymentMethodOptionsKonbiniParams
- type CheckoutSessionPaymentMethodOptionsKonbiniSetupFutureUsage
- type CheckoutSessionPaymentMethodOptionsOXXO
- type CheckoutSessionPaymentMethodOptionsOXXOParams
- type CheckoutSessionPaymentMethodOptionsOXXOSetupFutureUsage
- type CheckoutSessionPaymentMethodOptionsP24
- type CheckoutSessionPaymentMethodOptionsP24Params
- type CheckoutSessionPaymentMethodOptionsP24SetupFutureUsage
- type CheckoutSessionPaymentMethodOptionsParams
- type CheckoutSessionPaymentMethodOptionsPayNow
- type CheckoutSessionPaymentMethodOptionsPayNowParams
- type CheckoutSessionPaymentMethodOptionsPayNowSetupFutureUsage
- type CheckoutSessionPaymentMethodOptionsSepaDebit
- type CheckoutSessionPaymentMethodOptionsSepaDebitParams
- type CheckoutSessionPaymentMethodOptionsSepaDebitSetupFutureUsage
- type CheckoutSessionPaymentMethodOptionsSofort
- type CheckoutSessionPaymentMethodOptionsSofortParams
- type CheckoutSessionPaymentMethodOptionsSofortSetupFutureUsage
- type CheckoutSessionPaymentMethodOptionsUSBankAccount
- type CheckoutSessionPaymentMethodOptionsUSBankAccountFinancialConnections
- type CheckoutSessionPaymentMethodOptionsUSBankAccountFinancialConnectionsParams
- type CheckoutSessionPaymentMethodOptionsUSBankAccountFinancialConnectionsPermission
- type CheckoutSessionPaymentMethodOptionsUSBankAccountParams
- type CheckoutSessionPaymentMethodOptionsUSBankAccountSetupFutureUsage
- type CheckoutSessionPaymentMethodOptionsUSBankAccountVerificationMethod
- type CheckoutSessionPaymentMethodOptionsWechatPayParams
- type CheckoutSessionPaymentStatus
- type CheckoutSessionPhoneNumberCollection
- type CheckoutSessionPhoneNumberCollectionParams
- type CheckoutSessionSetupIntentDataParams
- type CheckoutSessionShippingAddressCollection
- type CheckoutSessionShippingAddressCollectionParams
- type CheckoutSessionShippingOption
- type CheckoutSessionShippingOptionParams
- type CheckoutSessionShippingOptionShippingRateDataDeliveryEstimateMaximumParams
- type CheckoutSessionShippingOptionShippingRateDataDeliveryEstimateMinimumParams
- type CheckoutSessionShippingOptionShippingRateDataDeliveryEstimateParams
- type CheckoutSessionShippingOptionShippingRateDataFixedAmountCurrencyOptionsParams
- type CheckoutSessionShippingOptionShippingRateDataFixedAmountParams
- type CheckoutSessionShippingOptionShippingRateDataParams
- type CheckoutSessionStatus
- type CheckoutSessionSubmitType
- type CheckoutSessionSubscriptionDataItemsParams
- type CheckoutSessionSubscriptionDataParams
- type CheckoutSessionSubscriptionDataTransferDataParams
- type CheckoutSessionTaxIDCollection
- type CheckoutSessionTaxIDCollectionParams
- type CheckoutSessionTotalDetails
- type CheckoutSessionTotalDetailsBreakdown
- type CheckoutSessionTotalDetailsBreakdownDiscount
- type CheckoutSessionTotalDetailsBreakdownTax
- type CodeVerificationFlow
- type ConnectCollectionTransfer
- type Country
- type CountrySpec
- type CountrySpecList
- type CountrySpecListParams
- type CountrySpecParams
- type Coupon
- type CouponAppliesTo
- type CouponAppliesToParams
- type CouponCurrencyOptions
- type CouponCurrencyOptionsParams
- type CouponDuration
- type CouponList
- type CouponListParams
- type CouponParams
- type CreditNote
- type CreditNoteDiscountAmount
- type CreditNoteLineItem
- type CreditNoteLineItemDiscountAmount
- type CreditNoteLineItemList
- type CreditNoteLineItemListParams
- type CreditNoteLineItemListPreviewParams
- type CreditNoteLineItemType
- type CreditNoteLineParams
- type CreditNoteList
- type CreditNoteListParams
- type CreditNoteParams
- type CreditNotePreviewParams
- type CreditNoteReason
- type CreditNoteStatus
- type CreditNoteTaxAmount
- type CreditNoteType
- type CreditNoteVoidParams
- type Currency
- type Customer
- type CustomerBalanceTransaction
- type CustomerBalanceTransactionList
- type CustomerBalanceTransactionListParams
- type CustomerBalanceTransactionParams
- type CustomerBalanceTransactionType
- type CustomerCashBalanceParams
- type CustomerCashBalanceSettingsParams
- type CustomerCreateFundingInstructionsBankTransferEUBankTransferParams
- type CustomerCreateFundingInstructionsBankTransferParams
- type CustomerCreateFundingInstructionsParams
- type CustomerInvoiceCustomField
- type CustomerInvoiceCustomFieldParams
- type CustomerInvoiceSettings
- type CustomerInvoiceSettingsParams
- type CustomerInvoiceSettingsRenderingOptions
- type CustomerInvoiceSettingsRenderingOptionsParams
- type CustomerList
- type CustomerListParams
- type CustomerListPaymentMethodsParams
- type CustomerParams
- type CustomerRetrievePaymentMethodParams
- type CustomerSearchParams
- type CustomerSearchResult
- type CustomerShippingDetails
- type CustomerShippingDetailsParams
- type CustomerSourceParams
- type CustomerTax
- type CustomerTaxAutomaticTax
- type CustomerTaxExempt
- type CustomerTaxIDDataParams
- type CustomerTaxLocation
- type CustomerTaxLocationSource
- type CustomerTaxParams
- type DOB
- type DOBParams
- type Deauthorize
- type DeauthorizeParams
- type DeclineCode
- type DeliveryEstimate
- type DestinationParams
- type Discount
- type DiscountParams
- type Dispute
- type DisputeEvidence
- type DisputeEvidenceParams
- type DisputeList
- type DisputeListParams
- type DisputeParams
- type DisputeReason
- type DisputeStatus
- type DocumentsCompanyAuthorizationParams
- type DocumentsParams
- type DocumentsPassportParams
- type DocumentsVisaParams
- type EphemeralKey
- type EphemeralKeyParams
- type Error
- type ErrorCode
- type ErrorType
- type Event
- type EventData
- type EventList
- type EventListParams
- type EventParams
- type EventRequest
- type EvidenceDetails
- type ExternalAccount
- type ExternalAccountList
- type ExternalAccountType
- type ExtraValues
- type FeeRefund
- type FeeRefundList
- type FeeRefundListParams
- type FeeRefundParams
- type File
- type FileFileLinkDataParams
- type FileLink
- type FileLinkList
- type FileLinkListParams
- type FileLinkParams
- type FileList
- type FileListParams
- type FileParams
- type FilePurpose
- type Filters
- type FinancialConnectionsAccount
- type FinancialConnectionsAccountAccountHolder
- type FinancialConnectionsAccountAccountHolderType
- type FinancialConnectionsAccountBalance
- type FinancialConnectionsAccountBalanceCash
- type FinancialConnectionsAccountBalanceCredit
- type FinancialConnectionsAccountBalanceRefresh
- type FinancialConnectionsAccountBalanceRefreshStatus
- type FinancialConnectionsAccountBalanceType
- type FinancialConnectionsAccountCategory
- type FinancialConnectionsAccountDisconnectParams
- type FinancialConnectionsAccountList
- type FinancialConnectionsAccountListAccountHolderParams
- type FinancialConnectionsAccountListOwnersParams
- type FinancialConnectionsAccountListParams
- type FinancialConnectionsAccountOwner
- type FinancialConnectionsAccountOwnerList
- type FinancialConnectionsAccountOwnership
- type FinancialConnectionsAccountOwnershipRefresh
- type FinancialConnectionsAccountOwnershipRefreshStatus
- type FinancialConnectionsAccountParams
- type FinancialConnectionsAccountPermission
- type FinancialConnectionsAccountRefreshParams
- type FinancialConnectionsAccountStatus
- type FinancialConnectionsAccountSubcategory
- type FinancialConnectionsAccountSupportedPaymentMethodType
- type FinancialConnectionsSession
- type FinancialConnectionsSessionAccountHolder
- type FinancialConnectionsSessionAccountHolderParams
- type FinancialConnectionsSessionAccountHolderType
- type FinancialConnectionsSessionFilters
- type FinancialConnectionsSessionFiltersParams
- type FinancialConnectionsSessionParams
- type FinancialConnectionsSessionPermission
- type FraudDetails
- type FraudDetailsParams
- type FundingInstructions
- type FundingInstructionsBankTransfer
- type FundingInstructionsBankTransferFinancialAddress
- type FundingInstructionsBankTransferFinancialAddressIban
- type FundingInstructionsBankTransferFinancialAddressSortCode
- type FundingInstructionsBankTransferFinancialAddressSpei
- type FundingInstructionsBankTransferFinancialAddressSupportedNetwork
- type FundingInstructionsBankTransferFinancialAddressType
- type FundingInstructionsBankTransferFinancialAddressZengin
- type FundingInstructionsBankTransferType
- type FundingInstructionsFundingType
- type IdempotencyError
- type IdentityVerificationReport
- type IdentityVerificationReportDocument
- type IdentityVerificationReportDocumentDOB
- type IdentityVerificationReportDocumentError
- type IdentityVerificationReportDocumentErrorCode
- type IdentityVerificationReportDocumentExpirationDate
- type IdentityVerificationReportDocumentIssuedDate
- type IdentityVerificationReportDocumentStatus
- type IdentityVerificationReportDocumentType
- type IdentityVerificationReportIDNumber
- type IdentityVerificationReportIDNumberDOB
- type IdentityVerificationReportIDNumberError
- type IdentityVerificationReportIDNumberErrorCode
- type IdentityVerificationReportIDNumberIDNumberType
- type IdentityVerificationReportIDNumberStatus
- type IdentityVerificationReportList
- type IdentityVerificationReportListParams
- type IdentityVerificationReportOptions
- type IdentityVerificationReportOptionsDocument
- type IdentityVerificationReportOptionsDocumentAllowedType
- type IdentityVerificationReportOptionsIDNumber
- type IdentityVerificationReportParams
- type IdentityVerificationReportSelfie
- type IdentityVerificationReportSelfieError
- type IdentityVerificationReportSelfieErrorCode
- type IdentityVerificationReportSelfieStatus
- type IdentityVerificationReportType
- type IdentityVerificationSession
- type IdentityVerificationSessionCancelParams
- type IdentityVerificationSessionLastError
- type IdentityVerificationSessionLastErrorCode
- type IdentityVerificationSessionList
- type IdentityVerificationSessionListParams
- type IdentityVerificationSessionOptions
- type IdentityVerificationSessionOptionsDocument
- type IdentityVerificationSessionOptionsDocumentAllowedType
- type IdentityVerificationSessionOptionsDocumentParams
- type IdentityVerificationSessionOptionsIDNumber
- type IdentityVerificationSessionOptionsParams
- type IdentityVerificationSessionParams
- type IdentityVerificationSessionRedactParams
- type IdentityVerificationSessionRedaction
- type IdentityVerificationSessionRedactionStatus
- type IdentityVerificationSessionStatus
- type IdentityVerificationSessionType
- type IdentityVerificationSessionVerifiedOutputs
- type IdentityVerificationSessionVerifiedOutputsDOB
- type IdentityVerificationSessionVerifiedOutputsIDNumberType
- type IdentityVerificationStatus
- type InvalidRequestError
- type Inventory
- type InventoryParams
- type Invoice
- type InvoiceAutomaticTax
- type InvoiceAutomaticTaxParams
- type InvoiceAutomaticTaxStatus
- type InvoiceBillingReason
- type InvoiceCollectionMethod
- type InvoiceCustomField
- type InvoiceCustomFieldParams
- type InvoiceCustomerTaxID
- type InvoiceDiscountAmount
- type InvoiceDiscountParams
- type InvoiceFinalizeParams
- type InvoiceItem
- type InvoiceItemDiscountParams
- type InvoiceItemList
- type InvoiceItemListParams
- type InvoiceItemParams
- type InvoiceItemPeriodParams
- type InvoiceItemPriceDataParams
- type InvoiceLine
- type InvoiceLineDiscountAmount
- type InvoiceLineList
- type InvoiceLineListParams
- type InvoiceLineProrationDetails
- type InvoiceLineProrationDetailsCreditedItems
- type InvoiceLineType
- type InvoiceList
- type InvoiceListParams
- type InvoiceMarkUncollectibleParams
- type InvoiceParams
- type InvoicePayParams
- type InvoicePaymentSettings
- type InvoicePaymentSettingsParams
- type InvoicePaymentSettingsPaymentMethodOptions
- type InvoicePaymentSettingsPaymentMethodOptionsACSSDebit
- type InvoicePaymentSettingsPaymentMethodOptionsACSSDebitMandateOptions
- type InvoicePaymentSettingsPaymentMethodOptionsACSSDebitMandateOptionsParams
- type InvoicePaymentSettingsPaymentMethodOptionsACSSDebitMandateOptionsTransactionType
- type InvoicePaymentSettingsPaymentMethodOptionsACSSDebitParams
- type InvoicePaymentSettingsPaymentMethodOptionsACSSDebitVerificationMethod
- type InvoicePaymentSettingsPaymentMethodOptionsBancontact
- type InvoicePaymentSettingsPaymentMethodOptionsBancontactParams
- type InvoicePaymentSettingsPaymentMethodOptionsCard
- type InvoicePaymentSettingsPaymentMethodOptionsCardInstallments
- type InvoicePaymentSettingsPaymentMethodOptionsCardInstallmentsParams
- type InvoicePaymentSettingsPaymentMethodOptionsCardInstallmentsPlanParams
- type InvoicePaymentSettingsPaymentMethodOptionsCardParams
- type InvoicePaymentSettingsPaymentMethodOptionsCardRequestThreeDSecure
- type InvoicePaymentSettingsPaymentMethodOptionsCustomerBalance
- type InvoicePaymentSettingsPaymentMethodOptionsCustomerBalanceBankTransfer
- type InvoicePaymentSettingsPaymentMethodOptionsCustomerBalanceBankTransferEUBankTransfer
- type InvoicePaymentSettingsPaymentMethodOptionsCustomerBalanceBankTransferEUBankTransferParams
- type InvoicePaymentSettingsPaymentMethodOptionsCustomerBalanceBankTransferParams
- type InvoicePaymentSettingsPaymentMethodOptionsCustomerBalanceFundingType
- type InvoicePaymentSettingsPaymentMethodOptionsCustomerBalanceParams
- type InvoicePaymentSettingsPaymentMethodOptionsKonbini
- type InvoicePaymentSettingsPaymentMethodOptionsKonbiniParams
- type InvoicePaymentSettingsPaymentMethodOptionsParams
- type InvoicePaymentSettingsPaymentMethodOptionsUSBankAccount
- type InvoicePaymentSettingsPaymentMethodOptionsUSBankAccountFinancialConnections
- type InvoicePaymentSettingsPaymentMethodOptionsUSBankAccountFinancialConnectionsParams
- type InvoicePaymentSettingsPaymentMethodOptionsUSBankAccountFinancialConnectionsPermission
- type InvoicePaymentSettingsPaymentMethodOptionsUSBankAccountParams
- type InvoicePaymentSettingsPaymentMethodOptionsUSBankAccountVerificationMethod
- type InvoicePaymentSettingsPaymentMethodType
- type InvoiceRenderingOptions
- type InvoiceRenderingOptionsParams
- type InvoiceSearchParams
- type InvoiceSearchResult
- type InvoiceSendParams
- type InvoiceStatus
- type InvoiceStatusTransitions
- type InvoiceTaxAmount
- type InvoiceThresholdReason
- type InvoiceThresholdReasonItemReason
- type InvoiceTransferData
- type InvoiceTransferDataParams
- type InvoiceUpcomingAutomaticTaxParams
- type InvoiceUpcomingCustomerDetailsParams
- type InvoiceUpcomingCustomerDetailsShippingParams
- type InvoiceUpcomingCustomerDetailsTaxIDParams
- type InvoiceUpcomingCustomerDetailsTaxParams
- type InvoiceUpcomingInvoiceItemParams
- type InvoiceUpcomingInvoiceItemPeriodParams
- type InvoiceVoidParams
- type IssuingAuthorization
- type IssuingAuthorizationAmountDetails
- type IssuingAuthorizationApproveParams
- type IssuingAuthorizationAuthorizationMethod
- type IssuingAuthorizationDeclineParams
- type IssuingAuthorizationList
- type IssuingAuthorizationListParams
- type IssuingAuthorizationMerchantData
- type IssuingAuthorizationParams
- type IssuingAuthorizationPendingRequest
- type IssuingAuthorizationRequestHistory
- type IssuingAuthorizationRequestHistoryReason
- type IssuingAuthorizationRequestHistoryViolatedAuthorizationControlEntity
- type IssuingAuthorizationRequestHistoryViolatedAuthorizationControlName
- type IssuingAuthorizationStatus
- type IssuingAuthorizationTreasury
- type IssuingAuthorizationVerificationData
- type IssuingAuthorizationVerificationDataCheck
- type IssuingAuthorizationWalletType
- type IssuingCard
- type IssuingCardCancellationReason
- type IssuingCardList
- type IssuingCardListParams
- type IssuingCardPINParams
- type IssuingCardParams
- type IssuingCardReplacementReason
- type IssuingCardShipping
- type IssuingCardShippingCarrier
- type IssuingCardShippingParams
- type IssuingCardShippingService
- type IssuingCardShippingStatus
- type IssuingCardShippingType
- type IssuingCardSpendingControls
- type IssuingCardSpendingControlsParams
- type IssuingCardSpendingControlsSpendingLimit
- type IssuingCardSpendingControlsSpendingLimitInterval
- type IssuingCardSpendingControlsSpendingLimitParams
- type IssuingCardStatus
- type IssuingCardType
- type IssuingCardWallets
- type IssuingCardWalletsApplePay
- type IssuingCardWalletsApplePayIneligibleReason
- type IssuingCardWalletsGooglePay
- type IssuingCardWalletsGooglePayIneligibleReason
- type IssuingCardholder
- type IssuingCardholderBilling
- type IssuingCardholderBillingParams
- type IssuingCardholderCompany
- type IssuingCardholderCompanyParams
- type IssuingCardholderIndividual
- type IssuingCardholderIndividualDOB
- type IssuingCardholderIndividualDOBParams
- type IssuingCardholderIndividualParams
- type IssuingCardholderIndividualVerification
- type IssuingCardholderIndividualVerificationDocument
- type IssuingCardholderIndividualVerificationDocumentParams
- type IssuingCardholderIndividualVerificationParams
- type IssuingCardholderList
- type IssuingCardholderListParams
- type IssuingCardholderParams
- type IssuingCardholderRequirements
- type IssuingCardholderRequirementsDisabledReason
- type IssuingCardholderSpendingControls
- type IssuingCardholderSpendingControlsParams
- type IssuingCardholderSpendingControlsSpendingLimit
- type IssuingCardholderSpendingControlsSpendingLimitInterval
- type IssuingCardholderSpendingControlsSpendingLimitParams
- type IssuingCardholderStatus
- type IssuingCardholderType
- type IssuingDispute
- type IssuingDisputeEvidence
- type IssuingDisputeEvidenceCanceled
- type IssuingDisputeEvidenceCanceledParams
- type IssuingDisputeEvidenceCanceledProductType
- type IssuingDisputeEvidenceCanceledReturnStatus
- type IssuingDisputeEvidenceDuplicate
- type IssuingDisputeEvidenceDuplicateParams
- type IssuingDisputeEvidenceFraudulent
- type IssuingDisputeEvidenceFraudulentParams
- type IssuingDisputeEvidenceMerchandiseNotAsDescribed
- type IssuingDisputeEvidenceMerchandiseNotAsDescribedParams
- type IssuingDisputeEvidenceMerchandiseNotAsDescribedReturnStatus
- type IssuingDisputeEvidenceNotReceived
- type IssuingDisputeEvidenceNotReceivedParams
- type IssuingDisputeEvidenceNotReceivedProductType
- type IssuingDisputeEvidenceOther
- type IssuingDisputeEvidenceOtherParams
- type IssuingDisputeEvidenceOtherProductType
- type IssuingDisputeEvidenceParams
- type IssuingDisputeEvidenceReason
- type IssuingDisputeEvidenceServiceNotAsDescribed
- type IssuingDisputeEvidenceServiceNotAsDescribedParams
- type IssuingDisputeEvidenceServiceNotAsDescribedProductType
- type IssuingDisputeList
- type IssuingDisputeListParams
- type IssuingDisputeParams
- type IssuingDisputeStatus
- type IssuingDisputeSubmitParams
- type IssuingDisputeTreasury
- type IssuingDisputeTreasuryParams
- type IssuingTransaction
- type IssuingTransactionAmountDetails
- type IssuingTransactionList
- type IssuingTransactionListParams
- type IssuingTransactionParams
- type IssuingTransactionPurchaseDetails
- type IssuingTransactionPurchaseDetailsFlight
- type IssuingTransactionPurchaseDetailsFlightSegment
- type IssuingTransactionPurchaseDetailsFuel
- type IssuingTransactionPurchaseDetailsFuelType
- type IssuingTransactionPurchaseDetailsFuelUnit
- type IssuingTransactionPurchaseDetailsLodging
- type IssuingTransactionPurchaseDetailsReceipt
- type IssuingTransactionTreasury
- type IssuingTransactionType
- type IssuingTransactionWallet
- type Iter
- type LastResponseSetter
- type Level
- type LeveledLogger
- type LeveledLoggerInterface
- type LineItem
- type LineItemDiscount
- type LineItemList
- type LineItemTax
- type ListContainer
- type ListMeta
- type ListParams
- type ListParamsContainer
- type LoginLink
- type LoginLinkParams
- type Mandate
- type MandateCustomerAcceptance
- type MandateCustomerAcceptanceOffline
- type MandateCustomerAcceptanceOnline
- type MandateCustomerAcceptanceType
- type MandateMultiUse
- type MandateParams
- type MandatePaymentMethodDetails
- type MandatePaymentMethodDetailsACSSDebit
- type MandatePaymentMethodDetailsACSSDebitDefaultFor
- type MandatePaymentMethodDetailsACSSDebitPaymentSchedule
- type MandatePaymentMethodDetailsACSSDebitTransactionType
- type MandatePaymentMethodDetailsAUBECSDebit
- type MandatePaymentMethodDetailsBACSDebit
- type MandatePaymentMethodDetailsBACSDebitNetworkStatus
- type MandatePaymentMethodDetailsBLIK
- type MandatePaymentMethodDetailsBLIKOffSession
- type MandatePaymentMethodDetailsBLIKOffSessionInterval
- type MandatePaymentMethodDetailsBLIKType
- type MandatePaymentMethodDetailsCard
- type MandatePaymentMethodDetailsLink
- type MandatePaymentMethodDetailsSepaDebit
- type MandatePaymentMethodDetailsUSBankAccount
- type MandateSingleUse
- type MandateStatus
- type MandateType
- type OAuthScopeType
- type OAuthStripeUserBusinessType
- type OAuthStripeUserGender
- type OAuthStripeUserParams
- type OAuthToken
- type OAuthTokenParams
- type OAuthTokenType
- type Order
- type OrderDeliveryEstimateType
- type OrderItem
- type OrderItemParams
- type OrderItemParent
- type OrderItemParentType
- type OrderItemType
- type OrderList
- type OrderListParams
- type OrderParams
- type OrderPayParams
- type OrderReturn
- type OrderReturnList
- type OrderReturnListParams
- type OrderReturnParams
- type OrderStatus
- type OrderUpdateParams
- type OrderUpdateShippingParams
- type PIIParams
- type PackageDimensions
- type PackageDimensionsParams
- type Params
- type ParamsContainer
- type PaymentIntent
- type PaymentIntentAmountDetails
- type PaymentIntentAmountDetailsTip
- type PaymentIntentApplyCustomerBalanceParams
- type PaymentIntentAutomaticPaymentMethods
- type PaymentIntentAutomaticPaymentMethodsParams
- type PaymentIntentCancelParams
- type PaymentIntentCancellationReason
- type PaymentIntentCaptureMethod
- type PaymentIntentCaptureParams
- type PaymentIntentConfirmParams
- type PaymentIntentConfirmRadarOptionsParams
- type PaymentIntentConfirmationMethod
- type PaymentIntentIncrementAuthorizationParams
- type PaymentIntentIncrementAuthorizationTransferDataParams
- type PaymentIntentList
- type PaymentIntentListParams
- type PaymentIntentMandateDataCustomerAcceptanceOfflineParams
- type PaymentIntentMandateDataCustomerAcceptanceOnlineParams
- type PaymentIntentMandateDataCustomerAcceptanceParams
- type PaymentIntentMandateDataParams
- type PaymentIntentNextAction
- type PaymentIntentNextActionAlipayHandleRedirect
- type PaymentIntentNextActionBoletoDisplayDetails
- type PaymentIntentNextActionCardAwaitNotification
- type PaymentIntentNextActionDisplayBankTransferInstructions
- type PaymentIntentNextActionDisplayBankTransferInstructionsFinancialAddress
- type PaymentIntentNextActionDisplayBankTransferInstructionsFinancialAddressIban
- type PaymentIntentNextActionDisplayBankTransferInstructionsFinancialAddressSortCode
- type PaymentIntentNextActionDisplayBankTransferInstructionsFinancialAddressSpei
- type PaymentIntentNextActionDisplayBankTransferInstructionsFinancialAddressSupportedNetwork
- type PaymentIntentNextActionDisplayBankTransferInstructionsFinancialAddressType
- type PaymentIntentNextActionDisplayBankTransferInstructionsFinancialAddressZengin
- type PaymentIntentNextActionDisplayBankTransferInstructionsType
- type PaymentIntentNextActionKonbiniDisplayDetails
- type PaymentIntentNextActionKonbiniDisplayDetailsStores
- type PaymentIntentNextActionKonbiniDisplayDetailsStoresFamilyMart
- type PaymentIntentNextActionKonbiniDisplayDetailsStoresLawson
- type PaymentIntentNextActionKonbiniDisplayDetailsStoresMinistop
- type PaymentIntentNextActionKonbiniDisplayDetailsStoresSeicomart
- type PaymentIntentNextActionOXXODisplayDetails
- type PaymentIntentNextActionPayNowDisplayQRCode
- type PaymentIntentNextActionPromptPayDisplayQRCode
- type PaymentIntentNextActionRedirectToURL
- type PaymentIntentNextActionType
- type PaymentIntentNextActionUseStripeSDK
- type PaymentIntentNextActionVerifyWithMicrodeposits
- type PaymentIntentNextActionVerifyWithMicrodepositsMicrodepositType
- type PaymentIntentNextActionWechatPayDisplayQRCode
- type PaymentIntentNextActionWechatPayRedirectToAndroidApp
- type PaymentIntentNextActionWechatPayRedirectToIOSApp
- type PaymentIntentOffSession
- type PaymentIntentParams
- type PaymentIntentPaymentMethodDataAffirmParams
- type PaymentIntentPaymentMethodDataBLIKParams
- type PaymentIntentPaymentMethodDataCustomerBalanceParams
- type PaymentIntentPaymentMethodDataKonbiniParams
- type PaymentIntentPaymentMethodDataLinkParams
- type PaymentIntentPaymentMethodDataParams
- type PaymentIntentPaymentMethodDataPayNowParams
- type PaymentIntentPaymentMethodDataPromptPayParams
- type PaymentIntentPaymentMethodDataRadarOptionsParams
- type PaymentIntentPaymentMethodDataUSBankAccountParams
- type PaymentIntentPaymentMethodOptions
- type PaymentIntentPaymentMethodOptionsACSSDebit
- type PaymentIntentPaymentMethodOptionsACSSDebitMandateOptions
- type PaymentIntentPaymentMethodOptionsACSSDebitMandateOptionsParams
- type PaymentIntentPaymentMethodOptionsACSSDebitMandateOptionsPaymentSchedule
- type PaymentIntentPaymentMethodOptionsACSSDebitMandateOptionsTransactionType
- type PaymentIntentPaymentMethodOptionsACSSDebitParams
- type PaymentIntentPaymentMethodOptionsACSSDebitSetupFutureUsage
- type PaymentIntentPaymentMethodOptionsACSSDebitVerificationMethod
- type PaymentIntentPaymentMethodOptionsAUBECSDebit
- type PaymentIntentPaymentMethodOptionsAUBECSDebitParams
- type PaymentIntentPaymentMethodOptionsAUBECSDebitSetupFutureUsage
- type PaymentIntentPaymentMethodOptionsAffirm
- type PaymentIntentPaymentMethodOptionsAffirmCaptureMethod
- type PaymentIntentPaymentMethodOptionsAffirmParams
- type PaymentIntentPaymentMethodOptionsAffirmSetupFutureUsage
- type PaymentIntentPaymentMethodOptionsAfterpayClearpay
- type PaymentIntentPaymentMethodOptionsAfterpayClearpayCaptureMethod
- type PaymentIntentPaymentMethodOptionsAfterpayClearpayParams
- type PaymentIntentPaymentMethodOptionsAfterpayClearpaySetupFutureUsage
- type PaymentIntentPaymentMethodOptionsAlipay
- type PaymentIntentPaymentMethodOptionsAlipayParams
- type PaymentIntentPaymentMethodOptionsAlipaySetupFutureUsage
- type PaymentIntentPaymentMethodOptionsBACSDebit
- type PaymentIntentPaymentMethodOptionsBACSDebitParams
- type PaymentIntentPaymentMethodOptionsBACSDebitSetupFutureUsage
- type PaymentIntentPaymentMethodOptionsBLIK
- type PaymentIntentPaymentMethodOptionsBLIKParams
- type PaymentIntentPaymentMethodOptionsBancontact
- type PaymentIntentPaymentMethodOptionsBancontactParams
- type PaymentIntentPaymentMethodOptionsBancontactSetupFutureUsage
- type PaymentIntentPaymentMethodOptionsBoleto
- type PaymentIntentPaymentMethodOptionsBoletoParams
- type PaymentIntentPaymentMethodOptionsBoletoSetupFutureUsage
- type PaymentIntentPaymentMethodOptionsCard
- type PaymentIntentPaymentMethodOptionsCardCaptureMethod
- type PaymentIntentPaymentMethodOptionsCardInstallments
- type PaymentIntentPaymentMethodOptionsCardInstallmentsParams
- type PaymentIntentPaymentMethodOptionsCardInstallmentsPlan
- type PaymentIntentPaymentMethodOptionsCardInstallmentsPlanInterval
- type PaymentIntentPaymentMethodOptionsCardInstallmentsPlanParams
- type PaymentIntentPaymentMethodOptionsCardInstallmentsPlanType
- type PaymentIntentPaymentMethodOptionsCardMandateOptions
- type PaymentIntentPaymentMethodOptionsCardMandateOptionsAmountType
- type PaymentIntentPaymentMethodOptionsCardMandateOptionsInterval
- type PaymentIntentPaymentMethodOptionsCardMandateOptionsParams
- type PaymentIntentPaymentMethodOptionsCardMandateOptionsSupportedType
- type PaymentIntentPaymentMethodOptionsCardParams
- type PaymentIntentPaymentMethodOptionsCardPresent
- type PaymentIntentPaymentMethodOptionsCardPresentParams
- type PaymentIntentPaymentMethodOptionsCardRequestThreeDSecure
- type PaymentIntentPaymentMethodOptionsCardSetupFutureUsage
- type PaymentIntentPaymentMethodOptionsCustomerBalance
- type PaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer
- type PaymentIntentPaymentMethodOptionsCustomerBalanceBankTransferEUBankTransfer
- type PaymentIntentPaymentMethodOptionsCustomerBalanceBankTransferEUBankTransferParams
- type PaymentIntentPaymentMethodOptionsCustomerBalanceBankTransferParams
- type PaymentIntentPaymentMethodOptionsCustomerBalanceBankTransferRequestedAddressType
- type PaymentIntentPaymentMethodOptionsCustomerBalanceBankTransferType
- type PaymentIntentPaymentMethodOptionsCustomerBalanceFundingType
- type PaymentIntentPaymentMethodOptionsCustomerBalanceParams
- type PaymentIntentPaymentMethodOptionsCustomerBalanceSetupFutureUsage
- type PaymentIntentPaymentMethodOptionsEPS
- type PaymentIntentPaymentMethodOptionsEPSParams
- type PaymentIntentPaymentMethodOptionsEPSSetupFutureUsage
- type PaymentIntentPaymentMethodOptionsFPX
- type PaymentIntentPaymentMethodOptionsFPXParams
- type PaymentIntentPaymentMethodOptionsFPXSetupFutureUsage
- type PaymentIntentPaymentMethodOptionsGiropay
- type PaymentIntentPaymentMethodOptionsGiropayParams
- type PaymentIntentPaymentMethodOptionsGiropaySetupFutureUsage
- type PaymentIntentPaymentMethodOptionsGrabpay
- type PaymentIntentPaymentMethodOptionsGrabpayParams
- type PaymentIntentPaymentMethodOptionsGrabpaySetupFutureUsage
- type PaymentIntentPaymentMethodOptionsIdeal
- type PaymentIntentPaymentMethodOptionsIdealParams
- type PaymentIntentPaymentMethodOptionsIdealSetupFutureUsage
- type PaymentIntentPaymentMethodOptionsInteracPresent
- type PaymentIntentPaymentMethodOptionsInteracPresentParams
- type PaymentIntentPaymentMethodOptionsKlarna
- type PaymentIntentPaymentMethodOptionsKlarnaCaptureMethod
- type PaymentIntentPaymentMethodOptionsKlarnaParams
- type PaymentIntentPaymentMethodOptionsKlarnaSetupFutureUsage
- type PaymentIntentPaymentMethodOptionsKonbini
- type PaymentIntentPaymentMethodOptionsKonbiniParams
- type PaymentIntentPaymentMethodOptionsKonbiniSetupFutureUsage
- type PaymentIntentPaymentMethodOptionsLink
- type PaymentIntentPaymentMethodOptionsLinkCaptureMethod
- type PaymentIntentPaymentMethodOptionsLinkParams
- type PaymentIntentPaymentMethodOptionsLinkSetupFutureUsage
- type PaymentIntentPaymentMethodOptionsOXXO
- type PaymentIntentPaymentMethodOptionsOXXOParams
- type PaymentIntentPaymentMethodOptionsOXXOSetupFutureUsage
- type PaymentIntentPaymentMethodOptionsP24
- type PaymentIntentPaymentMethodOptionsP24Params
- type PaymentIntentPaymentMethodOptionsP24SetupFutureUsage
- type PaymentIntentPaymentMethodOptionsParams
- type PaymentIntentPaymentMethodOptionsPayNow
- type PaymentIntentPaymentMethodOptionsPayNowParams
- type PaymentIntentPaymentMethodOptionsPayNowSetupFutureUsage
- type PaymentIntentPaymentMethodOptionsPromptPay
- type PaymentIntentPaymentMethodOptionsPromptPayParams
- type PaymentIntentPaymentMethodOptionsPromptPaySetupFutureUsage
- type PaymentIntentPaymentMethodOptionsSepaDebit
- type PaymentIntentPaymentMethodOptionsSepaDebitMandateOptions
- type PaymentIntentPaymentMethodOptionsSepaDebitMandateOptionsParams
- type PaymentIntentPaymentMethodOptionsSepaDebitParams
- type PaymentIntentPaymentMethodOptionsSepaDebitSetupFutureUsage
- type PaymentIntentPaymentMethodOptionsSofort
- type PaymentIntentPaymentMethodOptionsSofortParams
- type PaymentIntentPaymentMethodOptionsSofortSetupFutureUsage
- type PaymentIntentPaymentMethodOptionsUSBankAccount
- type PaymentIntentPaymentMethodOptionsUSBankAccountFinancialConnections
- type PaymentIntentPaymentMethodOptionsUSBankAccountFinancialConnectionsParams
- type PaymentIntentPaymentMethodOptionsUSBankAccountFinancialConnectionsPermission
- type PaymentIntentPaymentMethodOptionsUSBankAccountNetworksParams
- type PaymentIntentPaymentMethodOptionsUSBankAccountParams
- type PaymentIntentPaymentMethodOptionsUSBankAccountSetupFutureUsage
- type PaymentIntentPaymentMethodOptionsUSBankAccountVerificationMethod
- type PaymentIntentPaymentMethodOptionsWechatPay
- type PaymentIntentPaymentMethodOptionsWechatPayClient
- type PaymentIntentPaymentMethodOptionsWechatPayParams
- type PaymentIntentPaymentMethodOptionsWechatPaySetupFutureUsage
- type PaymentIntentProcessing
- type PaymentIntentProcessingCard
- type PaymentIntentProcessingCardCustomerNotification
- type PaymentIntentProcessingType
- type PaymentIntentRadarOptionsParams
- type PaymentIntentSearchParams
- type PaymentIntentSearchResult
- type PaymentIntentSetupFutureUsage
- type PaymentIntentStatus
- type PaymentIntentTransferData
- type PaymentIntentTransferDataParams
- type PaymentIntentVerifyMicrodepositsParams
- type PaymentLink
- type PaymentLinkAfterCompletion
- type PaymentLinkAfterCompletionHostedConfirmation
- type PaymentLinkAfterCompletionHostedConfirmationParams
- type PaymentLinkAfterCompletionParams
- type PaymentLinkAfterCompletionRedirect
- type PaymentLinkAfterCompletionRedirectParams
- type PaymentLinkAfterCompletionType
- type PaymentLinkAutomaticTax
- type PaymentLinkAutomaticTaxParams
- type PaymentLinkBillingAddressCollection
- type PaymentLinkConsentCollection
- type PaymentLinkConsentCollectionParams
- type PaymentLinkConsentCollectionPromotions
- type PaymentLinkCustomerCreation
- type PaymentLinkLineItemAdjustableQuantityParams
- type PaymentLinkLineItemParams
- type PaymentLinkList
- type PaymentLinkListLineItemsParams
- type PaymentLinkListParams
- type PaymentLinkParams
- type PaymentLinkPaymentIntentData
- type PaymentLinkPaymentIntentDataCaptureMethod
- type PaymentLinkPaymentIntentDataParams
- type PaymentLinkPaymentIntentDataSetupFutureUsage
- type PaymentLinkPaymentMethodType
- type PaymentLinkPhoneNumberCollection
- type PaymentLinkPhoneNumberCollectionParams
- type PaymentLinkShippingAddressCollection
- type PaymentLinkShippingAddressCollectionParams
- type PaymentLinkShippingOption
- type PaymentLinkShippingOptionParams
- type PaymentLinkSubmitType
- type PaymentLinkSubscriptionData
- type PaymentLinkSubscriptionDataParams
- type PaymentLinkTaxIDCollection
- type PaymentLinkTaxIDCollectionParams
- type PaymentLinkTransferData
- type PaymentLinkTransferDataParams
- type PaymentMethod
- type PaymentMethodACSSDebit
- type PaymentMethodACSSDebitParams
- type PaymentMethodAUBECSDebit
- type PaymentMethodAUBECSDebitParams
- type PaymentMethodAffirm
- type PaymentMethodAffirmParams
- type PaymentMethodAfterpayClearpay
- type PaymentMethodAfterpayClearpayParams
- type PaymentMethodAlipay
- type PaymentMethodAlipayParams
- type PaymentMethodAttachParams
- type PaymentMethodBACSDebit
- type PaymentMethodBACSDebitParams
- type PaymentMethodBLIK
- type PaymentMethodBLIKParams
- type PaymentMethodBancontact
- type PaymentMethodBancontactParams
- type PaymentMethodBoleto
- type PaymentMethodBoletoParams
- type PaymentMethodCard
- type PaymentMethodCardBrand
- type PaymentMethodCardChecks
- type PaymentMethodCardNetwork
- type PaymentMethodCardNetworks
- type PaymentMethodCardParams
- type PaymentMethodCardPresent
- type PaymentMethodCardThreeDSecureUsage
- type PaymentMethodCardWallet
- type PaymentMethodCardWalletAmexExpressCheckout
- type PaymentMethodCardWalletApplePay
- type PaymentMethodCardWalletGooglePay
- type PaymentMethodCardWalletMasterpass
- type PaymentMethodCardWalletSamsungPay
- type PaymentMethodCardWalletType
- type PaymentMethodCardWalletVisaCheckout
- type PaymentMethodCustomerBalance
- type PaymentMethodCustomerBalanceParams
- type PaymentMethodDetachParams
- type PaymentMethodEPS
- type PaymentMethodEPSParams
- type PaymentMethodFPX
- type PaymentMethodFPXAccountHolderType
- type PaymentMethodFPXParams
- type PaymentMethodGiropay
- type PaymentMethodGiropayParams
- type PaymentMethodGrabpay
- type PaymentMethodGrabpayParams
- type PaymentMethodIdeal
- type PaymentMethodIdealParams
- type PaymentMethodInteracPresent
- type PaymentMethodInteracPresentParams
- type PaymentMethodKlarna
- type PaymentMethodKlarnaDOB
- type PaymentMethodKlarnaDOBParams
- type PaymentMethodKlarnaParams
- type PaymentMethodKonbini
- type PaymentMethodKonbiniParams
- type PaymentMethodLink
- type PaymentMethodLinkParams
- type PaymentMethodList
- type PaymentMethodListParams
- type PaymentMethodOXXO
- type PaymentMethodOXXOParams
- type PaymentMethodP24
- type PaymentMethodP24Params
- type PaymentMethodParams
- type PaymentMethodPayNow
- type PaymentMethodPayNowParams
- type PaymentMethodPromptPay
- type PaymentMethodPromptPayParams
- type PaymentMethodRadarOptions
- type PaymentMethodRadarOptionsParams
- type PaymentMethodSepaDebit
- type PaymentMethodSepaDebitGeneratedFrom
- type PaymentMethodSepaDebitParams
- type PaymentMethodSofort
- type PaymentMethodSofortParams
- type PaymentMethodType
- type PaymentMethodUSBankAccount
- type PaymentMethodUSBankAccountAccountHolderType
- type PaymentMethodUSBankAccountAccountType
- type PaymentMethodUSBankAccountNetworks
- type PaymentMethodUSBankAccountNetworksSupported
- type PaymentMethodUSBankAccountParams
- type PaymentMethodWechatPay
- type PaymentMethodWechatPayParams
- type PaymentSource
- type PaymentSourceOwnerParams
- type PaymentSourceType
- type Payout
- type PayoutDestination
- type PayoutDestinationType
- type PayoutFailureCode
- type PayoutInterval
- type PayoutList
- type PayoutListParams
- type PayoutMethodType
- type PayoutParams
- type PayoutReverseParams
- type PayoutScheduleParams
- type PayoutSourceType
- type PayoutStatus
- type PayoutType
- type Period
- type PermissionError
- type Person
- type PersonFutureRequirements
- type PersonFutureRequirementsAlternative
- type PersonFutureRequirementsError
- type PersonList
- type PersonListParams
- type PersonParams
- type PersonPoliticalExposure
- type PersonRequirementsAlternative
- type PersonVerification
- type PersonVerificationDetailsCode
- type PersonVerificationDocument
- type PersonVerificationDocumentParams
- type PersonVerificationParams
- type Plan
- type PlanAggregateUsage
- type PlanBillingScheme
- type PlanInterval
- type PlanList
- type PlanListParams
- type PlanParams
- type PlanProductParams
- type PlanTier
- type PlanTierParams
- type PlanTiersMode
- type PlanTransformUsage
- type PlanTransformUsageParams
- type PlanTransformUsageRound
- type PlanUsageType
- type Price
- type PriceBillingScheme
- type PriceCurrencyOptions
- type PriceCurrencyOptionsCustomUnitAmount
- type PriceCurrencyOptionsCustomUnitAmountParams
- type PriceCurrencyOptionsParams
- type PriceCurrencyOptionsTaxBehavior
- type PriceCurrencyOptionsTier
- type PriceCurrencyOptionsTierParams
- type PriceCustomUnitAmount
- type PriceCustomUnitAmountParams
- type PriceList
- type PriceListParams
- type PriceParams
- type PriceProductDataParams
- type PriceRecurring
- type PriceRecurringAggregateUsage
- type PriceRecurringInterval
- type PriceRecurringListParams
- type PriceRecurringParams
- type PriceRecurringUsageType
- type PriceSearchParams
- type PriceSearchResult
- type PriceTaxBehavior
- type PriceTier
- type PriceTierParams
- type PriceTiersMode
- type PriceTransformQuantity
- type PriceTransformQuantityParams
- type PriceTransformQuantityRound
- type PriceType
- type Product
- type ProductDefaultPriceDataCurrencyOptionsCustomUnitAmountParams
- type ProductDefaultPriceDataCurrencyOptionsParams
- type ProductDefaultPriceDataCurrencyOptionsTierParams
- type ProductDefaultPriceDataParams
- type ProductDefaultPriceDataRecurringParams
- type ProductList
- type ProductListParams
- type ProductParams
- type ProductSearchParams
- type ProductSearchResult
- type ProductType
- type PromotionCode
- type PromotionCodeList
- type PromotionCodeListParams
- type PromotionCodeParams
- type PromotionCodeRestrictions
- type PromotionCodeRestrictionsCurrencyOptions
- type PromotionCodeRestrictionsCurrencyOptionsParams
- type PromotionCodeRestrictionsParams
- type Query
- type Quote
- type QuoteAcceptParams
- type QuoteAutomaticTax
- type QuoteAutomaticTaxParams
- type QuoteAutomaticTaxStatus
- type QuoteCancelParams
- type QuoteCollectionMethod
- type QuoteComputed
- type QuoteComputedRecurring
- type QuoteComputedRecurringInterval
- type QuoteComputedRecurringTotalDetails
- type QuoteComputedRecurringTotalDetailsBreakdown
- type QuoteComputedRecurringTotalDetailsBreakdownDiscount
- type QuoteComputedRecurringTotalDetailsBreakdownTax
- type QuoteComputedUpfront
- type QuoteComputedUpfrontTotalDetails
- type QuoteComputedUpfrontTotalDetailsBreakdown
- type QuoteComputedUpfrontTotalDetailsBreakdownDiscount
- type QuoteComputedUpfrontTotalDetailsBreakdownTax
- type QuoteDiscountParams
- type QuoteFinalizeQuoteParams
- type QuoteFromQuote
- type QuoteFromQuoteParams
- type QuoteInvoiceSettings
- type QuoteInvoiceSettingsParams
- type QuoteLineItemParams
- type QuoteLineItemPriceDataParams
- type QuoteLineItemPriceDataRecurringParams
- type QuoteList
- type QuoteListComputedUpfrontLineItemsParams
- type QuoteListLineItemsParams
- type QuoteListParams
- type QuotePDFParams
- type QuoteParams
- type QuoteStatus
- type QuoteStatusTransitions
- type QuoteSubscriptionData
- type QuoteSubscriptionDataParams
- type QuoteTotalDetails
- type QuoteTotalDetailsBreakdown
- type QuoteTotalDetailsBreakdownDiscount
- type QuoteTotalDetailsBreakdownTax
- type QuoteTransferData
- type QuoteTransferDataParams
- type RadarEarlyFraudWarning
- type RadarEarlyFraudWarningFraudType
- type RadarEarlyFraudWarningList
- type RadarEarlyFraudWarningListParams
- type RadarEarlyFraudWarningParams
- type RadarValueList
- type RadarValueListItem
- type RadarValueListItemList
- type RadarValueListItemListParams
- type RadarValueListItemParams
- type RadarValueListItemType
- type RadarValueListList
- type RadarValueListListParams
- type RadarValueListParams
- type RangeQueryParams
- type RateLimitError
- type ReceiverFlow
- type RedirectFlow
- type RedirectParams
- type Refund
- type RefundCancelParams
- type RefundFailureReason
- type RefundList
- type RefundListParams
- type RefundNextAction
- type RefundNextActionDisplayDetails
- type RefundNextActionDisplayDetailsEmailSent
- type RefundParams
- type RefundReason
- type RefundStatus
- type Relationship
- type RelationshipListParams
- type RelationshipParams
- type ReportRun
- type ReportRunList
- type ReportRunListParams
- type ReportRunParameters
- type ReportRunParametersParams
- type ReportRunParams
- type ReportRunStatus
- type ReportType
- type ReportTypeList
- type ReportTypeListParams
- type ReportTypeParams
- type Requirements
- type Reversal
- type ReversalList
- type ReversalListParams
- type ReversalParams
- type Review
- type ReviewApproveParams
- type ReviewClosedReason
- type ReviewIPAddressLocation
- type ReviewList
- type ReviewListParams
- type ReviewOpenedReason
- type ReviewParams
- type ReviewReason
- type ReviewReasonTypedeprecated
- type ReviewSession
- type SKU
- type SKUInventoryType
- type SKUInventoryValue
- type SKUList
- type SKUListParams
- type SKUParams
- type SearchContainer
- type SearchIter
- type SearchMeta
- type SearchParams
- type SearchParamsContainer
- type SearchQuery
- type SetupAttempt
- type SetupAttemptFlowDirection
- type SetupAttemptList
- type SetupAttemptListParams
- type SetupAttemptPaymentMethodDetails
- type SetupAttemptPaymentMethodDetailsACSSDebit
- type SetupAttemptPaymentMethodDetailsAUBECSDebit
- type SetupAttemptPaymentMethodDetailsBACSDebit
- type SetupAttemptPaymentMethodDetailsBLIK
- type SetupAttemptPaymentMethodDetailsBancontact
- type SetupAttemptPaymentMethodDetailsBoleto
- type SetupAttemptPaymentMethodDetailsCard
- type SetupAttemptPaymentMethodDetailsCardPresent
- type SetupAttemptPaymentMethodDetailsCardThreeDSecure
- type SetupAttemptPaymentMethodDetailsCardThreeDSecureAuthenticationFlow
- type SetupAttemptPaymentMethodDetailsCardThreeDSecureResult
- type SetupAttemptPaymentMethodDetailsCardThreeDSecureResultReason
- type SetupAttemptPaymentMethodDetailsIdeal
- type SetupAttemptPaymentMethodDetailsLink
- type SetupAttemptPaymentMethodDetailsSepaDebit
- type SetupAttemptPaymentMethodDetailsSofort
- type SetupAttemptPaymentMethodDetailsType
- type SetupAttemptPaymentMethodDetailsUSBankAccount
- type SetupAttemptStatus
- type SetupAttemptUsage
- type SetupIntent
- type SetupIntentCancelParams
- type SetupIntentCancellationReason
- type SetupIntentConfirmParams
- type SetupIntentConfirmPaymentMethodDataACSSDebitParams
- type SetupIntentConfirmPaymentMethodDataAUBECSDebitParams
- type SetupIntentConfirmPaymentMethodDataAffirmParams
- type SetupIntentConfirmPaymentMethodDataAfterpayClearpayParams
- type SetupIntentConfirmPaymentMethodDataAlipayParams
- type SetupIntentConfirmPaymentMethodDataBACSDebitParams
- type SetupIntentConfirmPaymentMethodDataBLIKParams
- type SetupIntentConfirmPaymentMethodDataBancontactParams
- type SetupIntentConfirmPaymentMethodDataBillingDetailsParams
- type SetupIntentConfirmPaymentMethodDataBoletoParams
- type SetupIntentConfirmPaymentMethodDataCustomerBalanceParams
- type SetupIntentConfirmPaymentMethodDataEPSParams
- type SetupIntentConfirmPaymentMethodDataFPXParams
- type SetupIntentConfirmPaymentMethodDataGiropayParams
- type SetupIntentConfirmPaymentMethodDataGrabpayParams
- type SetupIntentConfirmPaymentMethodDataIdealParams
- type SetupIntentConfirmPaymentMethodDataInteracPresentParams
- type SetupIntentConfirmPaymentMethodDataKlarnaDOBParams
- type SetupIntentConfirmPaymentMethodDataKlarnaParams
- type SetupIntentConfirmPaymentMethodDataKonbiniParams
- type SetupIntentConfirmPaymentMethodDataLinkParams
- type SetupIntentConfirmPaymentMethodDataOXXOParams
- type SetupIntentConfirmPaymentMethodDataP24Params
- type SetupIntentConfirmPaymentMethodDataParams
- type SetupIntentConfirmPaymentMethodDataPayNowParams
- type SetupIntentConfirmPaymentMethodDataPromptPayParams
- type SetupIntentConfirmPaymentMethodDataRadarOptionsParams
- type SetupIntentConfirmPaymentMethodDataSepaDebitParams
- type SetupIntentConfirmPaymentMethodDataSofortParams
- type SetupIntentConfirmPaymentMethodDataUSBankAccountParams
- type SetupIntentConfirmPaymentMethodDataWechatPayParams
- type SetupIntentFlowDirection
- type SetupIntentList
- type SetupIntentListParams
- type SetupIntentMandateDataCustomerAcceptanceOfflineParams
- type SetupIntentMandateDataCustomerAcceptanceOnlineParams
- type SetupIntentMandateDataCustomerAcceptanceParams
- type SetupIntentMandateDataParams
- type SetupIntentNextAction
- type SetupIntentNextActionRedirectToURL
- type SetupIntentNextActionType
- type SetupIntentNextActionUseStripeSDK
- type SetupIntentNextActionVerifyWithMicrodeposits
- type SetupIntentNextActionVerifyWithMicrodepositsMicrodepositType
- type SetupIntentParams
- type SetupIntentPaymentMethodDataACSSDebitParams
- type SetupIntentPaymentMethodDataAUBECSDebitParams
- type SetupIntentPaymentMethodDataAffirmParams
- type SetupIntentPaymentMethodDataAfterpayClearpayParams
- type SetupIntentPaymentMethodDataAlipayParams
- type SetupIntentPaymentMethodDataBACSDebitParams
- type SetupIntentPaymentMethodDataBLIKParams
- type SetupIntentPaymentMethodDataBancontactParams
- type SetupIntentPaymentMethodDataBillingDetailsParams
- type SetupIntentPaymentMethodDataBoletoParams
- type SetupIntentPaymentMethodDataCustomerBalanceParams
- type SetupIntentPaymentMethodDataEPSParams
- type SetupIntentPaymentMethodDataFPXParams
- type SetupIntentPaymentMethodDataGiropayParams
- type SetupIntentPaymentMethodDataGrabpayParams
- type SetupIntentPaymentMethodDataIdealParams
- type SetupIntentPaymentMethodDataInteracPresentParams
- type SetupIntentPaymentMethodDataKlarnaDOBParams
- type SetupIntentPaymentMethodDataKlarnaParams
- type SetupIntentPaymentMethodDataKonbiniParams
- type SetupIntentPaymentMethodDataLinkParams
- type SetupIntentPaymentMethodDataOXXOParams
- type SetupIntentPaymentMethodDataP24Params
- type SetupIntentPaymentMethodDataParams
- type SetupIntentPaymentMethodDataPayNowParams
- type SetupIntentPaymentMethodDataPromptPayParams
- type SetupIntentPaymentMethodDataRadarOptionsParams
- type SetupIntentPaymentMethodDataSepaDebitParams
- type SetupIntentPaymentMethodDataSofortParams
- type SetupIntentPaymentMethodDataUSBankAccountParams
- type SetupIntentPaymentMethodDataWechatPayParams
- type SetupIntentPaymentMethodOptions
- type SetupIntentPaymentMethodOptionsACSSDebit
- type SetupIntentPaymentMethodOptionsACSSDebitCurrency
- type SetupIntentPaymentMethodOptionsACSSDebitMandateOptions
- type SetupIntentPaymentMethodOptionsACSSDebitMandateOptionsDefaultFor
- type SetupIntentPaymentMethodOptionsACSSDebitMandateOptionsParams
- type SetupIntentPaymentMethodOptionsACSSDebitMandateOptionsPaymentSchedule
- type SetupIntentPaymentMethodOptionsACSSDebitMandateOptionsTransactionType
- type SetupIntentPaymentMethodOptionsACSSDebitParams
- type SetupIntentPaymentMethodOptionsACSSDebitVerificationMethod
- type SetupIntentPaymentMethodOptionsBLIK
- type SetupIntentPaymentMethodOptionsBLIKMandateOptions
- type SetupIntentPaymentMethodOptionsBLIKMandateOptionsOffSession
- type SetupIntentPaymentMethodOptionsBLIKMandateOptionsOffSessionInterval
- type SetupIntentPaymentMethodOptionsBLIKMandateOptionsType
- type SetupIntentPaymentMethodOptionsBLIKParams
- type SetupIntentPaymentMethodOptionsCard
- type SetupIntentPaymentMethodOptionsCardMandateOptions
- type SetupIntentPaymentMethodOptionsCardMandateOptionsAmountType
- type SetupIntentPaymentMethodOptionsCardMandateOptionsInterval
- type SetupIntentPaymentMethodOptionsCardMandateOptionsParams
- type SetupIntentPaymentMethodOptionsCardMandateOptionsSupportedType
- type SetupIntentPaymentMethodOptionsCardNetwork
- type SetupIntentPaymentMethodOptionsCardParams
- type SetupIntentPaymentMethodOptionsCardRequestThreeDSecure
- type SetupIntentPaymentMethodOptionsLink
- type SetupIntentPaymentMethodOptionsLinkParams
- type SetupIntentPaymentMethodOptionsParams
- type SetupIntentPaymentMethodOptionsSepaDebit
- type SetupIntentPaymentMethodOptionsSepaDebitMandateOptions
- type SetupIntentPaymentMethodOptionsSepaDebitMandateOptionsParams
- type SetupIntentPaymentMethodOptionsSepaDebitParams
- type SetupIntentPaymentMethodOptionsUSBankAccount
- type SetupIntentPaymentMethodOptionsUSBankAccountFinancialConnections
- type SetupIntentPaymentMethodOptionsUSBankAccountFinancialConnectionsParams
- type SetupIntentPaymentMethodOptionsUSBankAccountFinancialConnectionsPermission
- type SetupIntentPaymentMethodOptionsUSBankAccountNetworksParams
- type SetupIntentPaymentMethodOptionsUSBankAccountParams
- type SetupIntentPaymentMethodOptionsUSBankAccountVerificationMethod
- type SetupIntentSingleUseParams
- type SetupIntentStatus
- type SetupIntentUsage
- type SetupIntentVerifyMicrodepositsParams
- type Shipping
- type ShippingDetails
- type ShippingDetailsParams
- type ShippingMethod
- type ShippingParams
- type ShippingRate
- type ShippingRateDeliveryEstimate
- type ShippingRateDeliveryEstimateMaximum
- type ShippingRateDeliveryEstimateMaximumParams
- type ShippingRateDeliveryEstimateMaximumUnit
- type ShippingRateDeliveryEstimateMinimum
- type ShippingRateDeliveryEstimateMinimumParams
- type ShippingRateDeliveryEstimateMinimumUnit
- type ShippingRateDeliveryEstimateParams
- type ShippingRateFixedAmount
- type ShippingRateFixedAmountCurrencyOptions
- type ShippingRateFixedAmountCurrencyOptionsParams
- type ShippingRateFixedAmountCurrencyOptionsTaxBehavior
- type ShippingRateFixedAmountParams
- type ShippingRateList
- type ShippingRateListParams
- type ShippingRateParams
- type ShippingRateTaxBehavior
- type ShippingRateType
- type SigmaScheduledQueryRun
- type SigmaScheduledQueryRunError
- type SigmaScheduledQueryRunList
- type SigmaScheduledQueryRunListParams
- type SigmaScheduledQueryRunParams
- type SigmaScheduledQueryRunStatus
- type Source
- type SourceCodeVerificationFlowStatus
- type SourceFlow
- type SourceList
- type SourceListParams
- type SourceMandate
- type SourceMandateAcceptance
- type SourceMandateAcceptanceOfflineParams
- type SourceMandateAcceptanceOnlineParams
- type SourceMandateAcceptanceParams
- type SourceMandateAcceptanceStatus
- type SourceMandateNotificationMethod
- type SourceMandateParams
- type SourceObjectDetachParams
- type SourceObjectParams
- type SourceOrderItemsParams
- type SourceOrderParams
- type SourceOwner
- type SourceOwnerParams
- type SourceParams
- type SourceReceiverParams
- type SourceRedirectFlowFailureReason
- type SourceRedirectFlowStatus
- type SourceRefundAttributesMethod
- type SourceRefundAttributesStatus
- type SourceSourceOrder
- type SourceSourceOrderItemType
- type SourceSourceOrderItems
- type SourceStatus
- type SourceTransaction
- type SourceTransactionList
- type SourceTransactionListParams
- type SourceUsage
- type SourceVerifyParams
- type StatusTransitions
- type StatusTransitionsFilterParams
- type StreamingAPIResponse
- type StreamingLastResponseSetter
- type Subscription
- type SubscriptionAddInvoiceItemParams
- type SubscriptionAutomaticTax
- type SubscriptionAutomaticTaxParams
- type SubscriptionBillingThresholds
- type SubscriptionBillingThresholdsParams
- type SubscriptionCancelParams
- type SubscriptionCollectionMethod
- type SubscriptionItem
- type SubscriptionItemBillingThresholds
- type SubscriptionItemBillingThresholdsParams
- type SubscriptionItemList
- type SubscriptionItemListParams
- type SubscriptionItemParams
- type SubscriptionItemPriceDataParams
- type SubscriptionItemPriceDataRecurringParams
- type SubscriptionItemsParams
- type SubscriptionList
- type SubscriptionListParams
- type SubscriptionParams
- type SubscriptionPauseCollection
- type SubscriptionPauseCollectionBehavior
- type SubscriptionPauseCollectionParams
- type SubscriptionPaymentBehavior
- type SubscriptionPaymentSettings
- type SubscriptionPaymentSettingsParams
- type SubscriptionPaymentSettingsPaymentMethodOptions
- type SubscriptionPaymentSettingsPaymentMethodOptionsACSSDebit
- type SubscriptionPaymentSettingsPaymentMethodOptionsACSSDebitMandateOptions
- type SubscriptionPaymentSettingsPaymentMethodOptionsACSSDebitMandateOptionsParams
- type SubscriptionPaymentSettingsPaymentMethodOptionsACSSDebitMandateOptionsTransactionType
- type SubscriptionPaymentSettingsPaymentMethodOptionsACSSDebitParams
- type SubscriptionPaymentSettingsPaymentMethodOptionsACSSDebitVerificationMethod
- type SubscriptionPaymentSettingsPaymentMethodOptionsBancontact
- type SubscriptionPaymentSettingsPaymentMethodOptionsBancontactParams
- type SubscriptionPaymentSettingsPaymentMethodOptionsCard
- type SubscriptionPaymentSettingsPaymentMethodOptionsCardMandateOptions
- type SubscriptionPaymentSettingsPaymentMethodOptionsCardMandateOptionsAmountType
- type SubscriptionPaymentSettingsPaymentMethodOptionsCardMandateOptionsParams
- type SubscriptionPaymentSettingsPaymentMethodOptionsCardParams
- type SubscriptionPaymentSettingsPaymentMethodOptionsCardRequestThreeDSecure
- type SubscriptionPaymentSettingsPaymentMethodOptionsCustomerBalance
- type SubscriptionPaymentSettingsPaymentMethodOptionsCustomerBalanceBankTransfer
- type SubscriptionPaymentSettingsPaymentMethodOptionsCustomerBalanceBankTransferEUBankTransfer
- type SubscriptionPaymentSettingsPaymentMethodOptionsCustomerBalanceBankTransferEUBankTransferParams
- type SubscriptionPaymentSettingsPaymentMethodOptionsCustomerBalanceBankTransferParams
- type SubscriptionPaymentSettingsPaymentMethodOptionsCustomerBalanceFundingType
- type SubscriptionPaymentSettingsPaymentMethodOptionsCustomerBalanceParams
- type SubscriptionPaymentSettingsPaymentMethodOptionsKonbini
- type SubscriptionPaymentSettingsPaymentMethodOptionsKonbiniParams
- type SubscriptionPaymentSettingsPaymentMethodOptionsParams
- type SubscriptionPaymentSettingsPaymentMethodOptionsUSBankAccount
- type SubscriptionPaymentSettingsPaymentMethodOptionsUSBankAccountFinancialConnections
- type SubscriptionPaymentSettingsPaymentMethodOptionsUSBankAccountFinancialConnectionsParams
- type SubscriptionPaymentSettingsPaymentMethodOptionsUSBankAccountFinancialConnectionsPermission
- type SubscriptionPaymentSettingsPaymentMethodOptionsUSBankAccountParams
- type SubscriptionPaymentSettingsPaymentMethodOptionsUSBankAccountVerificationMethod
- type SubscriptionPaymentSettingsPaymentMethodType
- type SubscriptionPaymentSettingsSaveDefaultPaymentMethod
- type SubscriptionPendingInvoiceItemInterval
- type SubscriptionPendingInvoiceItemIntervalInterval
- type SubscriptionPendingInvoiceItemIntervalParams
- type SubscriptionPendingUpdate
- type SubscriptionProrationBehavior
- type SubscriptionSchedule
- type SubscriptionScheduleCancelParams
- type SubscriptionScheduleCurrentPhase
- type SubscriptionScheduleDefaultSettings
- type SubscriptionScheduleDefaultSettingsParams
- type SubscriptionScheduleEndBehavior
- type SubscriptionScheduleInvoiceSettings
- type SubscriptionScheduleInvoiceSettingsParams
- type SubscriptionScheduleList
- type SubscriptionScheduleListParams
- type SubscriptionScheduleParams
- type SubscriptionSchedulePhase
- type SubscriptionSchedulePhaseAddInvoiceItem
- type SubscriptionSchedulePhaseAddInvoiceItemParams
- type SubscriptionSchedulePhaseAddInvoiceItemPriceDataParams
- type SubscriptionSchedulePhaseAddInvoiceItemPriceDataRecurringParams
- type SubscriptionSchedulePhaseAutomaticTaxParams
- type SubscriptionSchedulePhaseBillingCycleAnchor
- type SubscriptionSchedulePhaseItem
- type SubscriptionSchedulePhaseItemParams
- type SubscriptionSchedulePhaseParams
- type SubscriptionSchedulePhaseProrationBehavior
- type SubscriptionScheduleReleaseParams
- type SubscriptionScheduleStatus
- type SubscriptionSearchParams
- type SubscriptionSearchResult
- type SubscriptionStatus
- type SubscriptionTransferData
- type SubscriptionTransferDataParams
- type SupportedBackend
- type TaxCode
- type TaxCodeList
- type TaxCodeListParams
- type TaxCodeParams
- type TaxID
- type TaxIDList
- type TaxIDListParams
- type TaxIDParams
- type TaxIDType
- type TaxIDVerification
- type TaxIDVerificationStatus
- type TaxRate
- type TaxRateList
- type TaxRateListParams
- type TaxRateParams
- type TaxRateTaxType
- type TerminalConfiguration
- type TerminalConfigurationBBPOSWisePOSE
- type TerminalConfigurationBBPOSWisePOSEParams
- type TerminalConfigurationList
- type TerminalConfigurationListParams
- type TerminalConfigurationParams
- type TerminalConfigurationTipping
- type TerminalConfigurationTippingAUD
- type TerminalConfigurationTippingAUDParams
- type TerminalConfigurationTippingCAD
- type TerminalConfigurationTippingCADParams
- type TerminalConfigurationTippingCHF
- type TerminalConfigurationTippingCHFParams
- type TerminalConfigurationTippingCZK
- type TerminalConfigurationTippingCZKParams
- type TerminalConfigurationTippingDKK
- type TerminalConfigurationTippingDKKParams
- type TerminalConfigurationTippingEUR
- type TerminalConfigurationTippingEURParams
- type TerminalConfigurationTippingGBP
- type TerminalConfigurationTippingGBPParams
- type TerminalConfigurationTippingHKD
- type TerminalConfigurationTippingHKDParams
- type TerminalConfigurationTippingMYR
- type TerminalConfigurationTippingMYRParams
- type TerminalConfigurationTippingNOK
- type TerminalConfigurationTippingNOKParams
- type TerminalConfigurationTippingNZD
- type TerminalConfigurationTippingNZDParams
- type TerminalConfigurationTippingParams
- type TerminalConfigurationTippingSEK
- type TerminalConfigurationTippingSEKParams
- type TerminalConfigurationTippingSGD
- type TerminalConfigurationTippingSGDParams
- type TerminalConfigurationTippingUSD
- type TerminalConfigurationTippingUSDParams
- type TerminalConfigurationVerifoneP400
- type TerminalConfigurationVerifoneP400Params
- type TerminalConnectionToken
- type TerminalConnectionTokenParams
- type TerminalLocation
- type TerminalLocationList
- type TerminalLocationListParams
- type TerminalLocationParams
- type TerminalReader
- type TerminalReaderAction
- type TerminalReaderActionProcessPaymentIntent
- type TerminalReaderActionProcessSetupIntent
- type TerminalReaderActionSetReaderDisplay
- type TerminalReaderActionSetReaderDisplayCart
- type TerminalReaderActionSetReaderDisplayCartLineItem
- type TerminalReaderActionSetReaderDisplayType
- type TerminalReaderActionStatus
- type TerminalReaderActionType
- type TerminalReaderCancelActionParams
- type TerminalReaderDeviceType
- type TerminalReaderGetParams
- type TerminalReaderList
- type TerminalReaderListParams
- type TerminalReaderParams
- type TerminalReaderProcessPaymentIntentParams
- type TerminalReaderProcessPaymentIntentProcessConfigParams
- type TerminalReaderProcessSetupIntentParams
- type TerminalReaderSetReaderDisplayCartLineItemParams
- type TerminalReaderSetReaderDisplayCartParams
- type TerminalReaderSetReaderDisplayParams
- type TestHelpersCustomerFundCashBalanceParams
- type TestHelpersIssuingCardDeliverCardParams
- type TestHelpersIssuingCardFailCardParams
- type TestHelpersIssuingCardReturnCardParams
- type TestHelpersIssuingCardShipCardParams
- type TestHelpersRefundExpireParams
- type TestHelpersTerminalReaderPresentPaymentMethodCardPresentParams
- type TestHelpersTerminalReaderPresentPaymentMethodParams
- type TestHelpersTestClock
- type TestHelpersTestClockAdvanceParams
- type TestHelpersTestClockList
- type TestHelpersTestClockListParams
- type TestHelpersTestClockParams
- type TestHelpersTestClockStatus
- type TestHelpersTreasuryInboundTransferFailFailureDetailsParams
- type TestHelpersTreasuryInboundTransferFailParams
- type TestHelpersTreasuryInboundTransferReturnInboundTransferParams
- type TestHelpersTreasuryInboundTransferSucceedParams
- type TestHelpersTreasuryOutboundPaymentFailParams
- type TestHelpersTreasuryOutboundPaymentPostParams
- type TestHelpersTreasuryOutboundPaymentReturnOutboundPaymentParams
- type TestHelpersTreasuryOutboundPaymentReturnOutboundPaymentReturnedDetailsParams
- type TestHelpersTreasuryOutboundTransferFailParams
- type TestHelpersTreasuryOutboundTransferPostParams
- type TestHelpersTreasuryOutboundTransferReturnOutboundTransferParams
- type TestHelpersTreasuryOutboundTransferReturnOutboundTransferReturnedDetailsParams
- type TestHelpersTreasuryReceivedCreditInitiatingPaymentMethodDetailsParams
- type TestHelpersTreasuryReceivedCreditInitiatingPaymentMethodDetailsUSBankAccountParams
- type TestHelpersTreasuryReceivedCreditParams
- type TestHelpersTreasuryReceivedDebitInitiatingPaymentMethodDetailsParams
- type TestHelpersTreasuryReceivedDebitInitiatingPaymentMethodDetailsUSBankAccountParams
- type TestHelpersTreasuryReceivedDebitParams
- type Token
- type TokenAccountParams
- type TokenCVCUpdateParams
- type TokenParams
- type TokenType
- type Topup
- type TopupList
- type TopupListParams
- type TopupParams
- type TopupStatus
- type Transfer
- type TransferDestination
- type TransferList
- type TransferListParams
- type TransferParams
- type TransferSourceType
- type TreasuryCreditReversal
- type TreasuryCreditReversalList
- type TreasuryCreditReversalListParams
- type TreasuryCreditReversalNetwork
- type TreasuryCreditReversalParams
- type TreasuryCreditReversalStatus
- type TreasuryCreditReversalStatusTransitions
- type TreasuryDebitReversal
- type TreasuryDebitReversalLinkedFlows
- type TreasuryDebitReversalList
- type TreasuryDebitReversalListParams
- type TreasuryDebitReversalNetwork
- type TreasuryDebitReversalParams
- type TreasuryDebitReversalStatus
- type TreasuryDebitReversalStatusTransitions
- type TreasuryFinancialAccount
- type TreasuryFinancialAccountActiveFeature
- type TreasuryFinancialAccountBalance
- type TreasuryFinancialAccountFeatures
- type TreasuryFinancialAccountFeaturesCardIssuing
- type TreasuryFinancialAccountFeaturesCardIssuingParams
- type TreasuryFinancialAccountFeaturesCardIssuingStatus
- type TreasuryFinancialAccountFeaturesCardIssuingStatusDetail
- type TreasuryFinancialAccountFeaturesCardIssuingStatusDetailCode
- type TreasuryFinancialAccountFeaturesCardIssuingStatusDetailResolution
- type TreasuryFinancialAccountFeaturesCardIssuingStatusDetailRestriction
- type TreasuryFinancialAccountFeaturesDepositInsurance
- type TreasuryFinancialAccountFeaturesDepositInsuranceParams
- type TreasuryFinancialAccountFeaturesDepositInsuranceStatus
- type TreasuryFinancialAccountFeaturesDepositInsuranceStatusDetail
- type TreasuryFinancialAccountFeaturesDepositInsuranceStatusDetailCode
- type TreasuryFinancialAccountFeaturesDepositInsuranceStatusDetailResolution
- type TreasuryFinancialAccountFeaturesDepositInsuranceStatusDetailRestriction
- type TreasuryFinancialAccountFeaturesFinancialAddresses
- type TreasuryFinancialAccountFeaturesFinancialAddressesAba
- type TreasuryFinancialAccountFeaturesFinancialAddressesAbaParams
- type TreasuryFinancialAccountFeaturesFinancialAddressesAbaStatus
- type TreasuryFinancialAccountFeaturesFinancialAddressesAbaStatusDetail
- type TreasuryFinancialAccountFeaturesFinancialAddressesAbaStatusDetailCode
- type TreasuryFinancialAccountFeaturesFinancialAddressesAbaStatusDetailResolution
- type TreasuryFinancialAccountFeaturesFinancialAddressesAbaStatusDetailRestriction
- type TreasuryFinancialAccountFeaturesFinancialAddressesParams
- type TreasuryFinancialAccountFeaturesInboundTransfers
- type TreasuryFinancialAccountFeaturesInboundTransfersAch
- type TreasuryFinancialAccountFeaturesInboundTransfersAchParams
- type TreasuryFinancialAccountFeaturesInboundTransfersAchStatus
- type TreasuryFinancialAccountFeaturesInboundTransfersAchStatusDetail
- type TreasuryFinancialAccountFeaturesInboundTransfersAchStatusDetailCode
- type TreasuryFinancialAccountFeaturesInboundTransfersAchStatusDetailResolution
- type TreasuryFinancialAccountFeaturesInboundTransfersAchStatusDetailRestriction
- type TreasuryFinancialAccountFeaturesInboundTransfersParams
- type TreasuryFinancialAccountFeaturesIntraStripeFlows
- type TreasuryFinancialAccountFeaturesIntraStripeFlowsParams
- type TreasuryFinancialAccountFeaturesIntraStripeFlowsStatus
- type TreasuryFinancialAccountFeaturesIntraStripeFlowsStatusDetail
- type TreasuryFinancialAccountFeaturesIntraStripeFlowsStatusDetailCode
- type TreasuryFinancialAccountFeaturesIntraStripeFlowsStatusDetailResolution
- type TreasuryFinancialAccountFeaturesIntraStripeFlowsStatusDetailRestriction
- type TreasuryFinancialAccountFeaturesOutboundPayments
- type TreasuryFinancialAccountFeaturesOutboundPaymentsAch
- type TreasuryFinancialAccountFeaturesOutboundPaymentsAchParams
- type TreasuryFinancialAccountFeaturesOutboundPaymentsAchStatus
- type TreasuryFinancialAccountFeaturesOutboundPaymentsAchStatusDetail
- type TreasuryFinancialAccountFeaturesOutboundPaymentsAchStatusDetailCode
- type TreasuryFinancialAccountFeaturesOutboundPaymentsAchStatusDetailResolution
- type TreasuryFinancialAccountFeaturesOutboundPaymentsAchStatusDetailRestriction
- type TreasuryFinancialAccountFeaturesOutboundPaymentsParams
- type TreasuryFinancialAccountFeaturesOutboundPaymentsUSDomesticWire
- type TreasuryFinancialAccountFeaturesOutboundPaymentsUSDomesticWireParams
- type TreasuryFinancialAccountFeaturesOutboundPaymentsUSDomesticWireStatus
- type TreasuryFinancialAccountFeaturesOutboundPaymentsUSDomesticWireStatusDetail
- type TreasuryFinancialAccountFeaturesOutboundPaymentsUSDomesticWireStatusDetailCode
- type TreasuryFinancialAccountFeaturesOutboundPaymentsUSDomesticWireStatusDetailResolution
- type TreasuryFinancialAccountFeaturesOutboundPaymentsUSDomesticWireStatusDetailRestriction
- type TreasuryFinancialAccountFeaturesOutboundTransfers
- type TreasuryFinancialAccountFeaturesOutboundTransfersAch
- type TreasuryFinancialAccountFeaturesOutboundTransfersAchParams
- type TreasuryFinancialAccountFeaturesOutboundTransfersAchStatus
- type TreasuryFinancialAccountFeaturesOutboundTransfersAchStatusDetail
- type TreasuryFinancialAccountFeaturesOutboundTransfersAchStatusDetailCode
- type TreasuryFinancialAccountFeaturesOutboundTransfersAchStatusDetailResolution
- type TreasuryFinancialAccountFeaturesOutboundTransfersAchStatusDetailRestriction
- type TreasuryFinancialAccountFeaturesOutboundTransfersParams
- type TreasuryFinancialAccountFeaturesOutboundTransfersUSDomesticWire
- type TreasuryFinancialAccountFeaturesOutboundTransfersUSDomesticWireParams
- type TreasuryFinancialAccountFeaturesOutboundTransfersUSDomesticWireStatus
- type TreasuryFinancialAccountFeaturesOutboundTransfersUSDomesticWireStatusDetail
- type TreasuryFinancialAccountFeaturesOutboundTransfersUSDomesticWireStatusDetailCode
- type TreasuryFinancialAccountFeaturesOutboundTransfersUSDomesticWireStatusDetailResolution
- type TreasuryFinancialAccountFeaturesOutboundTransfersUSDomesticWireStatusDetailRestriction
- type TreasuryFinancialAccountFeaturesParams
- type TreasuryFinancialAccountFinancialAddress
- type TreasuryFinancialAccountFinancialAddressAba
- type TreasuryFinancialAccountFinancialAddressSupportedNetwork
- type TreasuryFinancialAccountFinancialAddressType
- type TreasuryFinancialAccountList
- type TreasuryFinancialAccountListParams
- type TreasuryFinancialAccountParams
- type TreasuryFinancialAccountPendingFeature
- type TreasuryFinancialAccountPlatformRestrictions
- type TreasuryFinancialAccountPlatformRestrictionsInboundFlows
- type TreasuryFinancialAccountPlatformRestrictionsOutboundFlows
- type TreasuryFinancialAccountPlatformRestrictionsParams
- type TreasuryFinancialAccountRestrictedFeature
- type TreasuryFinancialAccountRetrieveFeaturesParams
- type TreasuryFinancialAccountStatus
- type TreasuryFinancialAccountStatusDetails
- type TreasuryFinancialAccountStatusDetailsClosed
- type TreasuryFinancialAccountStatusDetailsClosedReason
- type TreasuryFinancialAccountUpdateFeaturesCardIssuingParams
- type TreasuryFinancialAccountUpdateFeaturesDepositInsuranceParams
- type TreasuryFinancialAccountUpdateFeaturesFinancialAddressesAbaParams
- type TreasuryFinancialAccountUpdateFeaturesFinancialAddressesParams
- type TreasuryFinancialAccountUpdateFeaturesInboundTransfersAchParams
- type TreasuryFinancialAccountUpdateFeaturesInboundTransfersParams
- type TreasuryFinancialAccountUpdateFeaturesIntraStripeFlowsParams
- type TreasuryFinancialAccountUpdateFeaturesOutboundPaymentsAchParams
- type TreasuryFinancialAccountUpdateFeaturesOutboundPaymentsParams
- type TreasuryFinancialAccountUpdateFeaturesOutboundPaymentsUSDomesticWireParams
- type TreasuryFinancialAccountUpdateFeaturesOutboundTransfersAchParams
- type TreasuryFinancialAccountUpdateFeaturesOutboundTransfersParams
- type TreasuryFinancialAccountUpdateFeaturesOutboundTransfersUSDomesticWireParams
- type TreasuryFinancialAccountUpdateFeaturesParams
- type TreasuryInboundTransfer
- type TreasuryInboundTransferCancelParams
- type TreasuryInboundTransferFailureDetails
- type TreasuryInboundTransferFailureDetailsCode
- type TreasuryInboundTransferLinkedFlows
- type TreasuryInboundTransferList
- type TreasuryInboundTransferListParams
- type TreasuryInboundTransferOriginPaymentMethodDetails
- type TreasuryInboundTransferOriginPaymentMethodDetailsBillingDetails
- type TreasuryInboundTransferOriginPaymentMethodDetailsType
- type TreasuryInboundTransferOriginPaymentMethodDetailsUSBankAccount
- type TreasuryInboundTransferOriginPaymentMethodDetailsUSBankAccountAccountHolderType
- type TreasuryInboundTransferOriginPaymentMethodDetailsUSBankAccountAccountType
- type TreasuryInboundTransferOriginPaymentMethodDetailsUSBankAccountNetwork
- type TreasuryInboundTransferParams
- type TreasuryInboundTransferStatus
- type TreasuryInboundTransferStatusTransitions
- type TreasuryOutboundPayment
- type TreasuryOutboundPaymentCancelParams
- type TreasuryOutboundPaymentDestinationPaymentMethodDataBillingDetailsParams
- type TreasuryOutboundPaymentDestinationPaymentMethodDataParams
- type TreasuryOutboundPaymentDestinationPaymentMethodDataUSBankAccountParams
- type TreasuryOutboundPaymentDestinationPaymentMethodDetails
- type TreasuryOutboundPaymentDestinationPaymentMethodDetailsBillingDetails
- type TreasuryOutboundPaymentDestinationPaymentMethodDetailsFinancialAccount
- type TreasuryOutboundPaymentDestinationPaymentMethodDetailsFinancialAccountNetwork
- type TreasuryOutboundPaymentDestinationPaymentMethodDetailsType
- type TreasuryOutboundPaymentDestinationPaymentMethodDetailsUSBankAccount
- type TreasuryOutboundPaymentDestinationPaymentMethodDetailsUSBankAccountAccountHolderType
- type TreasuryOutboundPaymentDestinationPaymentMethodDetailsUSBankAccountAccountType
- type TreasuryOutboundPaymentDestinationPaymentMethodDetailsUSBankAccountNetwork
- type TreasuryOutboundPaymentDestinationPaymentMethodOptionsParams
- type TreasuryOutboundPaymentDestinationPaymentMethodOptionsUSBankAccountParams
- type TreasuryOutboundPaymentEndUserDetails
- type TreasuryOutboundPaymentEndUserDetailsParams
- type TreasuryOutboundPaymentList
- type TreasuryOutboundPaymentListParams
- type TreasuryOutboundPaymentParams
- type TreasuryOutboundPaymentReturnedDetails
- type TreasuryOutboundPaymentReturnedDetailsCode
- type TreasuryOutboundPaymentStatus
- type TreasuryOutboundPaymentStatusTransitions
- type TreasuryOutboundTransfer
- type TreasuryOutboundTransferCancelParams
- type TreasuryOutboundTransferDestinationPaymentMethodDetails
- type TreasuryOutboundTransferDestinationPaymentMethodDetailsBillingDetails
- type TreasuryOutboundTransferDestinationPaymentMethodDetailsType
- type TreasuryOutboundTransferDestinationPaymentMethodDetailsUSBankAccount
- type TreasuryOut