stripe 18.4.0-beta.1 → 18.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +75 -1278
- package/OPENAPI_VERSION +1 -1
- package/README.md +0 -1
- package/VERSION +1 -1
- package/cjs/Error.js +1 -91
- package/cjs/apiVersion.js +3 -2
- package/cjs/resources/FinancialConnections/Accounts.js +0 -5
- package/cjs/resources/{PaymentAttemptRecords.js → InvoicePayments.js} +4 -4
- package/cjs/resources/PaymentIntents.js +0 -13
- package/cjs/resources/Quotes.js +0 -32
- package/cjs/resources/SubscriptionSchedules.js +0 -4
- package/cjs/resources.js +10 -98
- package/cjs/stripe.core.js +2 -1
- package/esm/Error.js +0 -79
- package/esm/apiVersion.js +2 -1
- package/esm/resources/FinancialConnections/Accounts.js +0 -5
- package/esm/resources/{PaymentAttemptRecords.js → InvoicePayments.js} +3 -3
- package/esm/resources/PaymentIntents.js +0 -13
- package/esm/resources/Quotes.js +0 -32
- package/esm/resources/SubscriptionSchedules.js +0 -4
- package/esm/resources.js +1 -82
- package/esm/stripe.core.js +2 -1
- package/package.json +1 -1
- package/types/AccountLinksResource.d.ts +4 -6
- package/types/AccountSessions.d.ts +30 -45
- package/types/AccountSessionsResource.d.ts +36 -264
- package/types/Accounts.d.ts +2 -213
- package/types/AccountsResource.d.ts +3 -547
- package/types/Billing/CreditBalanceSummary.d.ts +0 -5
- package/types/Billing/CreditBalanceSummaryResource.d.ts +3 -8
- package/types/Billing/CreditBalanceTransactionsResource.d.ts +4 -12
- package/types/Billing/CreditGrants.d.ts +0 -5
- package/types/Billing/CreditGrantsResource.d.ts +2 -12
- package/types/BillingPortal/Configurations.d.ts +21 -0
- package/types/BillingPortal/ConfigurationsResource.d.ts +48 -0
- package/types/BillingPortal/Sessions.d.ts +0 -5
- package/types/BillingPortal/SessionsResource.d.ts +4 -12
- package/types/Capabilities.d.ts +1 -6
- package/types/Cards.d.ts +0 -5
- package/types/CashBalances.d.ts +0 -5
- package/types/Charges.d.ts +10 -171
- package/types/ChargesResource.d.ts +0 -1406
- package/types/Checkout/Sessions.d.ts +20 -310
- package/types/Checkout/SessionsResource.d.ts +21 -326
- package/types/ConfirmationTokens.d.ts +3 -128
- package/types/Coupons.d.ts +0 -33
- package/types/CouponsResource.d.ts +0 -21
- package/types/CreditNoteLineItems.d.ts +0 -17
- package/types/CreditNotes.d.ts +0 -5
- package/types/CreditNotesResource.d.ts +0 -5
- package/types/CustomerBalanceTransactions.d.ts +0 -2
- package/types/CustomerCashBalanceTransactions.d.ts +0 -2
- package/types/CustomerSessions.d.ts +0 -5
- package/types/CustomerSessionsResource.d.ts +1 -6
- package/types/Customers.d.ts +1 -3
- package/types/CustomersResource.d.ts +0 -8
- package/types/Discounts.d.ts +0 -10
- package/types/Disputes.d.ts +1 -8
- package/types/Errors.d.ts +2 -69
- package/types/EventTypes.d.ts +0 -664
- package/types/Events.d.ts +14 -123
- package/types/FinancialConnections/Accounts.d.ts +1 -36
- package/types/FinancialConnections/AccountsResource.d.ts +3 -40
- package/types/FinancialConnections/Sessions.d.ts +1 -51
- package/types/FinancialConnections/SessionsResource.d.ts +1 -43
- package/types/Identity/VerificationSessions.d.ts +2 -7
- package/types/Identity/VerificationSessionsResource.d.ts +0 -7
- package/types/InvoiceItems.d.ts +0 -10
- package/types/InvoiceItemsResource.d.ts +7 -118
- package/types/InvoiceLineItems.d.ts +1 -45
- package/types/InvoicePayments.d.ts +0 -5
- package/types/InvoicePaymentsResource.d.ts +74 -0
- package/types/Invoices.d.ts +3 -133
- package/types/InvoicesResource.d.ts +31 -1433
- package/types/Issuing/CardholdersResource.d.ts +1 -2
- package/types/Issuing/Transactions.d.ts +0 -5
- package/types/Issuing/TransactionsResource.d.ts +0 -5
- package/types/LineItems.d.ts +0 -49
- package/types/Mandates.d.ts +0 -77
- package/types/PaymentIntents.d.ts +3 -769
- package/types/PaymentIntentsResource.d.ts +4133 -8848
- package/types/PaymentLinks.d.ts +5 -6
- package/types/PaymentLinksResource.d.ts +102 -15
- package/types/PaymentMethodConfigurations.d.ts +0 -180
- package/types/PaymentMethodConfigurationsResource.d.ts +0 -250
- package/types/PaymentMethods.d.ts +3 -128
- package/types/PaymentMethodsResource.d.ts +3 -168
- package/types/Payouts.d.ts +0 -5
- package/types/PayoutsResource.d.ts +0 -5
- package/types/Prices.d.ts +0 -22
- package/types/PricesResource.d.ts +0 -22
- package/types/PromotionCodes.d.ts +0 -5
- package/types/PromotionCodesResource.d.ts +0 -10
- package/types/Quotes.d.ts +1 -594
- package/types/QuotesResource.d.ts +281 -2623
- package/types/Radar/ValueLists.d.ts +1 -1
- package/types/Radar/ValueListsResource.d.ts +1 -1
- package/types/Refunds.d.ts +1 -15
- package/types/Reporting/ReportRunsResource.d.ts +1 -0
- package/types/Reviews.d.ts +2 -2
- package/types/SetupAttempts.d.ts +2 -48
- package/types/SetupIntents.d.ts +2 -118
- package/types/SetupIntentsResource.d.ts +3 -730
- package/types/Sources.d.ts +0 -29
- package/types/SubscriptionItems.d.ts +0 -21
- package/types/SubscriptionItemsResource.d.ts +2 -111
- package/types/SubscriptionSchedules.d.ts +0 -205
- package/types/SubscriptionSchedulesResource.d.ts +41 -1224
- package/types/Subscriptions.d.ts +1 -97
- package/types/SubscriptionsResource.d.ts +12 -391
- package/types/Tax/Registrations.d.ts +228 -27
- package/types/Tax/RegistrationsResource.d.ts +648 -27
- package/types/TaxIds.d.ts +0 -10
- package/types/TaxIdsResource.d.ts +0 -10
- package/types/Terminal/Configurations.d.ts +76 -0
- package/types/Terminal/ConfigurationsResource.d.ts +176 -0
- package/types/Terminal/Readers.d.ts +0 -20
- package/types/TestHelpers/ConfirmationTokensResource.d.ts +0 -126
- package/types/TestHelpers/Treasury/ReceivedCreditsResource.d.ts +0 -26
- package/types/TestHelpers/Treasury/ReceivedDebitsResource.d.ts +0 -26
- package/types/Transfers.d.ts +0 -5
- package/types/TransfersResource.d.ts +0 -5
- package/types/Treasury/FinancialAccountFeatures.d.ts +0 -7
- package/types/Treasury/FinancialAccounts.d.ts +0 -5
- package/types/Treasury/FinancialAccountsResource.d.ts +0 -37
- package/types/Treasury/OutboundTransfers.d.ts +0 -26
- package/types/Treasury/OutboundTransfersResource.d.ts +0 -26
- package/types/Treasury/ReceivedCredits.d.ts +0 -26
- package/types/Treasury/ReceivedDebits.d.ts +0 -31
- package/types/V2/EventTypes.d.ts +4 -906
- package/types/WebhookEndpointsResource.d.ts +2 -79
- package/types/index.d.ts +2 -138
- package/types/lib.d.ts +2 -11
- package/types/test/typescriptTest.ts +3 -3
- package/cjs/resources/AccountNotices.js +0 -21
- package/cjs/resources/BalanceSettings.js +0 -10
- package/cjs/resources/Capital/FinancingOffers.js +0 -21
- package/cjs/resources/Capital/FinancingSummary.js +0 -12
- package/cjs/resources/Capital/FinancingTransactions.js +0 -17
- package/cjs/resources/ExternalAccounts.js +0 -23
- package/cjs/resources/FinancialConnections/Institutions.js +0 -17
- package/cjs/resources/FxQuotes.js +0 -15
- package/cjs/resources/Issuing/CreditUnderwritingRecords.js +0 -33
- package/cjs/resources/Issuing/DisputeSettlementDetails.js +0 -17
- package/cjs/resources/Issuing/FraudLiabilityDebits.js +0 -17
- package/cjs/resources/Margins.js +0 -22
- package/cjs/resources/Orders.js +0 -24
- package/cjs/resources/PaymentRecords.js +0 -29
- package/cjs/resources/Privacy/RedactionJobs.js +0 -42
- package/cjs/resources/Tax/Associations.js +0 -9
- package/cjs/resources/Tax/Forms.js +0 -20
- package/cjs/resources/Terminal/ReaderCollectedData.js +0 -12
- package/cjs/resources/V2/Core/AccountLinks.js +0 -9
- package/cjs/resources/V2/Core/Accounts/Persons.js +0 -29
- package/cjs/resources/V2/Core/Accounts.js +0 -25
- package/cjs/resources/V2/Core/Vault/GbBankAccounts.js +0 -28
- package/cjs/resources/V2/Core/Vault/UsBankAccounts.js +0 -24
- package/cjs/resources/V2/MoneyManagement/Adjustments.js +0 -17
- package/cjs/resources/V2/MoneyManagement/FinancialAccounts.js +0 -17
- package/cjs/resources/V2/MoneyManagement/FinancialAddresses.js +0 -21
- package/cjs/resources/V2/MoneyManagement/InboundTransfers.js +0 -21
- package/cjs/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +0 -16
- package/cjs/resources/V2/MoneyManagement/OutboundPayments.js +0 -25
- package/cjs/resources/V2/MoneyManagement/OutboundSetupIntents.js +0 -29
- package/cjs/resources/V2/MoneyManagement/OutboundTransfers.js +0 -25
- package/cjs/resources/V2/MoneyManagement/PayoutMethods.js +0 -25
- package/cjs/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +0 -12
- package/cjs/resources/V2/MoneyManagement/ReceivedCredits.js +0 -17
- package/cjs/resources/V2/MoneyManagement/ReceivedDebits.js +0 -17
- package/cjs/resources/V2/MoneyManagement/TransactionEntries.js +0 -17
- package/cjs/resources/V2/MoneyManagement/Transactions.js +0 -17
- package/cjs/resources/V2/Payments/OffSessionPayments.js +0 -25
- package/cjs/resources/V2/TestHelpers/FinancialAddresses.js +0 -16
- package/esm/resources/AccountNotices.js +0 -18
- package/esm/resources/BalanceSettings.js +0 -7
- package/esm/resources/Capital/FinancingOffers.js +0 -18
- package/esm/resources/Capital/FinancingSummary.js +0 -9
- package/esm/resources/Capital/FinancingTransactions.js +0 -14
- package/esm/resources/ExternalAccounts.js +0 -20
- package/esm/resources/FinancialConnections/Institutions.js +0 -14
- package/esm/resources/FxQuotes.js +0 -12
- package/esm/resources/Issuing/CreditUnderwritingRecords.js +0 -30
- package/esm/resources/Issuing/DisputeSettlementDetails.js +0 -14
- package/esm/resources/Issuing/FraudLiabilityDebits.js +0 -14
- package/esm/resources/Margins.js +0 -19
- package/esm/resources/Orders.js +0 -21
- package/esm/resources/PaymentRecords.js +0 -26
- package/esm/resources/Privacy/RedactionJobs.js +0 -39
- package/esm/resources/Tax/Associations.js +0 -6
- package/esm/resources/Tax/Forms.js +0 -17
- package/esm/resources/Terminal/ReaderCollectedData.js +0 -9
- package/esm/resources/V2/Core/AccountLinks.js +0 -6
- package/esm/resources/V2/Core/Accounts/Persons.js +0 -26
- package/esm/resources/V2/Core/Accounts.js +0 -22
- package/esm/resources/V2/Core/Vault/GbBankAccounts.js +0 -25
- package/esm/resources/V2/Core/Vault/UsBankAccounts.js +0 -21
- package/esm/resources/V2/MoneyManagement/Adjustments.js +0 -14
- package/esm/resources/V2/MoneyManagement/FinancialAccounts.js +0 -14
- package/esm/resources/V2/MoneyManagement/FinancialAddresses.js +0 -18
- package/esm/resources/V2/MoneyManagement/InboundTransfers.js +0 -18
- package/esm/resources/V2/MoneyManagement/OutboundPaymentQuotes.js +0 -13
- package/esm/resources/V2/MoneyManagement/OutboundPayments.js +0 -22
- package/esm/resources/V2/MoneyManagement/OutboundSetupIntents.js +0 -26
- package/esm/resources/V2/MoneyManagement/OutboundTransfers.js +0 -22
- package/esm/resources/V2/MoneyManagement/PayoutMethods.js +0 -22
- package/esm/resources/V2/MoneyManagement/PayoutMethodsBankAccountSpec.js +0 -9
- package/esm/resources/V2/MoneyManagement/ReceivedCredits.js +0 -14
- package/esm/resources/V2/MoneyManagement/ReceivedDebits.js +0 -14
- package/esm/resources/V2/MoneyManagement/TransactionEntries.js +0 -14
- package/esm/resources/V2/MoneyManagement/Transactions.js +0 -14
- package/esm/resources/V2/Payments/OffSessionPayments.js +0 -22
- package/esm/resources/V2/TestHelpers/FinancialAddresses.js +0 -13
- package/types/AccountNotices.d.ts +0 -113
- package/types/AccountNoticesResource.d.ts +0 -98
- package/types/BalanceSettings.d.ts +0 -89
- package/types/BalanceSettingsResource.d.ts +0 -108
- package/types/Capital/FinancingOffers.d.ts +0 -188
- package/types/Capital/FinancingOffersResource.d.ts +0 -97
- package/types/Capital/FinancingSummary.d.ts +0 -106
- package/types/Capital/FinancingSummaryResource.d.ts +0 -27
- package/types/Capital/FinancingTransactions.d.ts +0 -135
- package/types/Capital/FinancingTransactionsResource.d.ts +0 -68
- package/types/ExternalAccountsResource.d.ts +0 -304
- package/types/FinancialConnections/AccountInferredBalances.d.ts +0 -38
- package/types/FinancialConnections/Institutions.d.ts +0 -98
- package/types/FinancialConnections/InstitutionsResource.d.ts +0 -47
- package/types/FxQuotes.d.ts +0 -153
- package/types/FxQuotesResource.d.ts +0 -130
- package/types/Issuing/CreditUnderwritingRecords.d.ts +0 -451
- package/types/Issuing/CreditUnderwritingRecordsResource.d.ts +0 -1032
- package/types/Issuing/DisputeSettlementDetails.d.ts +0 -85
- package/types/Issuing/DisputeSettlementDetailsResource.d.ts +0 -52
- package/types/Issuing/FraudLiabilityDebits.d.ts +0 -52
- package/types/Issuing/FraudLiabilityDebitsResource.d.ts +0 -52
- package/types/Issuing/Settlements.d.ts +0 -113
- package/types/Margins.d.ts +0 -56
- package/types/MarginsResource.d.ts +0 -114
- package/types/Orders.d.ts +0 -1163
- package/types/OrdersResource.d.ts +0 -3139
- package/types/PaymentAttemptRecords.d.ts +0 -2161
- package/types/PaymentAttemptRecordsResource.d.ts +0 -47
- package/types/PaymentIntentAmountDetailsLineItems.d.ts +0 -116
- package/types/PaymentRecords.d.ts +0 -2154
- package/types/PaymentRecordsResource.d.ts +0 -455
- package/types/Privacy/RedactionJobValidationErrors.d.ts +0 -60
- package/types/Privacy/RedactionJobs.d.ts +0 -111
- package/types/Privacy/RedactionJobsResource.d.ts +0 -230
- package/types/QuoteLines.d.ts +0 -634
- package/types/QuotePreviewInvoices.d.ts +0 -1696
- package/types/QuotePreviewSubscriptionSchedules.d.ts +0 -845
- package/types/Tax/Associations.d.ts +0 -82
- package/types/Tax/AssociationsResource.d.ts +0 -29
- package/types/Tax/Forms.d.ts +0 -220
- package/types/Tax/FormsResource.d.ts +0 -107
- package/types/Terminal/ReaderCollectedData.d.ts +0 -51
- package/types/Terminal/ReaderCollectedDataResource.d.ts +0 -29
- package/types/V2/Core/AccountLinks.d.ts +0 -106
- package/types/V2/Core/AccountLinksResource.d.ts +0 -90
- package/types/V2/Core/Accounts/PersonsResource.d.ts +0 -3780
- package/types/V2/Core/Accounts.d.ts +0 -8248
- package/types/V2/Core/AccountsResource.d.ts +0 -10257
- package/types/V2/Core/Persons.d.ts +0 -1872
- package/types/V2/Core/Vault/GbBankAccounts.d.ts +0 -160
- package/types/V2/Core/Vault/GbBankAccountsResource.d.ts +0 -172
- package/types/V2/Core/Vault/UsBankAccounts.d.ts +0 -70
- package/types/V2/Core/Vault/UsBankAccountsResource.d.ts +0 -123
- package/types/V2/FinancialAddressCreditSimulations.d.ts +0 -27
- package/types/V2/FinancialAddressGeneratedMicrodeposits.d.ts +0 -32
- package/types/V2/MoneyManagement/Adjustments.d.ts +0 -110
- package/types/V2/MoneyManagement/AdjustmentsResource.d.ts +0 -83
- package/types/V2/MoneyManagement/FinancialAccounts.d.ts +0 -550
- package/types/V2/MoneyManagement/FinancialAccountsResource.d.ts +0 -52
- package/types/V2/MoneyManagement/FinancialAddresses.d.ts +0 -314
- package/types/V2/MoneyManagement/FinancialAddressesResource.d.ts +0 -289
- package/types/V2/MoneyManagement/InboundTransfers.d.ts +0 -206
- package/types/V2/MoneyManagement/InboundTransfersResource.d.ts +0 -144
- package/types/V2/MoneyManagement/OutboundPaymentQuotes.d.ts +0 -168
- package/types/V2/MoneyManagement/OutboundPaymentQuotesResource.d.ts +0 -115
- package/types/V2/MoneyManagement/OutboundPayments.d.ts +0 -278
- package/types/V2/MoneyManagement/OutboundPaymentsResource.d.ts +0 -242
- package/types/V2/MoneyManagement/OutboundSetupIntents.d.ts +0 -97
- package/types/V2/MoneyManagement/OutboundSetupIntentsResource.d.ts +0 -296
- package/types/V2/MoneyManagement/OutboundTransfers.d.ts +0 -251
- package/types/V2/MoneyManagement/OutboundTransfersResource.d.ts +0 -208
- package/types/V2/MoneyManagement/PayoutMethods.d.ts +0 -151
- package/types/V2/MoneyManagement/PayoutMethodsBankAccountSpecResource.d.ts +0 -41
- package/types/V2/MoneyManagement/PayoutMethodsBankAccountSpecs.d.ts +0 -87
- package/types/V2/MoneyManagement/PayoutMethodsResource.d.ts +0 -113
- package/types/V2/MoneyManagement/ReceivedCredits.d.ts +0 -262
- package/types/V2/MoneyManagement/ReceivedCreditsResource.d.ts +0 -78
- package/types/V2/MoneyManagement/ReceivedDebits.d.ts +0 -176
- package/types/V2/MoneyManagement/ReceivedDebitsResource.d.ts +0 -48
- package/types/V2/MoneyManagement/TransactionEntries.d.ts +0 -155
- package/types/V2/MoneyManagement/TransactionEntriesResource.d.ts +0 -82
- package/types/V2/MoneyManagement/Transactions.d.ts +0 -170
- package/types/V2/MoneyManagement/TransactionsResource.d.ts +0 -83
- package/types/V2/Payments/OffSessionPayments.d.ts +0 -162
- package/types/V2/Payments/OffSessionPaymentsResource.d.ts +0 -159
- package/types/V2/TestHelpers/FinancialAddressesResource.d.ts +0 -66
|
@@ -530,19 +530,55 @@ declare module 'stripe' {
|
|
|
530
530
|
|
|
531
531
|
namespace CountryOptions {
|
|
532
532
|
interface Ae {
|
|
533
|
+
/**
|
|
534
|
+
* Options for the standard registration.
|
|
535
|
+
*/
|
|
536
|
+
standard?: Ae.Standard;
|
|
537
|
+
|
|
533
538
|
/**
|
|
534
539
|
* Type of registration to be created in `country`.
|
|
535
540
|
*/
|
|
536
541
|
type: 'standard';
|
|
537
542
|
}
|
|
538
543
|
|
|
544
|
+
namespace Ae {
|
|
545
|
+
interface Standard {
|
|
546
|
+
/**
|
|
547
|
+
* Place of supply scheme used in an standard registration.
|
|
548
|
+
*/
|
|
549
|
+
place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
namespace Standard {
|
|
553
|
+
type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
|
|
554
|
+
}
|
|
555
|
+
}
|
|
556
|
+
|
|
539
557
|
interface Al {
|
|
558
|
+
/**
|
|
559
|
+
* Options for the standard registration.
|
|
560
|
+
*/
|
|
561
|
+
standard?: Al.Standard;
|
|
562
|
+
|
|
540
563
|
/**
|
|
541
564
|
* Type of registration to be created in `country`.
|
|
542
565
|
*/
|
|
543
566
|
type: 'standard';
|
|
544
567
|
}
|
|
545
568
|
|
|
569
|
+
namespace Al {
|
|
570
|
+
interface Standard {
|
|
571
|
+
/**
|
|
572
|
+
* Place of supply scheme used in an standard registration.
|
|
573
|
+
*/
|
|
574
|
+
place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
namespace Standard {
|
|
578
|
+
type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
|
|
579
|
+
}
|
|
580
|
+
}
|
|
581
|
+
|
|
546
582
|
interface Am {
|
|
547
583
|
/**
|
|
548
584
|
* Type of registration to be created in `country`.
|
|
@@ -551,12 +587,30 @@ declare module 'stripe' {
|
|
|
551
587
|
}
|
|
552
588
|
|
|
553
589
|
interface Ao {
|
|
590
|
+
/**
|
|
591
|
+
* Options for the standard registration.
|
|
592
|
+
*/
|
|
593
|
+
standard?: Ao.Standard;
|
|
594
|
+
|
|
554
595
|
/**
|
|
555
596
|
* Type of registration to be created in `country`.
|
|
556
597
|
*/
|
|
557
598
|
type: 'standard';
|
|
558
599
|
}
|
|
559
600
|
|
|
601
|
+
namespace Ao {
|
|
602
|
+
interface Standard {
|
|
603
|
+
/**
|
|
604
|
+
* Place of supply scheme used in an standard registration.
|
|
605
|
+
*/
|
|
606
|
+
place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
namespace Standard {
|
|
610
|
+
type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
|
|
611
|
+
}
|
|
612
|
+
}
|
|
613
|
+
|
|
560
614
|
interface At {
|
|
561
615
|
/**
|
|
562
616
|
* Options for the standard registration.
|
|
@@ -578,26 +632,65 @@ declare module 'stripe' {
|
|
|
578
632
|
}
|
|
579
633
|
|
|
580
634
|
namespace Standard {
|
|
581
|
-
type PlaceOfSupplyScheme =
|
|
635
|
+
type PlaceOfSupplyScheme =
|
|
636
|
+
| 'inbound_goods'
|
|
637
|
+
| 'small_seller'
|
|
638
|
+
| 'standard';
|
|
582
639
|
}
|
|
583
640
|
|
|
584
641
|
type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
|
|
585
642
|
}
|
|
586
643
|
|
|
587
644
|
interface Au {
|
|
645
|
+
/**
|
|
646
|
+
* Options for the standard registration.
|
|
647
|
+
*/
|
|
648
|
+
standard?: Au.Standard;
|
|
649
|
+
|
|
588
650
|
/**
|
|
589
651
|
* Type of registration to be created in `country`.
|
|
590
652
|
*/
|
|
591
653
|
type: 'standard';
|
|
592
654
|
}
|
|
593
655
|
|
|
656
|
+
namespace Au {
|
|
657
|
+
interface Standard {
|
|
658
|
+
/**
|
|
659
|
+
* Place of supply scheme used in an standard registration.
|
|
660
|
+
*/
|
|
661
|
+
place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
namespace Standard {
|
|
665
|
+
type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
|
|
666
|
+
}
|
|
667
|
+
}
|
|
668
|
+
|
|
594
669
|
interface Aw {
|
|
670
|
+
/**
|
|
671
|
+
* Options for the standard registration.
|
|
672
|
+
*/
|
|
673
|
+
standard?: Aw.Standard;
|
|
674
|
+
|
|
595
675
|
/**
|
|
596
676
|
* Type of registration to be created in `country`.
|
|
597
677
|
*/
|
|
598
678
|
type: 'standard';
|
|
599
679
|
}
|
|
600
680
|
|
|
681
|
+
namespace Aw {
|
|
682
|
+
interface Standard {
|
|
683
|
+
/**
|
|
684
|
+
* Place of supply scheme used in an standard registration.
|
|
685
|
+
*/
|
|
686
|
+
place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
|
|
687
|
+
}
|
|
688
|
+
|
|
689
|
+
namespace Standard {
|
|
690
|
+
type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
|
|
691
|
+
}
|
|
692
|
+
}
|
|
693
|
+
|
|
601
694
|
interface Az {
|
|
602
695
|
/**
|
|
603
696
|
* Type of registration to be created in `country`.
|
|
@@ -606,26 +699,80 @@ declare module 'stripe' {
|
|
|
606
699
|
}
|
|
607
700
|
|
|
608
701
|
interface Ba {
|
|
702
|
+
/**
|
|
703
|
+
* Options for the standard registration.
|
|
704
|
+
*/
|
|
705
|
+
standard?: Ba.Standard;
|
|
706
|
+
|
|
609
707
|
/**
|
|
610
708
|
* Type of registration to be created in `country`.
|
|
611
709
|
*/
|
|
612
710
|
type: 'standard';
|
|
613
711
|
}
|
|
614
712
|
|
|
713
|
+
namespace Ba {
|
|
714
|
+
interface Standard {
|
|
715
|
+
/**
|
|
716
|
+
* Place of supply scheme used in an standard registration.
|
|
717
|
+
*/
|
|
718
|
+
place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
|
|
719
|
+
}
|
|
720
|
+
|
|
721
|
+
namespace Standard {
|
|
722
|
+
type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
|
|
723
|
+
}
|
|
724
|
+
}
|
|
725
|
+
|
|
615
726
|
interface Bb {
|
|
727
|
+
/**
|
|
728
|
+
* Options for the standard registration.
|
|
729
|
+
*/
|
|
730
|
+
standard?: Bb.Standard;
|
|
731
|
+
|
|
616
732
|
/**
|
|
617
733
|
* Type of registration to be created in `country`.
|
|
618
734
|
*/
|
|
619
735
|
type: 'standard';
|
|
620
736
|
}
|
|
621
737
|
|
|
738
|
+
namespace Bb {
|
|
739
|
+
interface Standard {
|
|
740
|
+
/**
|
|
741
|
+
* Place of supply scheme used in an standard registration.
|
|
742
|
+
*/
|
|
743
|
+
place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
namespace Standard {
|
|
747
|
+
type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
|
|
748
|
+
}
|
|
749
|
+
}
|
|
750
|
+
|
|
622
751
|
interface Bd {
|
|
752
|
+
/**
|
|
753
|
+
* Options for the standard registration.
|
|
754
|
+
*/
|
|
755
|
+
standard?: Bd.Standard;
|
|
756
|
+
|
|
623
757
|
/**
|
|
624
758
|
* Type of registration to be created in `country`.
|
|
625
759
|
*/
|
|
626
760
|
type: 'standard';
|
|
627
761
|
}
|
|
628
762
|
|
|
763
|
+
namespace Bd {
|
|
764
|
+
interface Standard {
|
|
765
|
+
/**
|
|
766
|
+
* Place of supply scheme used in an standard registration.
|
|
767
|
+
*/
|
|
768
|
+
place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
namespace Standard {
|
|
772
|
+
type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
|
|
773
|
+
}
|
|
774
|
+
}
|
|
775
|
+
|
|
629
776
|
interface Be {
|
|
630
777
|
/**
|
|
631
778
|
* Options for the standard registration.
|
|
@@ -647,19 +794,40 @@ declare module 'stripe' {
|
|
|
647
794
|
}
|
|
648
795
|
|
|
649
796
|
namespace Standard {
|
|
650
|
-
type PlaceOfSupplyScheme =
|
|
797
|
+
type PlaceOfSupplyScheme =
|
|
798
|
+
| 'inbound_goods'
|
|
799
|
+
| 'small_seller'
|
|
800
|
+
| 'standard';
|
|
651
801
|
}
|
|
652
802
|
|
|
653
803
|
type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
|
|
654
804
|
}
|
|
655
805
|
|
|
656
806
|
interface Bf {
|
|
807
|
+
/**
|
|
808
|
+
* Options for the standard registration.
|
|
809
|
+
*/
|
|
810
|
+
standard?: Bf.Standard;
|
|
811
|
+
|
|
657
812
|
/**
|
|
658
813
|
* Type of registration to be created in `country`.
|
|
659
814
|
*/
|
|
660
815
|
type: 'standard';
|
|
661
816
|
}
|
|
662
817
|
|
|
818
|
+
namespace Bf {
|
|
819
|
+
interface Standard {
|
|
820
|
+
/**
|
|
821
|
+
* Place of supply scheme used in an standard registration.
|
|
822
|
+
*/
|
|
823
|
+
place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
|
|
824
|
+
}
|
|
825
|
+
|
|
826
|
+
namespace Standard {
|
|
827
|
+
type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
|
|
828
|
+
}
|
|
829
|
+
}
|
|
830
|
+
|
|
663
831
|
interface Bg {
|
|
664
832
|
/**
|
|
665
833
|
* Options for the standard registration.
|
|
@@ -681,19 +849,40 @@ declare module 'stripe' {
|
|
|
681
849
|
}
|
|
682
850
|
|
|
683
851
|
namespace Standard {
|
|
684
|
-
type PlaceOfSupplyScheme =
|
|
852
|
+
type PlaceOfSupplyScheme =
|
|
853
|
+
| 'inbound_goods'
|
|
854
|
+
| 'small_seller'
|
|
855
|
+
| 'standard';
|
|
685
856
|
}
|
|
686
857
|
|
|
687
858
|
type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
|
|
688
859
|
}
|
|
689
860
|
|
|
690
861
|
interface Bh {
|
|
862
|
+
/**
|
|
863
|
+
* Options for the standard registration.
|
|
864
|
+
*/
|
|
865
|
+
standard?: Bh.Standard;
|
|
866
|
+
|
|
691
867
|
/**
|
|
692
868
|
* Type of registration to be created in `country`.
|
|
693
869
|
*/
|
|
694
870
|
type: 'standard';
|
|
695
871
|
}
|
|
696
872
|
|
|
873
|
+
namespace Bh {
|
|
874
|
+
interface Standard {
|
|
875
|
+
/**
|
|
876
|
+
* Place of supply scheme used in an standard registration.
|
|
877
|
+
*/
|
|
878
|
+
place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
|
|
879
|
+
}
|
|
880
|
+
|
|
881
|
+
namespace Standard {
|
|
882
|
+
type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
|
|
883
|
+
}
|
|
884
|
+
}
|
|
885
|
+
|
|
697
886
|
interface Bj {
|
|
698
887
|
/**
|
|
699
888
|
* Type of registration to be created in `country`.
|
|
@@ -702,12 +891,30 @@ declare module 'stripe' {
|
|
|
702
891
|
}
|
|
703
892
|
|
|
704
893
|
interface Bs {
|
|
894
|
+
/**
|
|
895
|
+
* Options for the standard registration.
|
|
896
|
+
*/
|
|
897
|
+
standard?: Bs.Standard;
|
|
898
|
+
|
|
705
899
|
/**
|
|
706
900
|
* Type of registration to be created in `country`.
|
|
707
901
|
*/
|
|
708
902
|
type: 'standard';
|
|
709
903
|
}
|
|
710
904
|
|
|
905
|
+
namespace Bs {
|
|
906
|
+
interface Standard {
|
|
907
|
+
/**
|
|
908
|
+
* Place of supply scheme used in an standard registration.
|
|
909
|
+
*/
|
|
910
|
+
place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
|
|
911
|
+
}
|
|
912
|
+
|
|
913
|
+
namespace Standard {
|
|
914
|
+
type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
|
|
915
|
+
}
|
|
916
|
+
}
|
|
917
|
+
|
|
711
918
|
interface By {
|
|
712
919
|
/**
|
|
713
920
|
* Type of registration to be created in `country`.
|
|
@@ -739,19 +946,55 @@ declare module 'stripe' {
|
|
|
739
946
|
}
|
|
740
947
|
|
|
741
948
|
interface Cd {
|
|
949
|
+
/**
|
|
950
|
+
* Options for the standard registration.
|
|
951
|
+
*/
|
|
952
|
+
standard?: Cd.Standard;
|
|
953
|
+
|
|
742
954
|
/**
|
|
743
955
|
* Type of registration to be created in `country`.
|
|
744
956
|
*/
|
|
745
957
|
type: 'standard';
|
|
746
958
|
}
|
|
747
959
|
|
|
960
|
+
namespace Cd {
|
|
961
|
+
interface Standard {
|
|
962
|
+
/**
|
|
963
|
+
* Place of supply scheme used in an standard registration.
|
|
964
|
+
*/
|
|
965
|
+
place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
|
|
966
|
+
}
|
|
967
|
+
|
|
968
|
+
namespace Standard {
|
|
969
|
+
type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
|
|
970
|
+
}
|
|
971
|
+
}
|
|
972
|
+
|
|
748
973
|
interface Ch {
|
|
974
|
+
/**
|
|
975
|
+
* Options for the standard registration.
|
|
976
|
+
*/
|
|
977
|
+
standard?: Ch.Standard;
|
|
978
|
+
|
|
749
979
|
/**
|
|
750
980
|
* Type of registration to be created in `country`.
|
|
751
981
|
*/
|
|
752
982
|
type: 'standard';
|
|
753
983
|
}
|
|
754
984
|
|
|
985
|
+
namespace Ch {
|
|
986
|
+
interface Standard {
|
|
987
|
+
/**
|
|
988
|
+
* Place of supply scheme used in an standard registration.
|
|
989
|
+
*/
|
|
990
|
+
place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
|
|
991
|
+
}
|
|
992
|
+
|
|
993
|
+
namespace Standard {
|
|
994
|
+
type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
|
|
995
|
+
}
|
|
996
|
+
}
|
|
997
|
+
|
|
755
998
|
interface Cl {
|
|
756
999
|
/**
|
|
757
1000
|
* Type of registration to be created in `country`.
|
|
@@ -808,7 +1051,10 @@ declare module 'stripe' {
|
|
|
808
1051
|
}
|
|
809
1052
|
|
|
810
1053
|
namespace Standard {
|
|
811
|
-
type PlaceOfSupplyScheme =
|
|
1054
|
+
type PlaceOfSupplyScheme =
|
|
1055
|
+
| 'inbound_goods'
|
|
1056
|
+
| 'small_seller'
|
|
1057
|
+
| 'standard';
|
|
812
1058
|
}
|
|
813
1059
|
|
|
814
1060
|
type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
|
|
@@ -835,7 +1081,10 @@ declare module 'stripe' {
|
|
|
835
1081
|
}
|
|
836
1082
|
|
|
837
1083
|
namespace Standard {
|
|
838
|
-
type PlaceOfSupplyScheme =
|
|
1084
|
+
type PlaceOfSupplyScheme =
|
|
1085
|
+
| 'inbound_goods'
|
|
1086
|
+
| 'small_seller'
|
|
1087
|
+
| 'standard';
|
|
839
1088
|
}
|
|
840
1089
|
|
|
841
1090
|
type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
|
|
@@ -862,7 +1111,10 @@ declare module 'stripe' {
|
|
|
862
1111
|
}
|
|
863
1112
|
|
|
864
1113
|
namespace Standard {
|
|
865
|
-
type PlaceOfSupplyScheme =
|
|
1114
|
+
type PlaceOfSupplyScheme =
|
|
1115
|
+
| 'inbound_goods'
|
|
1116
|
+
| 'small_seller'
|
|
1117
|
+
| 'standard';
|
|
866
1118
|
}
|
|
867
1119
|
|
|
868
1120
|
type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
|
|
@@ -889,7 +1141,10 @@ declare module 'stripe' {
|
|
|
889
1141
|
}
|
|
890
1142
|
|
|
891
1143
|
namespace Standard {
|
|
892
|
-
type PlaceOfSupplyScheme =
|
|
1144
|
+
type PlaceOfSupplyScheme =
|
|
1145
|
+
| 'inbound_goods'
|
|
1146
|
+
| 'small_seller'
|
|
1147
|
+
| 'standard';
|
|
893
1148
|
}
|
|
894
1149
|
|
|
895
1150
|
type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
|
|
@@ -923,7 +1178,10 @@ declare module 'stripe' {
|
|
|
923
1178
|
}
|
|
924
1179
|
|
|
925
1180
|
namespace Standard {
|
|
926
|
-
type PlaceOfSupplyScheme =
|
|
1181
|
+
type PlaceOfSupplyScheme =
|
|
1182
|
+
| 'inbound_goods'
|
|
1183
|
+
| 'small_seller'
|
|
1184
|
+
| 'standard';
|
|
927
1185
|
}
|
|
928
1186
|
|
|
929
1187
|
type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
|
|
@@ -957,19 +1215,40 @@ declare module 'stripe' {
|
|
|
957
1215
|
}
|
|
958
1216
|
|
|
959
1217
|
namespace Standard {
|
|
960
|
-
type PlaceOfSupplyScheme =
|
|
1218
|
+
type PlaceOfSupplyScheme =
|
|
1219
|
+
| 'inbound_goods'
|
|
1220
|
+
| 'small_seller'
|
|
1221
|
+
| 'standard';
|
|
961
1222
|
}
|
|
962
1223
|
|
|
963
1224
|
type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
|
|
964
1225
|
}
|
|
965
1226
|
|
|
966
1227
|
interface Et {
|
|
1228
|
+
/**
|
|
1229
|
+
* Options for the standard registration.
|
|
1230
|
+
*/
|
|
1231
|
+
standard?: Et.Standard;
|
|
1232
|
+
|
|
967
1233
|
/**
|
|
968
1234
|
* Type of registration to be created in `country`.
|
|
969
1235
|
*/
|
|
970
1236
|
type: 'standard';
|
|
971
1237
|
}
|
|
972
1238
|
|
|
1239
|
+
namespace Et {
|
|
1240
|
+
interface Standard {
|
|
1241
|
+
/**
|
|
1242
|
+
* Place of supply scheme used in an standard registration.
|
|
1243
|
+
*/
|
|
1244
|
+
place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
|
|
1245
|
+
}
|
|
1246
|
+
|
|
1247
|
+
namespace Standard {
|
|
1248
|
+
type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
|
|
1249
|
+
}
|
|
1250
|
+
}
|
|
1251
|
+
|
|
973
1252
|
interface Fi {
|
|
974
1253
|
/**
|
|
975
1254
|
* Options for the standard registration.
|
|
@@ -991,7 +1270,10 @@ declare module 'stripe' {
|
|
|
991
1270
|
}
|
|
992
1271
|
|
|
993
1272
|
namespace Standard {
|
|
994
|
-
type PlaceOfSupplyScheme =
|
|
1273
|
+
type PlaceOfSupplyScheme =
|
|
1274
|
+
| 'inbound_goods'
|
|
1275
|
+
| 'small_seller'
|
|
1276
|
+
| 'standard';
|
|
995
1277
|
}
|
|
996
1278
|
|
|
997
1279
|
type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
|
|
@@ -1018,19 +1300,40 @@ declare module 'stripe' {
|
|
|
1018
1300
|
}
|
|
1019
1301
|
|
|
1020
1302
|
namespace Standard {
|
|
1021
|
-
type PlaceOfSupplyScheme =
|
|
1303
|
+
type PlaceOfSupplyScheme =
|
|
1304
|
+
| 'inbound_goods'
|
|
1305
|
+
| 'small_seller'
|
|
1306
|
+
| 'standard';
|
|
1022
1307
|
}
|
|
1023
1308
|
|
|
1024
1309
|
type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
|
|
1025
1310
|
}
|
|
1026
1311
|
|
|
1027
1312
|
interface Gb {
|
|
1313
|
+
/**
|
|
1314
|
+
* Options for the standard registration.
|
|
1315
|
+
*/
|
|
1316
|
+
standard?: Gb.Standard;
|
|
1317
|
+
|
|
1028
1318
|
/**
|
|
1029
1319
|
* Type of registration to be created in `country`.
|
|
1030
1320
|
*/
|
|
1031
1321
|
type: 'standard';
|
|
1032
1322
|
}
|
|
1033
1323
|
|
|
1324
|
+
namespace Gb {
|
|
1325
|
+
interface Standard {
|
|
1326
|
+
/**
|
|
1327
|
+
* Place of supply scheme used in an standard registration.
|
|
1328
|
+
*/
|
|
1329
|
+
place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
|
|
1330
|
+
}
|
|
1331
|
+
|
|
1332
|
+
namespace Standard {
|
|
1333
|
+
type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
|
|
1334
|
+
}
|
|
1335
|
+
}
|
|
1336
|
+
|
|
1034
1337
|
interface Ge {
|
|
1035
1338
|
/**
|
|
1036
1339
|
* Type of registration to be created in `country`.
|
|
@@ -1039,12 +1342,30 @@ declare module 'stripe' {
|
|
|
1039
1342
|
}
|
|
1040
1343
|
|
|
1041
1344
|
interface Gn {
|
|
1345
|
+
/**
|
|
1346
|
+
* Options for the standard registration.
|
|
1347
|
+
*/
|
|
1348
|
+
standard?: Gn.Standard;
|
|
1349
|
+
|
|
1042
1350
|
/**
|
|
1043
1351
|
* Type of registration to be created in `country`.
|
|
1044
1352
|
*/
|
|
1045
1353
|
type: 'standard';
|
|
1046
1354
|
}
|
|
1047
1355
|
|
|
1356
|
+
namespace Gn {
|
|
1357
|
+
interface Standard {
|
|
1358
|
+
/**
|
|
1359
|
+
* Place of supply scheme used in an standard registration.
|
|
1360
|
+
*/
|
|
1361
|
+
place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
|
|
1362
|
+
}
|
|
1363
|
+
|
|
1364
|
+
namespace Standard {
|
|
1365
|
+
type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
|
|
1366
|
+
}
|
|
1367
|
+
}
|
|
1368
|
+
|
|
1048
1369
|
interface Gr {
|
|
1049
1370
|
/**
|
|
1050
1371
|
* Options for the standard registration.
|
|
@@ -1066,7 +1387,10 @@ declare module 'stripe' {
|
|
|
1066
1387
|
}
|
|
1067
1388
|
|
|
1068
1389
|
namespace Standard {
|
|
1069
|
-
type PlaceOfSupplyScheme =
|
|
1390
|
+
type PlaceOfSupplyScheme =
|
|
1391
|
+
| 'inbound_goods'
|
|
1392
|
+
| 'small_seller'
|
|
1393
|
+
| 'standard';
|
|
1070
1394
|
}
|
|
1071
1395
|
|
|
1072
1396
|
type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
|
|
@@ -1093,7 +1417,10 @@ declare module 'stripe' {
|
|
|
1093
1417
|
}
|
|
1094
1418
|
|
|
1095
1419
|
namespace Standard {
|
|
1096
|
-
type PlaceOfSupplyScheme =
|
|
1420
|
+
type PlaceOfSupplyScheme =
|
|
1421
|
+
| 'inbound_goods'
|
|
1422
|
+
| 'small_seller'
|
|
1423
|
+
| 'standard';
|
|
1097
1424
|
}
|
|
1098
1425
|
|
|
1099
1426
|
type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
|
|
@@ -1120,7 +1447,10 @@ declare module 'stripe' {
|
|
|
1120
1447
|
}
|
|
1121
1448
|
|
|
1122
1449
|
namespace Standard {
|
|
1123
|
-
type PlaceOfSupplyScheme =
|
|
1450
|
+
type PlaceOfSupplyScheme =
|
|
1451
|
+
| 'inbound_goods'
|
|
1452
|
+
| 'small_seller'
|
|
1453
|
+
| 'standard';
|
|
1124
1454
|
}
|
|
1125
1455
|
|
|
1126
1456
|
type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
|
|
@@ -1154,7 +1484,10 @@ declare module 'stripe' {
|
|
|
1154
1484
|
}
|
|
1155
1485
|
|
|
1156
1486
|
namespace Standard {
|
|
1157
|
-
type PlaceOfSupplyScheme =
|
|
1487
|
+
type PlaceOfSupplyScheme =
|
|
1488
|
+
| 'inbound_goods'
|
|
1489
|
+
| 'small_seller'
|
|
1490
|
+
| 'standard';
|
|
1158
1491
|
}
|
|
1159
1492
|
|
|
1160
1493
|
type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
|
|
@@ -1168,12 +1501,30 @@ declare module 'stripe' {
|
|
|
1168
1501
|
}
|
|
1169
1502
|
|
|
1170
1503
|
interface Is {
|
|
1504
|
+
/**
|
|
1505
|
+
* Options for the standard registration.
|
|
1506
|
+
*/
|
|
1507
|
+
standard?: Is.Standard;
|
|
1508
|
+
|
|
1171
1509
|
/**
|
|
1172
1510
|
* Type of registration to be created in `country`.
|
|
1173
1511
|
*/
|
|
1174
1512
|
type: 'standard';
|
|
1175
1513
|
}
|
|
1176
1514
|
|
|
1515
|
+
namespace Is {
|
|
1516
|
+
interface Standard {
|
|
1517
|
+
/**
|
|
1518
|
+
* Place of supply scheme used in an standard registration.
|
|
1519
|
+
*/
|
|
1520
|
+
place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
|
|
1521
|
+
}
|
|
1522
|
+
|
|
1523
|
+
namespace Standard {
|
|
1524
|
+
type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
|
|
1525
|
+
}
|
|
1526
|
+
}
|
|
1527
|
+
|
|
1177
1528
|
interface It {
|
|
1178
1529
|
/**
|
|
1179
1530
|
* Options for the standard registration.
|
|
@@ -1195,19 +1546,40 @@ declare module 'stripe' {
|
|
|
1195
1546
|
}
|
|
1196
1547
|
|
|
1197
1548
|
namespace Standard {
|
|
1198
|
-
type PlaceOfSupplyScheme =
|
|
1549
|
+
type PlaceOfSupplyScheme =
|
|
1550
|
+
| 'inbound_goods'
|
|
1551
|
+
| 'small_seller'
|
|
1552
|
+
| 'standard';
|
|
1199
1553
|
}
|
|
1200
1554
|
|
|
1201
1555
|
type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
|
|
1202
1556
|
}
|
|
1203
1557
|
|
|
1204
1558
|
interface Jp {
|
|
1559
|
+
/**
|
|
1560
|
+
* Options for the standard registration.
|
|
1561
|
+
*/
|
|
1562
|
+
standard?: Jp.Standard;
|
|
1563
|
+
|
|
1205
1564
|
/**
|
|
1206
1565
|
* Type of registration to be created in `country`.
|
|
1207
1566
|
*/
|
|
1208
1567
|
type: 'standard';
|
|
1209
1568
|
}
|
|
1210
1569
|
|
|
1570
|
+
namespace Jp {
|
|
1571
|
+
interface Standard {
|
|
1572
|
+
/**
|
|
1573
|
+
* Place of supply scheme used in an standard registration.
|
|
1574
|
+
*/
|
|
1575
|
+
place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
|
|
1576
|
+
}
|
|
1577
|
+
|
|
1578
|
+
namespace Standard {
|
|
1579
|
+
type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
|
|
1580
|
+
}
|
|
1581
|
+
}
|
|
1582
|
+
|
|
1211
1583
|
interface Ke {
|
|
1212
1584
|
/**
|
|
1213
1585
|
* Type of registration to be created in `country`.
|
|
@@ -1271,7 +1643,10 @@ declare module 'stripe' {
|
|
|
1271
1643
|
}
|
|
1272
1644
|
|
|
1273
1645
|
namespace Standard {
|
|
1274
|
-
type PlaceOfSupplyScheme =
|
|
1646
|
+
type PlaceOfSupplyScheme =
|
|
1647
|
+
| 'inbound_goods'
|
|
1648
|
+
| 'small_seller'
|
|
1649
|
+
| 'standard';
|
|
1275
1650
|
}
|
|
1276
1651
|
|
|
1277
1652
|
type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
|
|
@@ -1298,7 +1673,10 @@ declare module 'stripe' {
|
|
|
1298
1673
|
}
|
|
1299
1674
|
|
|
1300
1675
|
namespace Standard {
|
|
1301
|
-
type PlaceOfSupplyScheme =
|
|
1676
|
+
type PlaceOfSupplyScheme =
|
|
1677
|
+
| 'inbound_goods'
|
|
1678
|
+
| 'small_seller'
|
|
1679
|
+
| 'standard';
|
|
1302
1680
|
}
|
|
1303
1681
|
|
|
1304
1682
|
type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
|
|
@@ -1325,7 +1703,10 @@ declare module 'stripe' {
|
|
|
1325
1703
|
}
|
|
1326
1704
|
|
|
1327
1705
|
namespace Standard {
|
|
1328
|
-
type PlaceOfSupplyScheme =
|
|
1706
|
+
type PlaceOfSupplyScheme =
|
|
1707
|
+
| 'inbound_goods'
|
|
1708
|
+
| 'small_seller'
|
|
1709
|
+
| 'standard';
|
|
1329
1710
|
}
|
|
1330
1711
|
|
|
1331
1712
|
type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
|
|
@@ -1346,26 +1727,80 @@ declare module 'stripe' {
|
|
|
1346
1727
|
}
|
|
1347
1728
|
|
|
1348
1729
|
interface Me {
|
|
1730
|
+
/**
|
|
1731
|
+
* Options for the standard registration.
|
|
1732
|
+
*/
|
|
1733
|
+
standard?: Me.Standard;
|
|
1734
|
+
|
|
1349
1735
|
/**
|
|
1350
1736
|
* Type of registration to be created in `country`.
|
|
1351
1737
|
*/
|
|
1352
1738
|
type: 'standard';
|
|
1353
1739
|
}
|
|
1354
1740
|
|
|
1741
|
+
namespace Me {
|
|
1742
|
+
interface Standard {
|
|
1743
|
+
/**
|
|
1744
|
+
* Place of supply scheme used in an standard registration.
|
|
1745
|
+
*/
|
|
1746
|
+
place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
|
|
1747
|
+
}
|
|
1748
|
+
|
|
1749
|
+
namespace Standard {
|
|
1750
|
+
type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
|
|
1751
|
+
}
|
|
1752
|
+
}
|
|
1753
|
+
|
|
1355
1754
|
interface Mk {
|
|
1755
|
+
/**
|
|
1756
|
+
* Options for the standard registration.
|
|
1757
|
+
*/
|
|
1758
|
+
standard?: Mk.Standard;
|
|
1759
|
+
|
|
1356
1760
|
/**
|
|
1357
1761
|
* Type of registration to be created in `country`.
|
|
1358
1762
|
*/
|
|
1359
1763
|
type: 'standard';
|
|
1360
1764
|
}
|
|
1361
1765
|
|
|
1766
|
+
namespace Mk {
|
|
1767
|
+
interface Standard {
|
|
1768
|
+
/**
|
|
1769
|
+
* Place of supply scheme used in an standard registration.
|
|
1770
|
+
*/
|
|
1771
|
+
place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
|
|
1772
|
+
}
|
|
1773
|
+
|
|
1774
|
+
namespace Standard {
|
|
1775
|
+
type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
|
|
1776
|
+
}
|
|
1777
|
+
}
|
|
1778
|
+
|
|
1362
1779
|
interface Mr {
|
|
1780
|
+
/**
|
|
1781
|
+
* Options for the standard registration.
|
|
1782
|
+
*/
|
|
1783
|
+
standard?: Mr.Standard;
|
|
1784
|
+
|
|
1363
1785
|
/**
|
|
1364
1786
|
* Type of registration to be created in `country`.
|
|
1365
1787
|
*/
|
|
1366
1788
|
type: 'standard';
|
|
1367
1789
|
}
|
|
1368
1790
|
|
|
1791
|
+
namespace Mr {
|
|
1792
|
+
interface Standard {
|
|
1793
|
+
/**
|
|
1794
|
+
* Place of supply scheme used in an standard registration.
|
|
1795
|
+
*/
|
|
1796
|
+
place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
|
|
1797
|
+
}
|
|
1798
|
+
|
|
1799
|
+
namespace Standard {
|
|
1800
|
+
type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
|
|
1801
|
+
}
|
|
1802
|
+
}
|
|
1803
|
+
|
|
1369
1804
|
interface Mt {
|
|
1370
1805
|
/**
|
|
1371
1806
|
* Options for the standard registration.
|
|
@@ -1387,7 +1822,10 @@ declare module 'stripe' {
|
|
|
1387
1822
|
}
|
|
1388
1823
|
|
|
1389
1824
|
namespace Standard {
|
|
1390
|
-
type PlaceOfSupplyScheme =
|
|
1825
|
+
type PlaceOfSupplyScheme =
|
|
1826
|
+
| 'inbound_goods'
|
|
1827
|
+
| 'small_seller'
|
|
1828
|
+
| 'standard';
|
|
1391
1829
|
}
|
|
1392
1830
|
|
|
1393
1831
|
type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
|
|
@@ -1435,19 +1873,40 @@ declare module 'stripe' {
|
|
|
1435
1873
|
}
|
|
1436
1874
|
|
|
1437
1875
|
namespace Standard {
|
|
1438
|
-
type PlaceOfSupplyScheme =
|
|
1876
|
+
type PlaceOfSupplyScheme =
|
|
1877
|
+
| 'inbound_goods'
|
|
1878
|
+
| 'small_seller'
|
|
1879
|
+
| 'standard';
|
|
1439
1880
|
}
|
|
1440
1881
|
|
|
1441
1882
|
type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
|
|
1442
1883
|
}
|
|
1443
1884
|
|
|
1444
1885
|
interface No {
|
|
1886
|
+
/**
|
|
1887
|
+
* Options for the standard registration.
|
|
1888
|
+
*/
|
|
1889
|
+
standard?: No.Standard;
|
|
1890
|
+
|
|
1445
1891
|
/**
|
|
1446
1892
|
* Type of registration to be created in `country`.
|
|
1447
1893
|
*/
|
|
1448
1894
|
type: 'standard';
|
|
1449
1895
|
}
|
|
1450
1896
|
|
|
1897
|
+
namespace No {
|
|
1898
|
+
interface Standard {
|
|
1899
|
+
/**
|
|
1900
|
+
* Place of supply scheme used in an standard registration.
|
|
1901
|
+
*/
|
|
1902
|
+
place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
|
|
1903
|
+
}
|
|
1904
|
+
|
|
1905
|
+
namespace Standard {
|
|
1906
|
+
type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
|
|
1907
|
+
}
|
|
1908
|
+
}
|
|
1909
|
+
|
|
1451
1910
|
interface Np {
|
|
1452
1911
|
/**
|
|
1453
1912
|
* Type of registration to be created in `country`.
|
|
@@ -1456,19 +1915,55 @@ declare module 'stripe' {
|
|
|
1456
1915
|
}
|
|
1457
1916
|
|
|
1458
1917
|
interface Nz {
|
|
1918
|
+
/**
|
|
1919
|
+
* Options for the standard registration.
|
|
1920
|
+
*/
|
|
1921
|
+
standard?: Nz.Standard;
|
|
1922
|
+
|
|
1459
1923
|
/**
|
|
1460
1924
|
* Type of registration to be created in `country`.
|
|
1461
1925
|
*/
|
|
1462
1926
|
type: 'standard';
|
|
1463
1927
|
}
|
|
1464
1928
|
|
|
1929
|
+
namespace Nz {
|
|
1930
|
+
interface Standard {
|
|
1931
|
+
/**
|
|
1932
|
+
* Place of supply scheme used in an standard registration.
|
|
1933
|
+
*/
|
|
1934
|
+
place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
|
|
1935
|
+
}
|
|
1936
|
+
|
|
1937
|
+
namespace Standard {
|
|
1938
|
+
type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
|
|
1939
|
+
}
|
|
1940
|
+
}
|
|
1941
|
+
|
|
1465
1942
|
interface Om {
|
|
1943
|
+
/**
|
|
1944
|
+
* Options for the standard registration.
|
|
1945
|
+
*/
|
|
1946
|
+
standard?: Om.Standard;
|
|
1947
|
+
|
|
1466
1948
|
/**
|
|
1467
1949
|
* Type of registration to be created in `country`.
|
|
1468
1950
|
*/
|
|
1469
1951
|
type: 'standard';
|
|
1470
1952
|
}
|
|
1471
1953
|
|
|
1954
|
+
namespace Om {
|
|
1955
|
+
interface Standard {
|
|
1956
|
+
/**
|
|
1957
|
+
* Place of supply scheme used in an standard registration.
|
|
1958
|
+
*/
|
|
1959
|
+
place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
|
|
1960
|
+
}
|
|
1961
|
+
|
|
1962
|
+
namespace Standard {
|
|
1963
|
+
type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
|
|
1964
|
+
}
|
|
1965
|
+
}
|
|
1966
|
+
|
|
1472
1967
|
interface Pe {
|
|
1473
1968
|
/**
|
|
1474
1969
|
* Type of registration to be created in `country`.
|
|
@@ -1504,7 +1999,10 @@ declare module 'stripe' {
|
|
|
1504
1999
|
}
|
|
1505
2000
|
|
|
1506
2001
|
namespace Standard {
|
|
1507
|
-
type PlaceOfSupplyScheme =
|
|
2002
|
+
type PlaceOfSupplyScheme =
|
|
2003
|
+
| 'inbound_goods'
|
|
2004
|
+
| 'small_seller'
|
|
2005
|
+
| 'standard';
|
|
1508
2006
|
}
|
|
1509
2007
|
|
|
1510
2008
|
type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
|
|
@@ -1531,7 +2029,10 @@ declare module 'stripe' {
|
|
|
1531
2029
|
}
|
|
1532
2030
|
|
|
1533
2031
|
namespace Standard {
|
|
1534
|
-
type PlaceOfSupplyScheme =
|
|
2032
|
+
type PlaceOfSupplyScheme =
|
|
2033
|
+
| 'inbound_goods'
|
|
2034
|
+
| 'small_seller'
|
|
2035
|
+
| 'standard';
|
|
1535
2036
|
}
|
|
1536
2037
|
|
|
1537
2038
|
type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
|
|
@@ -1558,19 +2059,40 @@ declare module 'stripe' {
|
|
|
1558
2059
|
}
|
|
1559
2060
|
|
|
1560
2061
|
namespace Standard {
|
|
1561
|
-
type PlaceOfSupplyScheme =
|
|
2062
|
+
type PlaceOfSupplyScheme =
|
|
2063
|
+
| 'inbound_goods'
|
|
2064
|
+
| 'small_seller'
|
|
2065
|
+
| 'standard';
|
|
1562
2066
|
}
|
|
1563
2067
|
|
|
1564
2068
|
type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
|
|
1565
2069
|
}
|
|
1566
2070
|
|
|
1567
2071
|
interface Rs {
|
|
2072
|
+
/**
|
|
2073
|
+
* Options for the standard registration.
|
|
2074
|
+
*/
|
|
2075
|
+
standard?: Rs.Standard;
|
|
2076
|
+
|
|
1568
2077
|
/**
|
|
1569
2078
|
* Type of registration to be created in `country`.
|
|
1570
2079
|
*/
|
|
1571
2080
|
type: 'standard';
|
|
1572
2081
|
}
|
|
1573
2082
|
|
|
2083
|
+
namespace Rs {
|
|
2084
|
+
interface Standard {
|
|
2085
|
+
/**
|
|
2086
|
+
* Place of supply scheme used in an standard registration.
|
|
2087
|
+
*/
|
|
2088
|
+
place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
|
|
2089
|
+
}
|
|
2090
|
+
|
|
2091
|
+
namespace Standard {
|
|
2092
|
+
type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
|
|
2093
|
+
}
|
|
2094
|
+
}
|
|
2095
|
+
|
|
1574
2096
|
interface Ru {
|
|
1575
2097
|
/**
|
|
1576
2098
|
* Type of registration to be created in `country`.
|
|
@@ -1606,19 +2128,40 @@ declare module 'stripe' {
|
|
|
1606
2128
|
}
|
|
1607
2129
|
|
|
1608
2130
|
namespace Standard {
|
|
1609
|
-
type PlaceOfSupplyScheme =
|
|
2131
|
+
type PlaceOfSupplyScheme =
|
|
2132
|
+
| 'inbound_goods'
|
|
2133
|
+
| 'small_seller'
|
|
2134
|
+
| 'standard';
|
|
1610
2135
|
}
|
|
1611
2136
|
|
|
1612
2137
|
type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
|
|
1613
2138
|
}
|
|
1614
2139
|
|
|
1615
2140
|
interface Sg {
|
|
2141
|
+
/**
|
|
2142
|
+
* Options for the standard registration.
|
|
2143
|
+
*/
|
|
2144
|
+
standard?: Sg.Standard;
|
|
2145
|
+
|
|
1616
2146
|
/**
|
|
1617
2147
|
* Type of registration to be created in `country`.
|
|
1618
2148
|
*/
|
|
1619
2149
|
type: 'standard';
|
|
1620
2150
|
}
|
|
1621
2151
|
|
|
2152
|
+
namespace Sg {
|
|
2153
|
+
interface Standard {
|
|
2154
|
+
/**
|
|
2155
|
+
* Place of supply scheme used in an standard registration.
|
|
2156
|
+
*/
|
|
2157
|
+
place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
|
|
2158
|
+
}
|
|
2159
|
+
|
|
2160
|
+
namespace Standard {
|
|
2161
|
+
type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
|
|
2162
|
+
}
|
|
2163
|
+
}
|
|
2164
|
+
|
|
1622
2165
|
interface Si {
|
|
1623
2166
|
/**
|
|
1624
2167
|
* Options for the standard registration.
|
|
@@ -1640,7 +2183,10 @@ declare module 'stripe' {
|
|
|
1640
2183
|
}
|
|
1641
2184
|
|
|
1642
2185
|
namespace Standard {
|
|
1643
|
-
type PlaceOfSupplyScheme =
|
|
2186
|
+
type PlaceOfSupplyScheme =
|
|
2187
|
+
| 'inbound_goods'
|
|
2188
|
+
| 'small_seller'
|
|
2189
|
+
| 'standard';
|
|
1644
2190
|
}
|
|
1645
2191
|
|
|
1646
2192
|
type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
|
|
@@ -1667,7 +2213,10 @@ declare module 'stripe' {
|
|
|
1667
2213
|
}
|
|
1668
2214
|
|
|
1669
2215
|
namespace Standard {
|
|
1670
|
-
type PlaceOfSupplyScheme =
|
|
2216
|
+
type PlaceOfSupplyScheme =
|
|
2217
|
+
| 'inbound_goods'
|
|
2218
|
+
| 'small_seller'
|
|
2219
|
+
| 'standard';
|
|
1671
2220
|
}
|
|
1672
2221
|
|
|
1673
2222
|
type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
|
|
@@ -1681,12 +2230,30 @@ declare module 'stripe' {
|
|
|
1681
2230
|
}
|
|
1682
2231
|
|
|
1683
2232
|
interface Sr {
|
|
2233
|
+
/**
|
|
2234
|
+
* Options for the standard registration.
|
|
2235
|
+
*/
|
|
2236
|
+
standard?: Sr.Standard;
|
|
2237
|
+
|
|
1684
2238
|
/**
|
|
1685
2239
|
* Type of registration to be created in `country`.
|
|
1686
2240
|
*/
|
|
1687
2241
|
type: 'standard';
|
|
1688
2242
|
}
|
|
1689
2243
|
|
|
2244
|
+
namespace Sr {
|
|
2245
|
+
interface Standard {
|
|
2246
|
+
/**
|
|
2247
|
+
* Place of supply scheme used in an standard registration.
|
|
2248
|
+
*/
|
|
2249
|
+
place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
|
|
2250
|
+
}
|
|
2251
|
+
|
|
2252
|
+
namespace Standard {
|
|
2253
|
+
type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
|
|
2254
|
+
}
|
|
2255
|
+
}
|
|
2256
|
+
|
|
1690
2257
|
interface Th {
|
|
1691
2258
|
/**
|
|
1692
2259
|
* Type of registration to be created in `country`.
|
|
@@ -1808,12 +2375,30 @@ declare module 'stripe' {
|
|
|
1808
2375
|
}
|
|
1809
2376
|
|
|
1810
2377
|
interface Uy {
|
|
2378
|
+
/**
|
|
2379
|
+
* Options for the standard registration.
|
|
2380
|
+
*/
|
|
2381
|
+
standard?: Uy.Standard;
|
|
2382
|
+
|
|
1811
2383
|
/**
|
|
1812
2384
|
* Type of registration to be created in `country`.
|
|
1813
2385
|
*/
|
|
1814
2386
|
type: 'standard';
|
|
1815
2387
|
}
|
|
1816
2388
|
|
|
2389
|
+
namespace Uy {
|
|
2390
|
+
interface Standard {
|
|
2391
|
+
/**
|
|
2392
|
+
* Place of supply scheme used in an standard registration.
|
|
2393
|
+
*/
|
|
2394
|
+
place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
|
|
2395
|
+
}
|
|
2396
|
+
|
|
2397
|
+
namespace Standard {
|
|
2398
|
+
type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
|
|
2399
|
+
}
|
|
2400
|
+
}
|
|
2401
|
+
|
|
1817
2402
|
interface Uz {
|
|
1818
2403
|
/**
|
|
1819
2404
|
* Type of registration to be created in `country`.
|
|
@@ -1829,12 +2414,30 @@ declare module 'stripe' {
|
|
|
1829
2414
|
}
|
|
1830
2415
|
|
|
1831
2416
|
interface Za {
|
|
2417
|
+
/**
|
|
2418
|
+
* Options for the standard registration.
|
|
2419
|
+
*/
|
|
2420
|
+
standard?: Za.Standard;
|
|
2421
|
+
|
|
1832
2422
|
/**
|
|
1833
2423
|
* Type of registration to be created in `country`.
|
|
1834
2424
|
*/
|
|
1835
2425
|
type: 'standard';
|
|
1836
2426
|
}
|
|
1837
2427
|
|
|
2428
|
+
namespace Za {
|
|
2429
|
+
interface Standard {
|
|
2430
|
+
/**
|
|
2431
|
+
* Place of supply scheme used in an standard registration.
|
|
2432
|
+
*/
|
|
2433
|
+
place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
|
|
2434
|
+
}
|
|
2435
|
+
|
|
2436
|
+
namespace Standard {
|
|
2437
|
+
type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
|
|
2438
|
+
}
|
|
2439
|
+
}
|
|
2440
|
+
|
|
1838
2441
|
interface Zm {
|
|
1839
2442
|
/**
|
|
1840
2443
|
* Type of registration to be created in `country`.
|
|
@@ -1843,11 +2446,29 @@ declare module 'stripe' {
|
|
|
1843
2446
|
}
|
|
1844
2447
|
|
|
1845
2448
|
interface Zw {
|
|
2449
|
+
/**
|
|
2450
|
+
* Options for the standard registration.
|
|
2451
|
+
*/
|
|
2452
|
+
standard?: Zw.Standard;
|
|
2453
|
+
|
|
1846
2454
|
/**
|
|
1847
2455
|
* Type of registration to be created in `country`.
|
|
1848
2456
|
*/
|
|
1849
2457
|
type: 'standard';
|
|
1850
2458
|
}
|
|
2459
|
+
|
|
2460
|
+
namespace Zw {
|
|
2461
|
+
interface Standard {
|
|
2462
|
+
/**
|
|
2463
|
+
* Place of supply scheme used in an standard registration.
|
|
2464
|
+
*/
|
|
2465
|
+
place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
|
|
2466
|
+
}
|
|
2467
|
+
|
|
2468
|
+
namespace Standard {
|
|
2469
|
+
type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
|
|
2470
|
+
}
|
|
2471
|
+
}
|
|
1851
2472
|
}
|
|
1852
2473
|
}
|
|
1853
2474
|
|