@gobodo/gobodo-api-promise 0.1.112 → 0.1.113
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/README.md +375 -45
- package/dist/.tsbuildinfo +1 -1
- package/dist/ApiClient.d.ts +1 -1
- package/dist/ApiClient.js +3 -3
- package/dist/api/AbilitiesApi.d.ts +1 -1
- package/dist/api/AbilitiesApi.js +2 -2
- package/dist/api/AdCampaignsApi.d.ts +5 -5
- package/dist/api/AdCampaignsApi.js +13 -13
- package/dist/api/AdManagementApi.d.ts +9 -9
- package/dist/api/AdManagementApi.js +24 -24
- package/dist/api/AdminDataManagementApi.d.ts +1 -1
- package/dist/api/AdminDataManagementApi.js +2 -2
- package/dist/api/AdsApi.d.ts +5 -5
- package/dist/api/AdsApi.js +13 -13
- package/dist/api/AttachmentsApi.d.ts +3 -3
- package/dist/api/AttachmentsApi.d.ts.map +1 -1
- package/dist/api/AttachmentsApi.js +7 -7
- package/dist/api/AuthenticationApi.d.ts +1 -1
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.d.ts +3 -3
- package/dist/api/CategoriesApi.d.ts.map +1 -1
- package/dist/api/CategoriesApi.js +7 -7
- package/dist/api/CommentsApi.d.ts +3 -3
- package/dist/api/CommentsApi.js +7 -7
- package/dist/api/ContentManagementApi.d.ts +5 -5
- package/dist/api/ContentManagementApi.js +12 -12
- package/dist/api/ConversationsApi.d.ts +3 -3
- package/dist/api/ConversationsApi.js +7 -7
- package/dist/api/CurrencyApi.d.ts +1 -1
- package/dist/api/CurrencyApi.js +2 -2
- package/dist/api/DataSheetImportsApi.d.ts +3 -3
- package/dist/api/DataSheetImportsApi.js +7 -7
- package/dist/api/DefaultApi.d.ts +5 -5
- package/dist/api/DefaultApi.d.ts.map +1 -1
- package/dist/api/DefaultApi.js +13 -13
- package/dist/api/DocumentPartTypesApi.d.ts +1 -1
- package/dist/api/DocumentPartTypesApi.js +2 -2
- package/dist/api/DocumentTypesApi.d.ts +1 -1
- package/dist/api/DocumentTypesApi.js +2 -2
- package/dist/api/DocumentsApi.d.ts +3 -3
- package/dist/api/DocumentsApi.js +7 -7
- package/dist/api/EmailsApi.d.ts +1 -1
- package/dist/api/EmailsApi.js +2 -2
- package/dist/api/EntryPartsApi.d.ts +3 -3
- package/dist/api/EntryPartsApi.js +7 -7
- package/dist/api/FacebookApi.d.ts +1 -1
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.d.ts +1 -1
- package/dist/api/FieldsApi.js +2 -2
- package/dist/api/FormsApi.d.ts +7 -7
- package/dist/api/FormsApi.js +17 -17
- package/dist/api/FunctionsApi.d.ts +1 -1
- package/dist/api/FunctionsApi.js +2 -2
- package/dist/api/GeocodeApi.d.ts +1 -1
- package/dist/api/GeocodeApi.js +2 -2
- package/dist/api/GobodoManagementApi.d.ts +1 -1
- package/dist/api/GobodoManagementApi.js +2 -2
- package/dist/api/GoogleApi.d.ts +1 -1
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionTypesApi.d.ts +1 -1
- package/dist/api/GraphActionTypesApi.js +2 -2
- package/dist/api/GraphActionsApi.d.ts +1 -1
- package/dist/api/GraphActionsApi.js +2 -2
- package/dist/api/GraphObjectTypesApi.d.ts +1 -1
- package/dist/api/GraphObjectTypesApi.js +2 -2
- package/dist/api/GraphObjectsApi.d.ts +1 -1
- package/dist/api/GraphObjectsApi.js +2 -2
- package/dist/api/GraphRelationshipTypesApi.d.ts +1 -1
- package/dist/api/GraphRelationshipTypesApi.js +2 -2
- package/dist/api/GraphRelationshipsApi.d.ts +1 -1
- package/dist/api/GraphRelationshipsApi.js +2 -2
- package/dist/api/GraphSchemasApi.d.ts +1 -1
- package/dist/api/GraphSchemasApi.js +2 -2
- package/dist/api/GraphTraversalApi.d.ts +1 -1
- package/dist/api/GraphTraversalApi.js +2 -2
- package/dist/api/GraphsApi.d.ts +1 -1
- package/dist/api/GraphsApi.js +2 -2
- package/dist/api/GroupsApi.d.ts +11 -11
- package/dist/api/IAMApi.d.ts +5 -5
- package/dist/api/IAMApi.js +13 -13
- package/dist/api/ImagesApi.d.ts +3 -3
- package/dist/api/ImagesApi.js +7 -7
- package/dist/api/InvitesApi.d.ts +1 -1
- package/dist/api/InvitesApi.js +2 -2
- package/dist/api/LikesApi.d.ts +3 -3
- package/dist/api/LikesApi.js +7 -7
- package/dist/api/LinkedINApi.d.ts +1 -1
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LinksApi.d.ts +440 -0
- package/dist/api/LinksApi.d.ts.map +1 -0
- package/dist/api/LinksApi.js +787 -0
- package/dist/api/LiveMeetingsApi.d.ts +1 -1
- package/dist/api/LiveMeetingsApi.js +2 -2
- package/dist/api/MeetingEventsApi.d.ts +1 -1
- package/dist/api/MeetingEventsApi.js +2 -2
- package/dist/api/NotificationsApi.d.ts +1 -1
- package/dist/api/NotificationsApi.js +2 -2
- package/dist/api/PagesApi.d.ts +3 -3
- package/dist/api/PagesApi.js +7 -7
- package/dist/api/PasswordResetApi.d.ts +1 -1
- package/dist/api/PasswordResetApi.js +2 -2
- package/dist/api/PayPalAccountsApi.d.ts +150 -0
- package/dist/api/PayPalAccountsApi.d.ts.map +1 -0
- package/dist/api/PayPalAccountsApi.js +273 -0
- package/dist/api/PhoneNumbersApi.d.ts +1 -1
- package/dist/api/PhoneNumbersApi.js +2 -2
- package/dist/api/PostsApi.d.ts +272 -29
- package/dist/api/PostsApi.d.ts.map +1 -1
- package/dist/api/PostsApi.js +483 -61
- package/dist/api/PrivateMessagesApi.d.ts +5 -5
- package/dist/api/PrivateMessagesApi.js +12 -12
- package/dist/api/PublicationsApi.d.ts +1 -1
- package/dist/api/PublicationsApi.js +2 -2
- package/dist/api/RestApplicationsApi.d.ts +1 -1
- package/dist/api/RestApplicationsApi.js +2 -2
- package/dist/api/ScreensApi.d.ts +1 -1
- package/dist/api/ScreensApi.js +2 -2
- package/dist/api/SitesApi.d.ts +1 -1
- package/dist/api/SitesApi.js +2 -2
- package/dist/api/SocialGroupsApi.d.ts +3 -3
- package/dist/api/SocialGroupsApi.js +7 -7
- package/dist/api/SocialIntegrationApi.d.ts +1 -1
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/SquareAccountsApi.d.ts +150 -0
- package/dist/api/SquareAccountsApi.d.ts.map +1 -0
- package/dist/api/SquareAccountsApi.js +273 -0
- package/dist/api/StripeAccountsApi.d.ts +522 -5
- package/dist/api/StripeAccountsApi.d.ts.map +1 -1
- package/dist/api/StripeAccountsApi.js +1023 -126
- package/dist/api/TemplatesApi.d.ts +1 -1
- package/dist/api/TemplatesApi.js +2 -2
- package/dist/api/ThemeMappingsApi.d.ts +3 -3
- package/dist/api/ThemeMappingsApi.js +8 -8
- package/dist/api/TopicsApi.d.ts +3 -3
- package/dist/api/TopicsApi.d.ts.map +1 -1
- package/dist/api/TopicsApi.js +8 -8
- package/dist/api/TransactionsApi.d.ts +1 -1
- package/dist/api/TransactionsApi.js +2 -2
- package/dist/api/TwitterApi.d.ts +1 -1
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserManagerAdministrationApi.d.ts +1 -1
- package/dist/api/UserManagerAdministrationApi.js +2 -2
- package/dist/api/UserTagsApi.d.ts +5 -5
- package/dist/api/UserTagsApi.js +13 -13
- package/dist/api/UsersApi.d.ts +1 -1
- package/dist/api/UsersApi.js +2 -2
- package/dist/api/UtilsApi.d.ts +1 -1
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.d.ts +3 -3
- package/dist/api/VideosApi.js +7 -7
- package/dist/api/WalletsApi.d.ts +1 -1
- package/dist/api/WalletsApi.js +2 -2
- package/dist/index.d.ts +305 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2569 -455
- package/dist/model/APIClient.d.ts +1 -1
- package/dist/model/APIClient.js +2 -2
- package/dist/model/Aba.d.ts +74 -0
- package/dist/model/Aba.d.ts.map +1 -0
- package/dist/model/Aba.js +217 -0
- package/dist/model/AbilityResponse.d.ts +1 -1
- package/dist/model/AbilityResponse.js +2 -2
- package/dist/model/Account.d.ts +263 -0
- package/dist/model/Account.d.ts.map +1 -0
- package/dist/model/Account.js +820 -0
- package/dist/model/AccountSessionInput.d.ts +1 -1
- package/dist/model/AccountSessionInput.js +2 -2
- package/dist/model/AccountSessionResponse.d.ts +1 -1
- package/dist/model/AccountSessionResponse.js +2 -2
- package/dist/model/AchCreditTransfer.d.ts +83 -0
- package/dist/model/AchCreditTransfer.d.ts.map +1 -0
- package/dist/model/AchCreditTransfer.js +246 -0
- package/dist/model/AchDebit.d.ts +101 -0
- package/dist/model/AchDebit.d.ts.map +1 -0
- package/dist/model/AchDebit.js +304 -0
- package/dist/model/AcssDebit.d.ts +101 -0
- package/dist/model/AcssDebit.d.ts.map +1 -0
- package/dist/model/AcssDebit.js +304 -0
- package/dist/model/AddInvoiceItem.d.ts +83 -0
- package/dist/model/AddInvoiceItem.d.ts.map +1 -0
- package/dist/model/AddInvoiceItem.js +265 -0
- package/dist/model/AdditionalDocument.d.ts +101 -0
- package/dist/model/AdditionalDocument.d.ts.map +1 -0
- package/dist/model/AdditionalDocument.js +306 -0
- package/dist/model/AdditionalTosAcceptances.d.ts +56 -0
- package/dist/model/AdditionalTosAcceptances.d.ts.map +1 -0
- package/dist/model/AdditionalTosAcceptances.js +161 -0
- package/dist/model/Address.d.ts +1 -1
- package/dist/model/Address.js +2 -2
- package/dist/model/AddressKana.d.ts +110 -0
- package/dist/model/AddressKana.d.ts.map +1 -0
- package/dist/model/AddressKana.js +333 -0
- package/dist/model/AddressKanji.d.ts +110 -0
- package/dist/model/AddressKanji.d.ts.map +1 -0
- package/dist/model/AddressKanji.js +333 -0
- package/dist/model/AddressResponse.d.ts +1 -1
- package/dist/model/AddressResponse.js +2 -2
- package/dist/model/Affirm.d.ts +47 -0
- package/dist/model/Affirm.d.ts.map +1 -0
- package/dist/model/Affirm.js +130 -0
- package/dist/model/AfterCompletion.d.ts +74 -0
- package/dist/model/AfterCompletion.d.ts.map +1 -0
- package/dist/model/AfterCompletion.js +221 -0
- package/dist/model/AfterExpiration.d.ts +56 -0
- package/dist/model/AfterExpiration.d.ts.map +1 -0
- package/dist/model/AfterExpiration.js +161 -0
- package/dist/model/AfterpayClearpay.d.ts +65 -0
- package/dist/model/AfterpayClearpay.d.ts.map +1 -0
- package/dist/model/AfterpayClearpay.js +188 -0
- package/dist/model/Alipay.d.ts +74 -0
- package/dist/model/Alipay.d.ts.map +1 -0
- package/dist/model/Alipay.js +217 -0
- package/dist/model/AlipayHandleRedirect.d.ts +83 -0
- package/dist/model/AlipayHandleRedirect.d.ts.map +1 -0
- package/dist/model/AlipayHandleRedirect.js +246 -0
- package/dist/model/Alternative.d.ts +65 -0
- package/dist/model/Alternative.d.ts.map +1 -0
- package/dist/model/Alternative.js +188 -0
- package/dist/model/AmexExpressCheckout.d.ts +47 -0
- package/dist/model/AmexExpressCheckout.d.ts.map +1 -0
- package/dist/model/AmexExpressCheckout.js +130 -0
- package/dist/model/AmountDetails.d.ts +56 -0
- package/dist/model/AmountDetails.d.ts.map +1 -0
- package/dist/model/AmountDetails.js +161 -0
- package/dist/model/ApplePay.d.ts +47 -0
- package/dist/model/ApplePay.d.ts.map +1 -0
- package/dist/model/ApplePay.js +130 -0
- package/dist/model/Application.d.ts +83 -0
- package/dist/model/Application.d.ts.map +1 -0
- package/dist/model/Application.js +242 -0
- package/dist/model/ApplicationFee.d.ts +227 -0
- package/dist/model/ApplicationFee.d.ts.map +1 -0
- package/dist/model/ApplicationFee.js +697 -0
- package/dist/model/ApplicationPaymentAccountResponse.d.ts +1 -1
- package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
- package/dist/model/AppliesTo.d.ts +56 -0
- package/dist/model/AppliesTo.d.ts.map +1 -0
- package/dist/model/AppliesTo.js +159 -0
- package/dist/model/Article.d.ts +46 -46
- package/dist/model/Article.d.ts.map +1 -1
- package/dist/model/Article.js +123 -123
- package/dist/model/AuBecsDebit.d.ts +83 -0
- package/dist/model/AuBecsDebit.d.ts.map +1 -0
- package/dist/model/AuBecsDebit.js +246 -0
- package/dist/model/AuthResponse.d.ts +1 -1
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/AuthorizationCheckResponse.d.ts +1 -1
- package/dist/model/AuthorizationCheckResponse.js +2 -2
- package/dist/model/AutomaticPaymentMethods.d.ts +65 -0
- package/dist/model/AutomaticPaymentMethods.d.ts.map +1 -0
- package/dist/model/AutomaticPaymentMethods.js +184 -0
- package/dist/model/AutomaticTax.d.ts +65 -0
- package/dist/model/AutomaticTax.d.ts.map +1 -0
- package/dist/model/AutomaticTax.js +184 -0
- package/dist/model/AvailablePlan.d.ts +74 -0
- package/dist/model/AvailablePlan.d.ts.map +1 -0
- package/dist/model/AvailablePlan.js +213 -0
- package/dist/model/AwsSettings.d.ts +1 -1
- package/dist/model/AwsSettings.js +2 -2
- package/dist/model/BacsDebit.d.ts +83 -0
- package/dist/model/BacsDebit.d.ts.map +1 -0
- package/dist/model/BacsDebit.js +246 -0
- package/dist/model/BacsDebitPayments.d.ts +65 -0
- package/dist/model/BacsDebitPayments.d.ts.map +1 -0
- package/dist/model/BacsDebitPayments.js +188 -0
- package/dist/model/Balance.d.ts +9 -9
- package/dist/model/Balance.d.ts.map +1 -1
- package/dist/model/Balance.js +33 -33
- package/dist/model/BalanceDetails.d.ts +1 -1
- package/dist/model/BalanceDetails.js +2 -2
- package/dist/model/BalanceResponse.d.ts +1 -1
- package/dist/model/BalanceResponse.js +2 -2
- package/dist/model/BalanceTransaction.d.ts +200 -0
- package/dist/model/BalanceTransaction.d.ts.map +1 -0
- package/dist/model/BalanceTransaction.js +618 -0
- package/dist/model/BalanceTransactionSource.d.ts +47 -0
- package/dist/model/BalanceTransactionSource.d.ts.map +1 -0
- package/dist/model/BalanceTransactionSource.js +133 -0
- package/dist/model/Bancontact.d.ts +137 -0
- package/dist/model/Bancontact.d.ts.map +1 -0
- package/dist/model/Bancontact.js +424 -0
- package/dist/model/BankAccountInfo.d.ts +1 -1
- package/dist/model/BankAccountInfo.js +2 -2
- package/dist/model/BankTransfer.d.ts +65 -0
- package/dist/model/BankTransfer.d.ts.map +1 -0
- package/dist/model/BankTransfer.js +190 -0
- package/dist/model/Base64ImageUpload.d.ts +1 -1
- package/dist/model/Base64ImageUpload.js +2 -2
- package/dist/model/BillingDetails.d.ts +83 -0
- package/dist/model/BillingDetails.d.ts.map +1 -0
- package/dist/model/BillingDetails.js +248 -0
- package/dist/model/BillingThresholds.d.ts +56 -0
- package/dist/model/BillingThresholds.d.ts.map +1 -0
- package/dist/model/BillingThresholds.js +155 -0
- package/dist/model/Blik.d.ts +47 -0
- package/dist/model/Blik.d.ts.map +1 -0
- package/dist/model/Blik.js +130 -0
- package/dist/model/Blocked.d.ts +65 -0
- package/dist/model/Blocked.d.ts.map +1 -0
- package/dist/model/Blocked.js +188 -0
- package/dist/model/BlogPostResponse.d.ts +1 -1
- package/dist/model/BlogPostResponse.js +2 -2
- package/dist/model/Boleto.d.ts +56 -0
- package/dist/model/Boleto.d.ts.map +1 -0
- package/dist/model/Boleto.js +159 -0
- package/dist/model/BoletoDisplayDetails.d.ts +83 -0
- package/dist/model/BoletoDisplayDetails.d.ts.map +1 -0
- package/dist/model/BoletoDisplayDetails.js +242 -0
- package/dist/model/Branding.d.ts +101 -0
- package/dist/model/Branding.d.ts.map +1 -0
- package/dist/model/Branding.js +306 -0
- package/dist/model/Breakdown.d.ts +65 -0
- package/dist/model/Breakdown.d.ts.map +1 -0
- package/dist/model/Breakdown.js +227 -0
- package/dist/model/BusinessProfile.d.ts +128 -0
- package/dist/model/BusinessProfile.d.ts.map +1 -0
- package/dist/model/BusinessProfile.js +395 -0
- package/dist/model/CacheInvalidation.d.ts +1 -1
- package/dist/model/CacheInvalidation.js +2 -2
- package/dist/model/CancellationDetails.d.ts +74 -0
- package/dist/model/CancellationDetails.d.ts.map +1 -0
- package/dist/model/CancellationDetails.js +217 -0
- package/dist/model/Capabilities.d.ts +380 -0
- package/dist/model/Capabilities.d.ts.map +1 -0
- package/dist/model/Capabilities.js +1203 -0
- package/dist/model/Card.d.ts +263 -0
- package/dist/model/Card.d.ts.map +1 -0
- package/dist/model/Card.js +824 -0
- package/dist/model/CardAwaitNotification.d.ts +65 -0
- package/dist/model/CardAwaitNotification.d.ts.map +1 -0
- package/dist/model/CardAwaitNotification.js +180 -0
- package/dist/model/CardInfo.d.ts +1 -1
- package/dist/model/CardInfo.js +2 -2
- package/dist/model/CardIssuing.d.ts +56 -0
- package/dist/model/CardIssuing.d.ts.map +1 -0
- package/dist/model/CardIssuing.js +161 -0
- package/dist/model/CardPayments.d.ts +83 -0
- package/dist/model/CardPayments.d.ts.map +1 -0
- package/dist/model/CardPayments.js +248 -0
- package/dist/model/CardPresent.d.ts +236 -0
- package/dist/model/CardPresent.d.ts.map +1 -0
- package/dist/model/CardPresent.js +719 -0
- package/dist/model/CashBalance.d.ts +101 -0
- package/dist/model/CashBalance.d.ts.map +1 -0
- package/dist/model/CashBalance.js +296 -0
- package/dist/model/Cashapp.d.ts +65 -0
- package/dist/model/Cashapp.d.ts.map +1 -0
- package/dist/model/Cashapp.js +188 -0
- package/dist/model/CashappHandleRedirectOrDisplayQrCode.d.ts +74 -0
- package/dist/model/CashappHandleRedirectOrDisplayQrCode.d.ts.map +1 -0
- package/dist/model/CashappHandleRedirectOrDisplayQrCode.js +219 -0
- package/dist/model/Charge.d.ts +587 -0
- package/dist/model/Charge.d.ts.map +1 -0
- package/dist/model/Charge.js +1864 -0
- package/dist/model/CheckoutSessionInput.d.ts +191 -0
- package/dist/model/CheckoutSessionInput.d.ts.map +1 -0
- package/dist/model/CheckoutSessionInput.js +538 -0
- package/dist/model/CheckoutSessionResponse.d.ts +106 -0
- package/dist/model/CheckoutSessionResponse.d.ts.map +1 -0
- package/dist/model/CheckoutSessionResponse.js +304 -0
- package/dist/model/Checks.d.ts +74 -0
- package/dist/model/Checks.d.ts.map +1 -0
- package/dist/model/Checks.js +217 -0
- package/dist/model/Comment.d.ts +19 -19
- package/dist/model/Comment.d.ts.map +1 -1
- package/dist/model/Comment.js +50 -50
- package/dist/model/Company.d.ts +209 -0
- package/dist/model/Company.d.ts.map +1 -0
- package/dist/model/Company.js +642 -0
- package/dist/model/CompletedSessions.d.ts +65 -0
- package/dist/model/CompletedSessions.d.ts.map +1 -0
- package/dist/model/CompletedSessions.js +180 -0
- package/dist/model/Computed.d.ts +65 -0
- package/dist/model/Computed.d.ts.map +1 -0
- package/dist/model/Computed.js +192 -0
- package/dist/model/Consent.d.ts +65 -0
- package/dist/model/Consent.d.ts.map +1 -0
- package/dist/model/Consent.js +188 -0
- package/dist/model/ConsentCollection.d.ts +65 -0
- package/dist/model/ConsentCollection.d.ts.map +1 -0
- package/dist/model/ConsentCollection.js +188 -0
- package/dist/model/ConsoleOrganizationInput.d.ts +1 -1
- package/dist/model/ConsoleOrganizationInput.js +2 -2
- package/dist/model/ConsoleOrganizationResponse.d.ts +1 -1
- package/dist/model/ConsoleOrganizationResponse.js +2 -2
- package/dist/model/ConsoleProjectInput.d.ts +1 -1
- package/dist/model/ConsoleProjectInput.js +2 -2
- package/dist/model/ConsoleProjectResponse.d.ts +1 -1
- package/dist/model/ConsoleProjectResponse.js +2 -2
- package/dist/model/Controller.d.ts +65 -0
- package/dist/model/Controller.d.ts.map +1 -0
- package/dist/model/Controller.js +184 -0
- package/dist/model/Coordinates.d.ts +12 -2
- package/dist/model/Coordinates.d.ts.map +1 -1
- package/dist/model/Coordinates.js +30 -5
- package/dist/model/Coupon.d.ts +218 -0
- package/dist/model/Coupon.d.ts.map +1 -0
- package/dist/model/Coupon.js +636 -0
- package/dist/model/CreateAccountResponse.d.ts +1 -1
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateFunctionInput.d.ts +1 -1
- package/dist/model/CreateFunctionInput.js +2 -2
- package/dist/model/CreateStripeAccountInput.d.ts +1 -1
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.d.ts +1 -1
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CreateTopicInput.d.ts +1 -1
- package/dist/model/CreateTopicInput.js +2 -2
- package/dist/model/CreateTopicListenerInput.d.ts +1 -1
- package/dist/model/CreateTopicListenerInput.js +2 -2
- package/dist/model/CreditedItems.d.ts +65 -0
- package/dist/model/CreditedItems.d.ts.map +1 -0
- package/dist/model/CreditedItems.js +188 -0
- package/dist/model/CurrencyConversion.d.ts +83 -0
- package/dist/model/CurrencyConversion.d.ts.map +1 -0
- package/dist/model/CurrencyConversion.js +234 -0
- package/dist/model/CurrencyGrantInput.d.ts +1 -1
- package/dist/model/CurrencyGrantInput.js +2 -2
- package/dist/model/CurrencyGrantResponse.d.ts +1 -1
- package/dist/model/CurrencyGrantResponse.js +2 -2
- package/dist/model/CurrencyInput.d.ts +1 -1
- package/dist/model/CurrencyInput.js +2 -2
- package/dist/model/CurrencyMinterRegistrationInput.d.ts +1 -1
- package/dist/model/CurrencyMinterRegistrationInput.js +2 -2
- package/dist/model/CurrencyOption.d.ts +65 -0
- package/dist/model/CurrencyOption.d.ts.map +1 -0
- package/dist/model/CurrencyOption.js +184 -0
- package/dist/model/CurrencyResponse.d.ts +1 -1
- package/dist/model/CurrencyResponse.js +2 -2
- package/dist/model/CurrencySettings.d.ts +1 -1
- package/dist/model/CurrencySettings.js +2 -2
- package/dist/model/CurrentPhase.d.ts +65 -0
- package/dist/model/CurrentPhase.d.ts.map +1 -0
- package/dist/model/CurrentPhase.js +180 -0
- package/dist/model/CustomField.d.ts +65 -0
- package/dist/model/CustomField.d.ts.map +1 -0
- package/dist/model/CustomField.js +188 -0
- package/dist/model/CustomText.d.ts +74 -0
- package/dist/model/CustomText.d.ts.map +1 -0
- package/dist/model/CustomText.js +223 -0
- package/dist/model/CustomUnitAmount.d.ts +74 -0
- package/dist/model/CustomUnitAmount.d.ts.map +1 -0
- package/dist/model/CustomUnitAmount.js +205 -0
- package/dist/model/Customer.d.ts +344 -0
- package/dist/model/Customer.d.ts.map +1 -0
- package/dist/model/Customer.js +1073 -0
- package/dist/model/CustomerAcceptance.d.ts +83 -0
- package/dist/model/CustomerAcceptance.d.ts.map +1 -0
- package/dist/model/CustomerAcceptance.js +246 -0
- package/dist/model/CustomerBalance.d.ts +47 -0
- package/dist/model/CustomerBalance.d.ts.map +1 -0
- package/dist/model/CustomerBalance.js +130 -0
- package/dist/model/CustomerDetails.d.ts +101 -0
- package/dist/model/CustomerDetails.d.ts.map +1 -0
- package/dist/model/CustomerDetails.js +327 -0
- package/dist/model/CustomerNotification.d.ts +65 -0
- package/dist/model/CustomerNotification.d.ts.map +1 -0
- package/dist/model/CustomerNotification.js +180 -0
- package/dist/model/CustomerResponse.d.ts +1 -1
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/CustomerTaxId.d.ts +65 -0
- package/dist/model/CustomerTaxId.d.ts.map +1 -0
- package/dist/model/CustomerTaxId.js +188 -0
- package/dist/model/Dashboard.d.ts +65 -0
- package/dist/model/Dashboard.d.ts.map +1 -0
- package/dist/model/Dashboard.js +188 -0
- package/dist/model/DataObject.d.ts +1 -1
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.d.ts +1 -1
- package/dist/model/DataSheetImport.js +2 -2
- package/dist/model/DataSheetImportPrivacySettings.d.ts +1 -1
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.d.ts +1 -1
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/DeclineOn.d.ts +65 -0
- package/dist/model/DeclineOn.d.ts.map +1 -0
- package/dist/model/DeclineOn.js +180 -0
- package/dist/model/DefaultSettings.d.ts +155 -0
- package/dist/model/DefaultSettings.d.ts.map +1 -0
- package/dist/model/DefaultSettings.js +486 -0
- package/dist/model/DeliveryEstimate.d.ts +65 -0
- package/dist/model/DeliveryEstimate.d.ts.map +1 -0
- package/dist/model/DeliveryEstimate.js +192 -0
- package/dist/model/DeviceRegistrationRequest.d.ts +1 -1
- package/dist/model/DeviceRegistrationRequest.js +2 -2
- package/dist/model/Discount.d.ts +173 -0
- package/dist/model/Discount.d.ts.map +1 -0
- package/dist/model/Discount.js +530 -0
- package/dist/model/DiscountAmount.d.ts +74 -0
- package/dist/model/DiscountAmount.d.ts.map +1 -0
- package/dist/model/DiscountAmount.js +215 -0
- package/dist/model/DisplayBankTransferInstructions.d.ts +101 -0
- package/dist/model/DisplayBankTransferInstructions.d.ts.map +1 -0
- package/dist/model/DisplayBankTransferInstructions.js +321 -0
- package/dist/model/DisplayDetails.d.ts +65 -0
- package/dist/model/DisplayDetails.d.ts.map +1 -0
- package/dist/model/DisplayDetails.js +186 -0
- package/dist/model/Dob.d.ts +74 -0
- package/dist/model/Dob.d.ts.map +1 -0
- package/dist/model/Dob.js +205 -0
- package/dist/model/Document.d.ts +46 -46
- package/dist/model/Document.d.ts.map +1 -1
- package/dist/model/Document.js +123 -123
- package/dist/model/DocumentPart.d.ts +24 -24
- package/dist/model/DocumentPart.d.ts.map +1 -1
- package/dist/model/DocumentPart.js +66 -66
- package/dist/model/DocumentPartType.d.ts +10 -10
- package/dist/model/DocumentPartType.d.ts.map +1 -1
- package/dist/model/DocumentPartType.js +27 -27
- package/dist/model/DocumentType.d.ts +10 -10
- package/dist/model/DocumentType.d.ts.map +1 -1
- package/dist/model/DocumentType.js +25 -25
- package/dist/model/DomainMappingInput.d.ts +1 -1
- package/dist/model/DomainMappingInput.js +2 -2
- package/dist/model/DomainMappingResponse.d.ts +1 -1
- package/dist/model/DomainMappingResponse.js +2 -2
- package/dist/model/Dropdown.d.ts +56 -0
- package/dist/model/Dropdown.d.ts.map +1 -0
- package/dist/model/Dropdown.js +180 -0
- package/dist/model/EmailAddress.d.ts +1 -1
- package/dist/model/EmailAddress.js +2 -2
- package/dist/model/EmailSent.d.ts +65 -0
- package/dist/model/EmailSent.d.ts.map +1 -0
- package/dist/model/EmailSent.js +184 -0
- package/dist/model/EndBehavior.d.ts +56 -0
- package/dist/model/EndBehavior.d.ts.map +1 -0
- package/dist/model/EndBehavior.js +159 -0
- package/dist/model/Eps.d.ts +65 -0
- package/dist/model/Eps.d.ts.map +1 -0
- package/dist/model/Eps.js +188 -0
- package/dist/model/Errors.d.ts +74 -0
- package/dist/model/Errors.d.ts.map +1 -0
- package/dist/model/Errors.js +217 -0
- package/dist/model/EuBankTransfer.d.ts +56 -0
- package/dist/model/EuBankTransfer.d.ts.map +1 -0
- package/dist/model/EuBankTransfer.js +159 -0
- package/dist/model/ExtendedAuthorization.d.ts +56 -0
- package/dist/model/ExtendedAuthorization.d.ts.map +1 -0
- package/dist/model/ExtendedAuthorization.js +159 -0
- package/dist/model/ExternalAccount.d.ts +47 -0
- package/dist/model/ExternalAccount.d.ts.map +1 -0
- package/dist/model/ExternalAccount.js +133 -0
- package/dist/model/ExternalAccountCollection.d.ts +119 -0
- package/dist/model/ExternalAccountCollection.d.ts.map +1 -0
- package/dist/model/ExternalAccountCollection.js +377 -0
- package/dist/model/ExternalAccountCollectionPageTypeToken.d.ts +38 -0
- package/dist/model/ExternalAccountCollectionPageTypeToken.d.ts.map +1 -0
- package/dist/model/ExternalAccountCollectionPageTypeToken.js +108 -0
- package/dist/model/Familymart.d.ts +65 -0
- package/dist/model/Familymart.d.ts.map +1 -0
- package/dist/model/Familymart.js +188 -0
- package/dist/model/Feature.d.ts +56 -0
- package/dist/model/Feature.d.ts.map +1 -0
- package/dist/model/Feature.js +159 -0
- package/dist/model/FeeDetail.d.ts +92 -0
- package/dist/model/FeeDetail.d.ts.map +1 -0
- package/dist/model/FeeDetail.js +271 -0
- package/dist/model/FeeRefund.d.ts +146 -0
- package/dist/model/FeeRefund.d.ts.map +1 -0
- package/dist/model/FeeRefund.js +439 -0
- package/dist/model/FeeRefundCollection.d.ts +119 -0
- package/dist/model/FeeRefundCollection.d.ts.map +1 -0
- package/dist/model/FeeRefundCollection.js +377 -0
- package/dist/model/FieldMapping.d.ts +1 -1
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.d.ts +19 -19
- package/dist/model/Fields.d.ts.map +1 -1
- package/dist/model/Fields.js +49 -49
- package/dist/model/File.d.ts +10 -10
- package/dist/model/File.d.ts.map +1 -1
- package/dist/model/File.js +31 -31
- package/dist/model/FileAttachmentUploadObject.d.ts +10 -10
- package/dist/model/FileAttachmentUploadObject.d.ts.map +1 -1
- package/dist/model/FileAttachmentUploadObject.js +31 -31
- package/dist/model/FileLink.d.ts +146 -0
- package/dist/model/FileLink.d.ts.map +1 -0
- package/dist/model/FileLink.js +428 -0
- package/dist/model/FileLinkCollection.d.ts +119 -0
- package/dist/model/FileLinkCollection.d.ts.map +1 -0
- package/dist/model/FileLinkCollection.js +377 -0
- package/dist/model/Filter.d.ts +1 -1
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.d.ts +1 -1
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/FinancialAddress.d.ts +119 -0
- package/dist/model/FinancialAddress.d.ts.map +1 -0
- package/dist/model/FinancialAddress.js +374 -0
- package/dist/model/FinancialConnections.d.ts +65 -0
- package/dist/model/FinancialConnections.d.ts.map +1 -0
- package/dist/model/FinancialConnections.js +188 -0
- package/dist/model/FixedAmount.d.ts +74 -0
- package/dist/model/FixedAmount.d.ts.map +1 -0
- package/dist/model/FixedAmount.js +212 -0
- package/dist/model/Form.d.ts +10 -10
- package/dist/model/Form.d.ts.map +1 -1
- package/dist/model/Form.js +37 -37
- package/dist/model/FormSection.d.ts +10 -10
- package/dist/model/FormSection.d.ts.map +1 -1
- package/dist/model/FormSection.js +37 -37
- package/dist/model/FormSubmission.d.ts +1 -1
- package/dist/model/FormSubmission.js +2 -2
- package/dist/model/Fpx.d.ts +74 -0
- package/dist/model/Fpx.d.ts.map +1 -0
- package/dist/model/Fpx.js +217 -0
- package/dist/model/FraudDetails.d.ts +65 -0
- package/dist/model/FraudDetails.d.ts.map +1 -0
- package/dist/model/FraudDetails.js +188 -0
- package/dist/model/FromInvoice.d.ts +74 -0
- package/dist/model/FromInvoice.d.ts.map +1 -0
- package/dist/model/FromInvoice.js +219 -0
- package/dist/model/FromQuote.d.ts +74 -0
- package/dist/model/FromQuote.d.ts.map +1 -0
- package/dist/model/FromQuote.js +215 -0
- package/dist/model/FunctionConfigInput.d.ts +1 -1
- package/dist/model/FunctionConfigInput.js +2 -2
- package/dist/model/FunctionEnvironmentConfig.d.ts +1 -1
- package/dist/model/FunctionEnvironmentConfig.js +2 -2
- package/dist/model/FunctionInput.d.ts +1 -1
- package/dist/model/FunctionInput.js +2 -2
- package/dist/model/FunctionOutput.d.ts +1 -1
- package/dist/model/FunctionOutput.js +2 -2
- package/dist/model/FutureRequirements.d.ts +101 -0
- package/dist/model/FutureRequirements.d.ts.map +1 -0
- package/dist/model/FutureRequirements.js +343 -0
- package/dist/model/GeneratedFrom.d.ts +83 -0
- package/dist/model/GeneratedFrom.d.ts.map +1 -0
- package/dist/model/GeneratedFrom.js +250 -0
- package/dist/model/GeocodePayload.d.ts +1 -1
- package/dist/model/GeocodePayload.js +2 -2
- package/dist/model/GeocodeResponse.d.ts +1 -1
- package/dist/model/GeocodeResponse.js +2 -2
- package/dist/model/GeolocationInput.d.ts +1 -1
- package/dist/model/GeolocationInput.js +2 -2
- package/dist/model/GetFunctionConfig.d.ts +1 -1
- package/dist/model/GetFunctionConfig.js +2 -2
- package/dist/model/GetFunctionEnvironmentConfig.d.ts +1 -1
- package/dist/model/GetFunctionEnvironmentConfig.js +2 -2
- package/dist/model/GetFunctionResponse.d.ts +1 -1
- package/dist/model/GetFunctionResponse.js +2 -2
- package/dist/model/Giropay.d.ts +83 -0
- package/dist/model/Giropay.d.ts.map +1 -0
- package/dist/model/Giropay.js +246 -0
- package/dist/model/GoogleCloudSettings.d.ts +1 -1
- package/dist/model/GoogleCloudSettings.js +2 -2
- package/dist/model/GooglePay.d.ts +47 -0
- package/dist/model/GooglePay.d.ts.map +1 -0
- package/dist/model/GooglePay.js +130 -0
- package/dist/model/Grabpay.d.ts +56 -0
- package/dist/model/Grabpay.d.ts.map +1 -0
- package/dist/model/Grabpay.js +159 -0
- package/dist/model/Graph.d.ts +36 -36
- package/dist/model/Graph.d.ts.map +1 -1
- package/dist/model/Graph.js +97 -97
- package/dist/model/GraphAction.d.ts +1 -1
- package/dist/model/GraphAction.js +2 -2
- package/dist/model/GraphActionPayload.d.ts +1 -1
- package/dist/model/GraphActionPayload.js +2 -2
- package/dist/model/GraphActionResponse.d.ts +1 -1
- package/dist/model/GraphActionResponse.js +2 -2
- package/dist/model/GraphActionTypeInput.d.ts +1 -1
- package/dist/model/GraphActionTypeInput.js +2 -2
- package/dist/model/GraphActionTypeResponse.d.ts +1 -1
- package/dist/model/GraphActionTypeResponse.js +2 -2
- package/dist/model/GraphInput.d.ts +1 -1
- package/dist/model/GraphInput.js +2 -2
- package/dist/model/GraphIteratorEntryPart.d.ts +1 -1
- package/dist/model/GraphIteratorEntryPart.js +2 -2
- package/dist/model/GraphIteratorEntryPartStackTraceInner.d.ts +1 -1
- package/dist/model/GraphIteratorEntryPartStackTraceInner.js +2 -2
- package/dist/model/GraphObject.d.ts +10 -10
- package/dist/model/GraphObject.d.ts.map +1 -1
- package/dist/model/GraphObject.js +27 -27
- package/dist/model/GraphObjectPayload.d.ts +1 -1
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectResponse.d.ts +1 -1
- package/dist/model/GraphObjectResponse.js +2 -2
- package/dist/model/GraphObjectType.d.ts +9 -9
- package/dist/model/GraphObjectType.d.ts.map +1 -1
- package/dist/model/GraphObjectType.js +23 -23
- package/dist/model/GraphObjectTypeInput.d.ts +1 -1
- package/dist/model/GraphObjectTypeInput.js +2 -2
- package/dist/model/GraphObjectTypeResponse.d.ts +1 -1
- package/dist/model/GraphObjectTypeResponse.js +2 -2
- package/dist/model/GraphObjectTypeSchema.d.ts +9 -9
- package/dist/model/GraphObjectTypeSchema.d.ts.map +1 -1
- package/dist/model/GraphObjectTypeSchema.js +23 -23
- package/dist/model/GraphOwner.d.ts +1 -1
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelationship.d.ts +1 -1
- package/dist/model/GraphRelationship.js +2 -2
- package/dist/model/GraphRelationshipPayload.d.ts +1 -1
- package/dist/model/GraphRelationshipPayload.js +2 -2
- package/dist/model/GraphRelationshipResponse.d.ts +1 -1
- package/dist/model/GraphRelationshipResponse.js +2 -2
- package/dist/model/GraphRelationshipType.d.ts +12 -12
- package/dist/model/GraphRelationshipType.d.ts.map +1 -1
- package/dist/model/GraphRelationshipType.js +34 -34
- package/dist/model/GraphRelationshipTypeInput.d.ts +1 -1
- package/dist/model/GraphRelationshipTypeInput.js +2 -2
- package/dist/model/GraphRelationshipTypeResponse.d.ts +1 -1
- package/dist/model/GraphRelationshipTypeResponse.js +2 -2
- package/dist/model/GraphResponse.d.ts +1 -1
- package/dist/model/GraphResponse.js +2 -2
- package/dist/model/GraphSchemaInput.d.ts +1 -1
- package/dist/model/GraphSchemaInput.js +2 -2
- package/dist/model/GraphSchemaResponse.d.ts +1 -1
- package/dist/model/GraphSchemaResponse.js +2 -2
- package/dist/model/GraphTraversalInput.d.ts +1 -1
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/HostedConfirmation.d.ts +56 -0
- package/dist/model/HostedConfirmation.d.ts.map +1 -0
- package/dist/model/HostedConfirmation.js +159 -0
- package/dist/model/Iban.d.ts +83 -0
- package/dist/model/Iban.d.ts.map +1 -0
- package/dist/model/Iban.js +246 -0
- package/dist/model/Ideal.d.ts +119 -0
- package/dist/model/Ideal.d.ts.map +1 -0
- package/dist/model/Ideal.js +366 -0
- package/dist/model/Image.d.ts +1 -1
- package/dist/model/Image.js +2 -2
- package/dist/model/IncrementalAuthorization.d.ts +56 -0
- package/dist/model/IncrementalAuthorization.d.ts.map +1 -0
- package/dist/model/IncrementalAuthorization.js +159 -0
- package/dist/model/IndexFilter.d.ts +1 -1
- package/dist/model/IndexFilter.js +2 -2
- package/dist/model/InputPart.d.ts +10 -10
- package/dist/model/InputPart.d.ts.map +1 -1
- package/dist/model/InputPart.js +25 -25
- package/dist/model/InputPartHeaders.d.ts +1 -1
- package/dist/model/InputPartHeaders.js +2 -2
- package/dist/model/Installments.d.ts +56 -0
- package/dist/model/Installments.d.ts.map +1 -0
- package/dist/model/Installments.js +161 -0
- package/dist/model/InteracPresent.d.ts +200 -0
- package/dist/model/InteracPresent.d.ts.map +1 -0
- package/dist/model/InteracPresent.js +617 -0
- package/dist/model/Invoice.d.ts +920 -0
- package/dist/model/Invoice.d.ts.map +1 -0
- package/dist/model/Invoice.js +3001 -0
- package/dist/model/InvoiceCreation.d.ts +65 -0
- package/dist/model/InvoiceCreation.d.ts.map +1 -0
- package/dist/model/InvoiceCreation.js +186 -0
- package/dist/model/InvoiceData.d.ts +110 -0
- package/dist/model/InvoiceData.d.ts.map +1 -0
- package/dist/model/InvoiceData.js +372 -0
- package/dist/model/InvoiceItem.d.ts +317 -0
- package/dist/model/InvoiceItem.d.ts.map +1 -0
- package/dist/model/InvoiceItem.js +1011 -0
- package/dist/model/InvoiceLineItem.d.ts +299 -0
- package/dist/model/InvoiceLineItem.d.ts.map +1 -0
- package/dist/model/InvoiceLineItem.js +1001 -0
- package/dist/model/InvoiceLineItemCollection.d.ts +119 -0
- package/dist/model/InvoiceLineItemCollection.d.ts.map +1 -0
- package/dist/model/InvoiceLineItemCollection.js +377 -0
- package/dist/model/InvoiceSettings.d.ts +92 -0
- package/dist/model/InvoiceSettings.d.ts.map +1 -0
- package/dist/model/InvoiceSettings.js +300 -0
- package/dist/model/IpAddressLocation.d.ts +92 -0
- package/dist/model/IpAddressLocation.d.ts.map +1 -0
- package/dist/model/IpAddressLocation.js +267 -0
- package/dist/model/Item.d.ts +119 -0
- package/dist/model/Item.d.ts.map +1 -0
- package/dist/model/Item.js +383 -0
- package/dist/model/ItemReason.d.ts +65 -0
- package/dist/model/ItemReason.d.ts.map +1 -0
- package/dist/model/ItemReason.js +184 -0
- package/dist/model/JsonArray.d.ts +1 -1
- package/dist/model/JsonArray.js +2 -2
- package/dist/model/JsonNull.d.ts +209 -0
- package/dist/model/JsonNull.d.ts.map +1 -0
- package/dist/model/JsonNull.js +600 -0
- package/dist/model/JsonObject.d.ts +1 -1
- package/dist/model/JsonObject.js +2 -2
- package/dist/model/JsonPrimitive.d.ts +236 -0
- package/dist/model/JsonPrimitive.d.ts.map +1 -0
- package/dist/model/JsonPrimitive.js +675 -0
- package/dist/model/JsonValue.d.ts +1 -1
- package/dist/model/JsonValue.js +2 -2
- package/dist/model/KafkaSettings.d.ts +1 -1
- package/dist/model/KafkaSettings.js +2 -2
- package/dist/model/Klarna.d.ts +65 -0
- package/dist/model/Klarna.d.ts.map +1 -0
- package/dist/model/Klarna.js +188 -0
- package/dist/model/Konbini.d.ts +56 -0
- package/dist/model/Konbini.d.ts.map +1 -0
- package/dist/model/Konbini.js +161 -0
- package/dist/model/KonbiniDisplayDetails.d.ts +74 -0
- package/dist/model/KonbiniDisplayDetails.d.ts.map +1 -0
- package/dist/model/KonbiniDisplayDetails.js +215 -0
- package/dist/model/Label.d.ts +65 -0
- package/dist/model/Label.d.ts.map +1 -0
- package/dist/model/Label.js +188 -0
- package/dist/model/Lawson.d.ts +65 -0
- package/dist/model/Lawson.d.ts.map +1 -0
- package/dist/model/Lawson.js +188 -0
- package/dist/model/Level3.d.ts +101 -0
- package/dist/model/Level3.d.ts.map +1 -0
- package/dist/model/Level3.js +321 -0
- package/dist/model/LineItem.d.ts +155 -0
- package/dist/model/LineItem.d.ts.map +1 -0
- package/dist/model/LineItem.js +499 -0
- package/dist/model/LineItemCollection.d.ts +119 -0
- package/dist/model/LineItemCollection.d.ts.map +1 -0
- package/dist/model/LineItemCollection.js +377 -0
- package/dist/model/LineItemInput.d.ts +129 -0
- package/dist/model/LineItemInput.d.ts.map +1 -0
- package/dist/model/LineItemInput.js +351 -0
- package/dist/model/Link.d.ts +15 -60
- package/dist/model/Link.d.ts.map +1 -1
- package/dist/model/Link.js +40 -186
- package/dist/model/LinkInput.d.ts +101 -0
- package/dist/model/LinkInput.d.ts.map +1 -0
- package/dist/model/LinkInput.js +303 -0
- package/dist/model/LinkResponse.d.ts +117 -0
- package/dist/model/LinkResponse.d.ts.map +1 -0
- package/dist/model/LinkResponse.js +342 -0
- package/dist/model/LiveStreamInfo.d.ts +1 -1
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/Location.d.ts +74 -0
- package/dist/model/Location.d.ts.map +1 -0
- package/dist/model/Location.js +217 -0
- package/dist/model/MainPhoto.d.ts +47 -0
- package/dist/model/MainPhoto.d.ts.map +1 -0
- package/dist/model/MainPhoto.js +133 -0
- package/dist/model/Mandate.d.ts +164 -0
- package/dist/model/Mandate.d.ts.map +1 -0
- package/dist/model/Mandate.js +509 -0
- package/dist/model/MandateOptions.d.ts +56 -0
- package/dist/model/MandateOptions.d.ts.map +1 -0
- package/dist/model/MandateOptions.js +159 -0
- package/dist/model/Masterpass.d.ts +83 -0
- package/dist/model/Masterpass.d.ts.map +1 -0
- package/dist/model/Masterpass.js +249 -0
- package/dist/model/Maximum.d.ts +65 -0
- package/dist/model/Maximum.d.ts.map +1 -0
- package/dist/model/Maximum.js +184 -0
- package/dist/model/MediaType.d.ts +1 -1
- package/dist/model/MediaType.js +2 -2
- package/dist/model/MeetingEventInput.d.ts +1 -1
- package/dist/model/MeetingEventInput.js +2 -2
- package/dist/model/MeetingEventResponse.d.ts +1 -1
- package/dist/model/MeetingEventResponse.js +2 -2
- package/dist/model/MeetingEventTypeInput.d.ts +1 -1
- package/dist/model/MeetingEventTypeInput.js +2 -2
- package/dist/model/MeetingEventTypeResponse.d.ts +1 -1
- package/dist/model/MeetingEventTypeResponse.js +2 -2
- package/dist/model/MeetingInfo.d.ts +1 -1
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.d.ts +10 -10
- package/dist/model/Member.d.ts.map +1 -1
- package/dist/model/Member.js +31 -31
- package/dist/model/MemberGroupCategory.d.ts +1 -1
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.d.ts +1 -1
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MemberManagerConfigInput.d.ts +1 -1
- package/dist/model/MemberManagerConfigInput.js +2 -2
- package/dist/model/MemberManagerConfigResponse.d.ts +1 -1
- package/dist/model/MemberManagerConfigResponse.js +2 -2
- package/dist/model/MemberManagerInput.d.ts +1 -1
- package/dist/model/MemberManagerInput.js +2 -2
- package/dist/model/MemberManagerResponse.d.ts +1 -1
- package/dist/model/MemberManagerResponse.js +2 -2
- package/dist/model/MessageGroup.d.ts +1 -1
- package/dist/model/MessageGroup.js +2 -2
- package/dist/model/Minimum.d.ts +65 -0
- package/dist/model/Minimum.d.ts.map +1 -0
- package/dist/model/Minimum.js +184 -0
- package/dist/model/Ministop.d.ts +65 -0
- package/dist/model/Ministop.d.ts.map +1 -0
- package/dist/model/Ministop.js +188 -0
- package/dist/model/MonthlyEstimatedRevenue.d.ts +65 -0
- package/dist/model/MonthlyEstimatedRevenue.d.ts.map +1 -0
- package/dist/model/MonthlyEstimatedRevenue.js +184 -0
- package/dist/model/MultiUse.d.ts +47 -0
- package/dist/model/MultiUse.d.ts.map +1 -0
- package/dist/model/MultiUse.js +130 -0
- package/dist/model/Multibanco.d.ts +65 -0
- package/dist/model/Multibanco.d.ts.map +1 -0
- package/dist/model/Multibanco.js +188 -0
- package/dist/model/Multicapture.d.ts +56 -0
- package/dist/model/Multicapture.d.ts.map +1 -0
- package/dist/model/Multicapture.js +159 -0
- package/dist/model/MultipartBody.d.ts +1 -1
- package/dist/model/MultipartBody.js +2 -2
- package/dist/model/MultivaluedMapStringString.d.ts +1 -1
- package/dist/model/MultivaluedMapStringString.js +2 -2
- package/dist/model/NetworkToken.d.ts +56 -0
- package/dist/model/NetworkToken.d.ts.map +1 -0
- package/dist/model/NetworkToken.js +155 -0
- package/dist/model/Networks.d.ts +65 -0
- package/dist/model/Networks.d.ts.map +1 -0
- package/dist/model/Networks.js +188 -0
- package/dist/model/NextAction.d.ts +65 -0
- package/dist/model/NextAction.d.ts.map +1 -0
- package/dist/model/NextAction.js +190 -0
- package/dist/model/NotificationInput.d.ts +1 -1
- package/dist/model/NotificationInput.js +2 -2
- package/dist/model/NotificationResponse.d.ts +1 -1
- package/dist/model/NotificationResponse.js +2 -2
- package/dist/model/NumberSettings.d.ts +1 -1
- package/dist/model/NumberSettings.js +2 -2
- package/dist/model/Numeric.d.ts +65 -0
- package/dist/model/Numeric.d.ts.map +1 -0
- package/dist/model/Numeric.js +180 -0
- package/dist/model/ObjectSettings.d.ts +1 -1
- package/dist/model/ObjectSettings.js +2 -2
- package/dist/model/Objecttype.d.ts +9 -9
- package/dist/model/Objecttype.d.ts.map +1 -1
- package/dist/model/Objecttype.js +23 -23
- package/dist/model/Offline.d.ts +56 -0
- package/dist/model/Offline.d.ts.map +1 -0
- package/dist/model/Offline.js +155 -0
- package/dist/model/Online.d.ts +65 -0
- package/dist/model/Online.d.ts.map +1 -0
- package/dist/model/Online.js +188 -0
- package/dist/model/Option.d.ts +65 -0
- package/dist/model/Option.d.ts.map +1 -0
- package/dist/model/Option.js +188 -0
- package/dist/model/OutParameter.d.ts +1 -1
- package/dist/model/OutParameter.js +2 -2
- package/dist/model/Outcome.d.ts +119 -0
- package/dist/model/Outcome.d.ts.map +1 -0
- package/dist/model/Outcome.js +360 -0
- package/dist/model/Overcapture.d.ts +65 -0
- package/dist/model/Overcapture.d.ts.map +1 -0
- package/dist/model/Overcapture.js +184 -0
- package/dist/model/OwnershipDeclaration.d.ts +74 -0
- package/dist/model/OwnershipDeclaration.d.ts.map +1 -0
- package/dist/model/OwnershipDeclaration.js +213 -0
- package/dist/model/Oxxo.d.ts +56 -0
- package/dist/model/Oxxo.d.ts.map +1 -0
- package/dist/model/Oxxo.js +159 -0
- package/dist/model/OxxoDisplayDetails.d.ts +74 -0
- package/dist/model/OxxoDisplayDetails.d.ts.map +1 -0
- package/dist/model/OxxoDisplayDetails.js +213 -0
- package/dist/model/P24.d.ts +74 -0
- package/dist/model/P24.d.ts.map +1 -0
- package/dist/model/P24.js +217 -0
- package/dist/model/PackageDimensions.d.ts +83 -0
- package/dist/model/PackageDimensions.d.ts.map +1 -0
- package/dist/model/PackageDimensions.js +230 -0
- package/dist/model/Page.d.ts +1 -1
- package/dist/model/Page.js +2 -2
- package/dist/model/PageSchema.d.ts +10 -10
- package/dist/model/PageSchema.d.ts.map +1 -1
- package/dist/model/PageSchema.js +25 -25
- package/dist/model/Pageable.d.ts +1 -1
- package/dist/model/Pageable.js +2 -2
- package/dist/model/Parameter.d.ts +1 -1
- package/dist/model/Parameter.js +2 -2
- package/dist/model/PasswordResetInitiateRequest.d.ts +1 -1
- package/dist/model/PasswordResetInitiateRequest.js +2 -2
- package/dist/model/PasswordResetInitiateResponse.d.ts +1 -1
- package/dist/model/PasswordResetInitiateResponse.js +2 -2
- package/dist/model/PasswordResetRequest.d.ts +1 -1
- package/dist/model/PasswordResetRequest.js +2 -2
- package/dist/model/PasswordResetResponse.d.ts +1 -1
- package/dist/model/PasswordResetResponse.js +2 -2
- package/dist/model/PasswordResetValidationResponse.d.ts +1 -1
- package/dist/model/PasswordResetValidationResponse.js +2 -2
- package/dist/model/Path.d.ts +1 -1
- package/dist/model/Path.js +2 -2
- package/dist/model/PauseCollection.d.ts +65 -0
- package/dist/model/PauseCollection.d.ts.map +1 -0
- package/dist/model/PauseCollection.js +184 -0
- package/dist/model/PaymentAccountObject.d.ts +1 -1
- package/dist/model/PaymentAccountObject.js +2 -2
- package/dist/model/PaymentIntent.d.ts +488 -0
- package/dist/model/PaymentIntent.d.ts.map +1 -0
- package/dist/model/PaymentIntent.js +1551 -0
- package/dist/model/PaymentIntentData.d.ts +110 -0
- package/dist/model/PaymentIntentData.d.ts.map +1 -0
- package/dist/model/PaymentIntentData.js +331 -0
- package/dist/model/PaymentIntentInput.d.ts +1 -1
- package/dist/model/PaymentIntentInput.js +2 -2
- package/dist/model/PaymentIntentResponse.d.ts +1 -1
- package/dist/model/PaymentIntentResponse.js +2 -2
- package/dist/model/PaymentLink.d.ts +371 -0
- package/dist/model/PaymentLink.d.ts.map +1 -0
- package/dist/model/PaymentLink.js +1217 -0
- package/dist/model/PaymentMethod.d.ts +383 -40
- package/dist/model/PaymentMethod.d.ts.map +1 -1
- package/dist/model/PaymentMethod.js +1282 -106
- package/dist/model/PaymentMethodConfigurationDetails.d.ts +65 -0
- package/dist/model/PaymentMethodConfigurationDetails.d.ts.map +1 -0
- package/dist/model/PaymentMethodConfigurationDetails.js +188 -0
- package/dist/model/PaymentMethodDetails.d.ts +416 -0
- package/dist/model/PaymentMethodDetails.d.ts.map +1 -0
- package/dist/model/PaymentMethodDetails.js +1399 -0
- package/dist/model/PaymentMethodInput.d.ts +1 -1
- package/dist/model/PaymentMethodInput.js +2 -2
- package/dist/model/PaymentMethodOptions.d.ts +101 -0
- package/dist/model/PaymentMethodOptions.d.ts.map +1 -0
- package/dist/model/PaymentMethodOptions.js +316 -0
- package/dist/model/PaymentMethodResponse.d.ts +1 -1
- package/dist/model/PaymentMethodResponse.js +2 -2
- package/dist/model/PaymentMethodsResponse.d.ts +1 -1
- package/dist/model/PaymentMethodsResponse.js +2 -2
- package/dist/model/PaymentSettings.d.ts +74 -0
- package/dist/model/PaymentSettings.d.ts.map +1 -0
- package/dist/model/PaymentSettings.js +219 -0
- package/dist/model/PaymentSource.d.ts +47 -0
- package/dist/model/PaymentSource.d.ts.map +1 -0
- package/dist/model/PaymentSource.js +133 -0
- package/dist/model/PaymentSourceCollection.d.ts +119 -0
- package/dist/model/PaymentSourceCollection.d.ts.map +1 -0
- package/dist/model/PaymentSourceCollection.js +377 -0
- package/dist/model/Payments.d.ts +92 -0
- package/dist/model/Payments.d.ts.map +1 -0
- package/dist/model/Payments.js +275 -0
- package/dist/model/Paynow.d.ts +56 -0
- package/dist/model/Paynow.d.ts.map +1 -0
- package/dist/model/Paynow.js +159 -0
- package/dist/model/PaynowDisplayQrCode.d.ts +83 -0
- package/dist/model/PaynowDisplayQrCode.d.ts.map +1 -0
- package/dist/model/PaynowDisplayQrCode.js +246 -0
- package/dist/model/Payout.d.ts +1 -1
- package/dist/model/Payout.js +2 -2
- package/dist/model/PayoutInput.d.ts +1 -1
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.d.ts +1 -1
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/Payouts.d.ts +74 -0
- package/dist/model/Payouts.d.ts.map +1 -0
- package/dist/model/Payouts.js +215 -0
- package/dist/model/Paypal.d.ts +92 -0
- package/dist/model/Paypal.d.ts.map +1 -0
- package/dist/model/Paypal.js +277 -0
- package/dist/model/Pdf.d.ts +56 -0
- package/dist/model/Pdf.d.ts.map +1 -0
- package/dist/model/Pdf.js +159 -0
- package/dist/model/PendingInvoiceItemInterval.d.ts +65 -0
- package/dist/model/PendingInvoiceItemInterval.d.ts.map +1 -0
- package/dist/model/PendingInvoiceItemInterval.js +184 -0
- package/dist/model/PendingUpdate.d.ts +92 -0
- package/dist/model/PendingUpdate.d.ts.map +1 -0
- package/dist/model/PendingUpdate.js +280 -0
- package/dist/model/Period.d.ts +65 -0
- package/dist/model/Period.d.ts.map +1 -0
- package/dist/model/Period.js +180 -0
- package/dist/model/Person.d.ts +344 -0
- package/dist/model/Person.d.ts.map +1 -0
- package/dist/model/Person.js +1080 -0
- package/dist/model/Phase.d.ts +254 -0
- package/dist/model/Phase.d.ts.map +1 -0
- package/dist/model/Phase.js +850 -0
- package/dist/model/PhoneNumber.d.ts +1 -1
- package/dist/model/PhoneNumber.js +2 -2
- package/dist/model/PhoneNumberCollection.d.ts +56 -0
- package/dist/model/PhoneNumberCollection.d.ts.map +1 -0
- package/dist/model/PhoneNumberCollection.js +155 -0
- package/dist/model/Pix.d.ts +56 -0
- package/dist/model/Pix.d.ts.map +1 -0
- package/dist/model/Pix.js +159 -0
- package/dist/model/PixDisplayQrCode.d.ts +92 -0
- package/dist/model/PixDisplayQrCode.d.ts.map +1 -0
- package/dist/model/PixDisplayQrCode.js +271 -0
- package/dist/model/Plan.d.ts +74 -0
- package/dist/model/Plan.d.ts.map +1 -0
- package/dist/model/Plan.js +213 -0
- package/dist/model/PostInput.d.ts +92 -0
- package/dist/model/PostInput.d.ts.map +1 -0
- package/dist/model/PostInput.js +260 -0
- package/dist/model/PostResponse.d.ts +156 -0
- package/dist/model/PostResponse.d.ts.map +1 -0
- package/dist/model/PostResponse.js +436 -0
- package/dist/model/Price.d.ts +263 -0
- package/dist/model/Price.d.ts.map +1 -0
- package/dist/model/Price.js +824 -0
- package/dist/model/PrivateMessage.d.ts +10 -10
- package/dist/model/PrivateMessage.d.ts.map +1 -1
- package/dist/model/PrivateMessage.js +27 -27
- package/dist/model/PrivateMessageConversation.d.ts +1 -1
- package/dist/model/PrivateMessageConversation.js +2 -2
- package/dist/model/PrivateMessageConversationSchema.d.ts +1 -1
- package/dist/model/PrivateMessageConversationSchema.js +2 -2
- package/dist/model/Processing.d.ts +65 -0
- package/dist/model/Processing.d.ts.map +1 -0
- package/dist/model/Processing.js +190 -0
- package/dist/model/Product.d.ts +254 -0
- package/dist/model/Product.d.ts.map +1 -0
- package/dist/model/Product.js +794 -0
- package/dist/model/Profile.d.ts +1 -1
- package/dist/model/Profile.js +2 -2
- package/dist/model/Profiletype.d.ts +1 -1
- package/dist/model/Profiletype.js +2 -2
- package/dist/model/PromotionCode.d.ts +182 -0
- package/dist/model/PromotionCode.d.ts.map +1 -0
- package/dist/model/PromotionCode.js +541 -0
- package/dist/model/Promptpay.d.ts +56 -0
- package/dist/model/Promptpay.d.ts.map +1 -0
- package/dist/model/Promptpay.js +159 -0
- package/dist/model/PromptpayDisplayQrCode.d.ts +83 -0
- package/dist/model/PromptpayDisplayQrCode.d.ts.map +1 -0
- package/dist/model/PromptpayDisplayQrCode.js +246 -0
- package/dist/model/ProrationDetails.d.ts +56 -0
- package/dist/model/ProrationDetails.d.ts.map +1 -0
- package/dist/model/ProrationDetails.js +161 -0
- package/dist/model/PublicationInput.d.ts +1 -1
- package/dist/model/PublicationInput.js +2 -2
- package/dist/model/PublicationResponse.d.ts +1 -1
- package/dist/model/PublicationResponse.js +2 -2
- package/dist/model/PurchaseInput.d.ts +1 -1
- package/dist/model/PurchaseInput.js +2 -2
- package/dist/model/PurchaseResponse.d.ts +1 -1
- package/dist/model/PurchaseResponse.js +2 -2
- package/dist/model/PurgeDataDefaultResponse.d.ts +1 -1
- package/dist/model/PurgeDataDefaultResponse.js +2 -2
- package/dist/model/QrCode.d.ts +74 -0
- package/dist/model/QrCode.d.ts.map +1 -0
- package/dist/model/QrCode.js +213 -0
- package/dist/model/Quote.d.ts +452 -0
- package/dist/model/Quote.d.ts.map +1 -0
- package/dist/model/Quote.js +1472 -0
- package/dist/model/RadarOptions.d.ts +56 -0
- package/dist/model/RadarOptions.d.ts.map +1 -0
- package/dist/model/RadarOptions.js +159 -0
- package/dist/model/Receipt.d.ts +128 -0
- package/dist/model/Receipt.d.ts.map +1 -0
- package/dist/model/Receipt.js +391 -0
- package/dist/model/Recovery.d.ts +83 -0
- package/dist/model/Recovery.d.ts.map +1 -0
- package/dist/model/Recovery.js +234 -0
- package/dist/model/Recurring.d.ts +92 -0
- package/dist/model/Recurring.d.ts.map +1 -0
- package/dist/model/Recurring.js +265 -0
- package/dist/model/Redirect.d.ts +56 -0
- package/dist/model/Redirect.d.ts.map +1 -0
- package/dist/model/Redirect.js +159 -0
- package/dist/model/RedirectToUrl.d.ts +65 -0
- package/dist/model/RedirectToUrl.d.ts.map +1 -0
- package/dist/model/RedirectToUrl.js +188 -0
- package/dist/model/Refund.d.ts +290 -0
- package/dist/model/Refund.d.ts.map +1 -0
- package/dist/model/Refund.js +907 -0
- package/dist/model/RefundCollection.d.ts +119 -0
- package/dist/model/RefundCollection.d.ts.map +1 -0
- package/dist/model/RefundCollection.js +377 -0
- package/dist/model/Relationship.d.ts +110 -0
- package/dist/model/Relationship.d.ts.map +1 -0
- package/dist/model/Relationship.js +309 -0
- package/dist/model/RelationshipMapping.d.ts +1 -1
- package/dist/model/RelationshipMapping.js +2 -2
- package/dist/model/Rendering.d.ts +65 -0
- package/dist/model/Rendering.d.ts.map +1 -0
- package/dist/model/Rendering.js +190 -0
- package/dist/model/RenderingOptions.d.ts +56 -0
- package/dist/model/RenderingOptions.d.ts.map +1 -0
- package/dist/model/RenderingOptions.js +159 -0
- package/dist/model/RequestOptions.d.ts +128 -0
- package/dist/model/RequestOptions.d.ts.map +1 -0
- package/dist/model/RequestOptions.js +384 -0
- package/dist/model/RequestOptionsProxyCredential.d.ts +47 -0
- package/dist/model/RequestOptionsProxyCredential.d.ts.map +1 -0
- package/dist/model/RequestOptionsProxyCredential.js +137 -0
- package/dist/model/Requirements.d.ts +119 -0
- package/dist/model/Requirements.d.ts.map +1 -0
- package/dist/model/Requirements.js +397 -0
- package/dist/model/RestApplicationInput.d.ts +1 -1
- package/dist/model/RestApplicationInput.js +2 -2
- package/dist/model/RestApplicationResponse.d.ts +1 -1
- package/dist/model/RestApplicationResponse.js +2 -2
- package/dist/model/Restrictions.d.ts +83 -0
- package/dist/model/Restrictions.d.ts.map +1 -0
- package/dist/model/Restrictions.js +237 -0
- package/dist/model/Review.d.ts +200 -0
- package/dist/model/Review.d.ts.map +1 -0
- package/dist/model/Review.js +615 -0
- package/dist/model/RevolutPay.d.ts +47 -0
- package/dist/model/RevolutPay.d.ts.map +1 -0
- package/dist/model/RevolutPay.js +130 -0
- package/dist/model/Rule.d.ts +74 -0
- package/dist/model/Rule.d.ts.map +1 -0
- package/dist/model/Rule.js +217 -0
- package/dist/model/SamsungPay.d.ts +47 -0
- package/dist/model/SamsungPay.d.ts.map +1 -0
- package/dist/model/SamsungPay.js +130 -0
- package/dist/model/Schedule.d.ts +83 -0
- package/dist/model/Schedule.d.ts.map +1 -0
- package/dist/model/Schedule.js +238 -0
- package/dist/model/ScreenSchema.d.ts +10 -10
- package/dist/model/ScreenSchema.d.ts.map +1 -1
- package/dist/model/ScreenSchema.js +27 -27
- package/dist/model/Seicomart.d.ts +65 -0
- package/dist/model/Seicomart.d.ts.map +1 -0
- package/dist/model/Seicomart.js +188 -0
- package/dist/model/SellerProtection.d.ts +65 -0
- package/dist/model/SellerProtection.d.ts.map +1 -0
- package/dist/model/SellerProtection.js +188 -0
- package/dist/model/SepaCreditTransfer.d.ts +74 -0
- package/dist/model/SepaCreditTransfer.d.ts.map +1 -0
- package/dist/model/SepaCreditTransfer.js +217 -0
- package/dist/model/SepaDebit.d.ts +101 -0
- package/dist/model/SepaDebit.d.ts.map +1 -0
- package/dist/model/SepaDebit.js +306 -0
- package/dist/model/SepaDebitPayments.d.ts +56 -0
- package/dist/model/SepaDebitPayments.d.ts.map +1 -0
- package/dist/model/SepaDebitPayments.js +159 -0
- package/dist/model/Session.d.ts +83 -0
- package/dist/model/Session.d.ts.map +1 -0
- package/dist/model/Session.js +246 -0
- package/dist/model/Settings.d.ts +128 -0
- package/dist/model/Settings.d.ts.map +1 -0
- package/dist/model/Settings.js +409 -0
- package/dist/model/SetupAttempt.d.ts +236 -0
- package/dist/model/SetupAttempt.d.ts.map +1 -0
- package/dist/model/SetupAttempt.js +737 -0
- package/dist/model/SetupIntent.d.ts +344 -0
- package/dist/model/SetupIntent.d.ts.map +1 -0
- package/dist/model/SetupIntent.js +1092 -0
- package/dist/model/ShippingAddress.d.ts +56 -0
- package/dist/model/ShippingAddress.d.ts.map +1 -0
- package/dist/model/ShippingAddress.js +159 -0
- package/dist/model/ShippingAddressCollection.d.ts +56 -0
- package/dist/model/ShippingAddressCollection.d.ts.map +1 -0
- package/dist/model/ShippingAddressCollection.js +159 -0
- package/dist/model/ShippingCost.d.ts +101 -0
- package/dist/model/ShippingCost.d.ts.map +1 -0
- package/dist/model/ShippingCost.js +315 -0
- package/dist/model/ShippingDetails.d.ts +92 -0
- package/dist/model/ShippingDetails.d.ts.map +1 -0
- package/dist/model/ShippingDetails.js +277 -0
- package/dist/model/ShippingOption.d.ts +74 -0
- package/dist/model/ShippingOption.d.ts.map +1 -0
- package/dist/model/ShippingOption.js +215 -0
- package/dist/model/ShippingRate.d.ts +173 -0
- package/dist/model/ShippingRate.d.ts.map +1 -0
- package/dist/model/ShippingRate.js +524 -0
- package/dist/model/SimulcastInfo.d.ts +1 -1
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SingleUse.d.ts +65 -0
- package/dist/model/SingleUse.d.ts.map +1 -0
- package/dist/model/SingleUse.js +184 -0
- package/dist/model/SiteInput.d.ts +1 -1
- package/dist/model/SiteInput.js +2 -2
- package/dist/model/SiteResponse.d.ts +1 -1
- package/dist/model/SiteResponse.js +2 -2
- package/dist/model/SiteTypeInput.d.ts +1 -1
- package/dist/model/SiteTypeInput.js +2 -2
- package/dist/model/SiteTypeResponse.d.ts +1 -1
- package/dist/model/SiteTypeResponse.js +2 -2
- package/dist/model/SkinField.d.ts +19 -19
- package/dist/model/SkinField.d.ts.map +1 -1
- package/dist/model/SkinField.js +49 -49
- package/dist/model/SkinFieldResponse.d.ts +1 -1
- package/dist/model/SkinFieldResponse.js +2 -2
- package/dist/model/SocialGroup.d.ts +9 -9
- package/dist/model/SocialGroup.d.ts.map +1 -1
- package/dist/model/SocialGroup.js +23 -23
- package/dist/model/SocialGroupInput.d.ts +1 -1
- package/dist/model/SocialGroupInput.js +2 -2
- package/dist/model/SocialGroupResponse.d.ts +1 -1
- package/dist/model/SocialGroupResponse.js +2 -2
- package/dist/model/SocialGroupType.d.ts +1 -1
- package/dist/model/SocialGroupType.js +2 -2
- package/dist/model/SocialGroupTypeInput.d.ts +1 -1
- package/dist/model/SocialGroupTypeInput.js +2 -2
- package/dist/model/Sofort.d.ts +146 -0
- package/dist/model/Sofort.d.ts.map +1 -0
- package/dist/model/Sofort.js +453 -0
- package/dist/model/Sort.d.ts +1 -1
- package/dist/model/Sort.js +2 -2
- package/dist/model/SortCode.d.ts +74 -0
- package/dist/model/SortCode.d.ts.map +1 -0
- package/dist/model/SortCode.js +217 -0
- package/dist/model/SourceTypes.d.ts +1 -1
- package/dist/model/SourceTypes.js +2 -2
- package/dist/model/Spei.d.ts +74 -0
- package/dist/model/Spei.d.ts.map +1 -0
- package/dist/model/Spei.js +217 -0
- package/dist/model/StatusDetails.d.ts +56 -0
- package/dist/model/StatusDetails.d.ts.map +1 -0
- package/dist/model/StatusDetails.js +161 -0
- package/dist/model/StatusTransitions.d.ts +74 -0
- package/dist/model/StatusTransitions.d.ts.map +1 -0
- package/dist/model/StatusTransitions.js +205 -0
- package/dist/model/Store.d.ts +56 -0
- package/dist/model/Store.d.ts.map +1 -0
- package/dist/model/Store.js +159 -0
- package/dist/model/Stores.d.ts +83 -0
- package/dist/model/Stores.d.ts.map +1 -0
- package/dist/model/Stores.js +254 -0
- package/dist/model/StripeAccount.d.ts +11 -168
- package/dist/model/StripeAccount.d.ts.map +1 -1
- package/dist/model/StripeAccount.js +29 -487
- package/dist/model/StripeCheckoutSession.d.ts +137 -0
- package/dist/model/StripeCheckoutSession.d.ts.map +1 -0
- package/dist/model/StripeCheckoutSession.js +395 -0
- package/dist/model/StripeCustomerAccount.d.ts +1 -1
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/StripeError.d.ts +164 -0
- package/dist/model/StripeError.d.ts.map +1 -0
- package/dist/model/StripeError.js +515 -0
- package/dist/model/StripePaymentIntent.d.ts +104 -0
- package/dist/model/StripePaymentIntent.d.ts.map +1 -0
- package/dist/model/StripePaymentIntent.js +299 -0
- package/dist/model/StripeSubscription.d.ts +137 -0
- package/dist/model/StripeSubscription.d.ts.map +1 -0
- package/dist/model/StripeSubscription.js +375 -0
- package/dist/model/Submit.d.ts +56 -0
- package/dist/model/Submit.d.ts.map +1 -0
- package/dist/model/Submit.js +159 -0
- package/dist/model/Subscription.d.ts +524 -0
- package/dist/model/Subscription.d.ts.map +1 -0
- package/dist/model/Subscription.js +1663 -0
- package/dist/model/SubscriptionCollection.d.ts +119 -0
- package/dist/model/SubscriptionCollection.d.ts.map +1 -0
- package/dist/model/SubscriptionCollection.js +377 -0
- package/dist/model/SubscriptionData.d.ts +83 -0
- package/dist/model/SubscriptionData.d.ts.map +1 -0
- package/dist/model/SubscriptionData.js +236 -0
- package/dist/model/SubscriptionDetails.d.ts +56 -0
- package/dist/model/SubscriptionDetails.d.ts.map +1 -0
- package/dist/model/SubscriptionDetails.js +157 -0
- package/dist/model/SubscriptionInput.d.ts +171 -0
- package/dist/model/SubscriptionInput.d.ts.map +1 -0
- package/dist/model/SubscriptionInput.js +453 -0
- package/dist/model/SubscriptionItem.d.ts +155 -0
- package/dist/model/SubscriptionItem.d.ts.map +1 -0
- package/dist/model/SubscriptionItem.js +487 -0
- package/dist/model/SubscriptionItemCollection.d.ts +119 -0
- package/dist/model/SubscriptionItemCollection.d.ts.map +1 -0
- package/dist/model/SubscriptionItemCollection.js +377 -0
- package/dist/model/SubscriptionResponse.d.ts +71 -0
- package/dist/model/SubscriptionResponse.d.ts.map +1 -0
- package/dist/model/SubscriptionResponse.js +207 -0
- package/dist/model/SubscriptionSchedule.d.ts +254 -0
- package/dist/model/SubscriptionSchedule.d.ts.map +1 -0
- package/dist/model/SubscriptionSchedule.js +804 -0
- package/dist/model/Swift.d.ts +74 -0
- package/dist/model/Swift.d.ts.map +1 -0
- package/dist/model/Swift.js +217 -0
- package/dist/model/Tax.d.ts +74 -0
- package/dist/model/Tax.d.ts.map +1 -0
- package/dist/model/Tax.js +219 -0
- package/dist/model/TaxAmount.d.ts +101 -0
- package/dist/model/TaxAmount.d.ts.map +1 -0
- package/dist/model/TaxAmount.js +294 -0
- package/dist/model/TaxCode.d.ts +92 -0
- package/dist/model/TaxCode.d.ts.map +1 -0
- package/dist/model/TaxCode.js +271 -0
- package/dist/model/TaxId.d.ts +155 -0
- package/dist/model/TaxId.d.ts.map +1 -0
- package/dist/model/TaxId.js +466 -0
- package/dist/model/TaxIdCollection.d.ts +119 -0
- package/dist/model/TaxIdCollection.d.ts.map +1 -0
- package/dist/model/TaxIdCollection.js +377 -0
- package/dist/model/TaxRate.d.ts +191 -0
- package/dist/model/TaxRate.d.ts.map +1 -0
- package/dist/model/TaxRate.js +564 -0
- package/dist/model/Template.d.ts +1 -1
- package/dist/model/Template.js +2 -2
- package/dist/model/TemplateResponse.d.ts +1 -1
- package/dist/model/TemplateResponse.js +2 -2
- package/dist/model/TemplateSchema.d.ts +1 -1
- package/dist/model/TemplateSchema.js +2 -2
- package/dist/model/TermsOfServiceAcceptance.d.ts +56 -0
- package/dist/model/TermsOfServiceAcceptance.d.ts.map +1 -0
- package/dist/model/TermsOfServiceAcceptance.js +159 -0
- package/dist/model/TestClock.d.ts +137 -0
- package/dist/model/TestClock.d.ts.map +1 -0
- package/dist/model/TestClock.js +396 -0
- package/dist/model/Text.d.ts +65 -0
- package/dist/model/Text.d.ts.map +1 -0
- package/dist/model/Text.js +180 -0
- package/dist/model/ThemeMapping.d.ts +1 -1
- package/dist/model/ThemeMapping.js +2 -2
- package/dist/model/ThemeMappingPayload.d.ts +1 -1
- package/dist/model/ThemeMappingPayload.js +2 -2
- package/dist/model/ThreeDSecure.d.ts +119 -0
- package/dist/model/ThreeDSecure.d.ts.map +1 -0
- package/dist/model/ThreeDSecure.js +358 -0
- package/dist/model/ThreeDSecureUsage.d.ts +56 -0
- package/dist/model/ThreeDSecureUsage.d.ts.map +1 -0
- package/dist/model/ThreeDSecureUsage.js +155 -0
- package/dist/model/ThresholdReason.d.ts +65 -0
- package/dist/model/ThresholdReason.d.ts.map +1 -0
- package/dist/model/ThresholdReason.js +205 -0
- package/dist/model/Tier.d.ts +92 -0
- package/dist/model/Tier.d.ts.map +1 -0
- package/dist/model/Tier.js +255 -0
- package/dist/model/Timezone.d.ts +1 -1
- package/dist/model/Timezone.js +2 -2
- package/dist/model/Timezone1.d.ts +1 -1
- package/dist/model/Timezone1.js +2 -2
- package/dist/model/Tip.d.ts +56 -0
- package/dist/model/Tip.d.ts.map +1 -0
- package/dist/model/Tip.js +155 -0
- package/dist/model/TopicInfoResponse.d.ts +1 -1
- package/dist/model/TopicInfoResponse.js +2 -2
- package/dist/model/TopicMessageInput.d.ts +1 -1
- package/dist/model/TopicMessageInput.js +2 -2
- package/dist/model/TopicSubscriptionResponse.d.ts +1 -1
- package/dist/model/TopicSubscriptionResponse.js +2 -2
- package/dist/model/TosAcceptance.d.ts +83 -0
- package/dist/model/TosAcceptance.d.ts.map +1 -0
- package/dist/model/TosAcceptance.js +242 -0
- package/dist/model/TotalDetails.d.ts +83 -0
- package/dist/model/TotalDetails.d.ts.map +1 -0
- package/dist/model/TotalDetails.js +236 -0
- package/dist/model/TotalDiscountAmount.d.ts +74 -0
- package/dist/model/TotalDiscountAmount.d.ts.map +1 -0
- package/dist/model/TotalDiscountAmount.js +215 -0
- package/dist/model/TotalTaxAmount.d.ts +101 -0
- package/dist/model/TotalTaxAmount.d.ts.map +1 -0
- package/dist/model/TotalTaxAmount.js +294 -0
- package/dist/model/Transaction.d.ts +1 -1
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.d.ts +1 -1
- package/dist/model/Transfer.js +2 -2
- package/dist/model/TransferData.d.ts +83 -0
- package/dist/model/TransferData.d.ts.map +1 -0
- package/dist/model/TransferData.js +240 -0
- package/dist/model/TransferInput.d.ts +1 -1
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.d.ts +1 -1
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.d.ts +1 -1
- package/dist/model/TransferResponsePaymentMethodDetails.js +2 -2
- package/dist/model/TransferReversal.d.ts +182 -0
- package/dist/model/TransferReversal.d.ts.map +1 -0
- package/dist/model/TransferReversal.js +558 -0
- package/dist/model/TransferReversalCollection.d.ts +119 -0
- package/dist/model/TransferReversalCollection.d.ts.map +1 -0
- package/dist/model/TransferReversalCollection.js +377 -0
- package/dist/model/TransformQuantity.d.ts +65 -0
- package/dist/model/TransformQuantity.d.ts.map +1 -0
- package/dist/model/TransformQuantity.js +184 -0
- package/dist/model/TransformUsage.d.ts +65 -0
- package/dist/model/TransformUsage.d.ts.map +1 -0
- package/dist/model/TransformUsage.js +184 -0
- package/dist/model/TraversalRelationResponse.d.ts +1 -1
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/Treasury.d.ts +56 -0
- package/dist/model/Treasury.d.ts.map +1 -0
- package/dist/model/Treasury.js +161 -0
- package/dist/model/TrialSettings.d.ts +56 -0
- package/dist/model/TrialSettings.d.ts.map +1 -0
- package/dist/model/TrialSettings.js +161 -0
- package/dist/model/Upfront.d.ts +83 -0
- package/dist/model/Upfront.d.ts.map +1 -0
- package/dist/model/Upfront.js +242 -0
- package/dist/model/UsBankAccount.d.ts +101 -0
- package/dist/model/UsBankAccount.d.ts.map +1 -0
- package/dist/model/UsBankAccount.js +304 -0
- package/dist/model/User.d.ts +10 -10
- package/dist/model/User.d.ts.map +1 -1
- package/dist/model/User.js +31 -31
- package/dist/model/UserDataPayload.d.ts +10 -10
- package/dist/model/UserDataPayload.d.ts.map +1 -1
- package/dist/model/UserDataPayload.js +31 -31
- package/dist/model/UserDomain.d.ts +1 -1
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.d.ts +1 -1
- package/dist/model/UserInvite.js +2 -2
- package/dist/model/UserInviteInput.d.ts +1 -1
- package/dist/model/UserInviteInput.js +2 -2
- package/dist/model/UserResponse.d.ts +1 -1
- package/dist/model/UserResponse.js +2 -2
- package/dist/model/UserSchema.d.ts +10 -10
- package/dist/model/UserSchema.d.ts.map +1 -1
- package/dist/model/UserSchema.js +31 -31
- package/dist/model/Userid.d.ts +1 -1
- package/dist/model/Userid.js +2 -2
- package/dist/model/UsernameReminderRequest.d.ts +1 -1
- package/dist/model/UsernameReminderRequest.js +2 -2
- package/dist/model/UsernameReminderResponse.d.ts +1 -1
- package/dist/model/UsernameReminderResponse.js +2 -2
- package/dist/model/Verification.d.ts +74 -0
- package/dist/model/Verification.d.ts.map +1 -0
- package/dist/model/Verification.js +217 -0
- package/dist/model/VerifyWithMicrodeposits.d.ts +74 -0
- package/dist/model/VerifyWithMicrodeposits.d.ts.map +1 -0
- package/dist/model/VerifyWithMicrodeposits.js +213 -0
- package/dist/model/Video.d.ts +14 -14
- package/dist/model/Video.d.ts.map +1 -1
- package/dist/model/Video.js +42 -42
- package/dist/model/VideoLiveUrl.d.ts +1 -1
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.d.ts +14 -14
- package/dist/model/VideoSchema.d.ts.map +1 -1
- package/dist/model/VideoSchema.js +42 -42
- package/dist/model/VideoUploadObject.d.ts +14 -14
- package/dist/model/VideoUploadObject.d.ts.map +1 -1
- package/dist/model/VideoUploadObject.js +42 -42
- package/dist/model/VisaCheckout.d.ts +83 -0
- package/dist/model/VisaCheckout.d.ts.map +1 -0
- package/dist/model/VisaCheckout.js +249 -0
- package/dist/model/Wallet.d.ts +128 -0
- package/dist/model/Wallet.d.ts.map +1 -0
- package/dist/model/Wallet.js +405 -0
- package/dist/model/WalletHoldInput.d.ts +1 -1
- package/dist/model/WalletHoldInput.js +2 -2
- package/dist/model/WalletHoldResponse.d.ts +1 -1
- package/dist/model/WalletHoldResponse.js +2 -2
- package/dist/model/WalletPayoutInput.d.ts +1 -1
- package/dist/model/WalletPayoutInput.js +2 -2
- package/dist/model/WalletPayoutResponse.d.ts +1 -1
- package/dist/model/WalletPayoutResponse.js +2 -2
- package/dist/model/WalletResponse.d.ts +1 -1
- package/dist/model/WalletResponse.js +2 -2
- package/dist/model/Wechat.d.ts +47 -0
- package/dist/model/Wechat.d.ts.map +1 -0
- package/dist/model/Wechat.js +130 -0
- package/dist/model/WechatPay.d.ts +65 -0
- package/dist/model/WechatPay.d.ts.map +1 -0
- package/dist/model/WechatPay.js +188 -0
- package/dist/model/WechatPayDisplayQrCode.d.ts +92 -0
- package/dist/model/WechatPayDisplayQrCode.d.ts.map +1 -0
- package/dist/model/WechatPayDisplayQrCode.js +275 -0
- package/dist/model/WechatPayRedirectToAndroidApp.d.ts +119 -0
- package/dist/model/WechatPayRedirectToAndroidApp.d.ts.map +1 -0
- package/dist/model/WechatPayRedirectToAndroidApp.js +349 -0
- package/dist/model/WechatPayRedirectToIosApp.d.ts +56 -0
- package/dist/model/WechatPayRedirectToIosApp.d.ts.map +1 -0
- package/dist/model/WechatPayRedirectToIosApp.js +159 -0
- package/dist/model/Zengin.d.ts +110 -0
- package/dist/model/Zengin.d.ts.map +1 -0
- package/dist/model/Zengin.js +333 -0
- package/dist/model/ZeusPortalCategory.d.ts +1 -1
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/dist/model/Zip.d.ts +47 -0
- package/dist/model/Zip.d.ts.map +1 -0
- package/dist/model/Zip.js +130 -0
- package/package.json +1 -1
|
@@ -0,0 +1,1864 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
|
+
var _Account = _interopRequireDefault(require("./Account"));
|
|
9
|
+
var _Application = _interopRequireDefault(require("./Application"));
|
|
10
|
+
var _ApplicationFee = _interopRequireDefault(require("./ApplicationFee"));
|
|
11
|
+
var _BalanceTransaction = _interopRequireDefault(require("./BalanceTransaction"));
|
|
12
|
+
var _BillingDetails = _interopRequireDefault(require("./BillingDetails"));
|
|
13
|
+
var _Customer = _interopRequireDefault(require("./Customer"));
|
|
14
|
+
var _FraudDetails = _interopRequireDefault(require("./FraudDetails"));
|
|
15
|
+
var _Invoice = _interopRequireDefault(require("./Invoice"));
|
|
16
|
+
var _JsonObject = _interopRequireDefault(require("./JsonObject"));
|
|
17
|
+
var _Level = _interopRequireDefault(require("./Level3"));
|
|
18
|
+
var _Outcome = _interopRequireDefault(require("./Outcome"));
|
|
19
|
+
var _PaymentIntent = _interopRequireDefault(require("./PaymentIntent"));
|
|
20
|
+
var _PaymentMethodDetails = _interopRequireDefault(require("./PaymentMethodDetails"));
|
|
21
|
+
var _PaymentSource = _interopRequireDefault(require("./PaymentSource"));
|
|
22
|
+
var _RadarOptions = _interopRequireDefault(require("./RadarOptions"));
|
|
23
|
+
var _RefundCollection = _interopRequireDefault(require("./RefundCollection"));
|
|
24
|
+
var _Review = _interopRequireDefault(require("./Review"));
|
|
25
|
+
var _ShippingDetails = _interopRequireDefault(require("./ShippingDetails"));
|
|
26
|
+
var _Transfer = _interopRequireDefault(require("./Transfer"));
|
|
27
|
+
var _TransferData = _interopRequireDefault(require("./TransferData"));
|
|
28
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
29
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
30
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
31
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
32
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
33
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
34
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
|
|
35
|
+
* gobodo-api
|
|
36
|
+
* REST Interface for Gobodo API
|
|
37
|
+
*
|
|
38
|
+
* The version of the OpenAPI document: 0.1.113
|
|
39
|
+
* Contact: info@gobodo.io
|
|
40
|
+
*
|
|
41
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
42
|
+
* https://openapi-generator.tech
|
|
43
|
+
* Do not edit the class manually.
|
|
44
|
+
*
|
|
45
|
+
*/
|
|
46
|
+
/**
|
|
47
|
+
* The Charge model module.
|
|
48
|
+
* @module model/Charge
|
|
49
|
+
* @version 0.1.113
|
|
50
|
+
*/
|
|
51
|
+
var Charge = /*#__PURE__*/function () {
|
|
52
|
+
/**
|
|
53
|
+
* Constructs a new <code>Charge</code>.
|
|
54
|
+
* @alias module:model/Charge
|
|
55
|
+
*/
|
|
56
|
+
function Charge() {
|
|
57
|
+
_classCallCheck(this, Charge);
|
|
58
|
+
Charge.initialize(this);
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* Initializes the fields of this object.
|
|
63
|
+
* This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
|
|
64
|
+
* Only for internal use.
|
|
65
|
+
*/
|
|
66
|
+
_createClass(Charge, [{
|
|
67
|
+
key: "getLastResponse",
|
|
68
|
+
value:
|
|
69
|
+
/**
|
|
70
|
+
* @return {Object}
|
|
71
|
+
*/
|
|
72
|
+
function getLastResponse() {
|
|
73
|
+
return this.lastResponse;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* @param {Object} lastResponse
|
|
78
|
+
*/
|
|
79
|
+
}, {
|
|
80
|
+
key: "setLastResponse",
|
|
81
|
+
value: function setLastResponse(lastResponse) {
|
|
82
|
+
this['lastResponse'] = lastResponse;
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* @return {module:model/JsonObject}
|
|
86
|
+
*/
|
|
87
|
+
}, {
|
|
88
|
+
key: "getRawJsonObject",
|
|
89
|
+
value: function getRawJsonObject() {
|
|
90
|
+
return this.rawJsonObject;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* @param {module:model/JsonObject} rawJsonObject
|
|
95
|
+
*/
|
|
96
|
+
}, {
|
|
97
|
+
key: "setRawJsonObject",
|
|
98
|
+
value: function setRawJsonObject(rawJsonObject) {
|
|
99
|
+
this['rawJsonObject'] = rawJsonObject;
|
|
100
|
+
}
|
|
101
|
+
/**
|
|
102
|
+
* @return {Object}
|
|
103
|
+
*/
|
|
104
|
+
}, {
|
|
105
|
+
key: "getResponseGetter",
|
|
106
|
+
value: function getResponseGetter() {
|
|
107
|
+
return this.responseGetter;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
/**
|
|
111
|
+
* @param {Object} responseGetter
|
|
112
|
+
*/
|
|
113
|
+
}, {
|
|
114
|
+
key: "setResponseGetter",
|
|
115
|
+
value: function setResponseGetter(responseGetter) {
|
|
116
|
+
this['responseGetter'] = responseGetter;
|
|
117
|
+
}
|
|
118
|
+
/**
|
|
119
|
+
* @return {Number}
|
|
120
|
+
*/
|
|
121
|
+
}, {
|
|
122
|
+
key: "getAmount",
|
|
123
|
+
value: function getAmount() {
|
|
124
|
+
return this.amount;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
/**
|
|
128
|
+
* @param {Number} amount
|
|
129
|
+
*/
|
|
130
|
+
}, {
|
|
131
|
+
key: "setAmount",
|
|
132
|
+
value: function setAmount(amount) {
|
|
133
|
+
this['amount'] = amount;
|
|
134
|
+
}
|
|
135
|
+
/**
|
|
136
|
+
* @return {Number}
|
|
137
|
+
*/
|
|
138
|
+
}, {
|
|
139
|
+
key: "getAmountCaptured",
|
|
140
|
+
value: function getAmountCaptured() {
|
|
141
|
+
return this.amountCaptured;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
/**
|
|
145
|
+
* @param {Number} amountCaptured
|
|
146
|
+
*/
|
|
147
|
+
}, {
|
|
148
|
+
key: "setAmountCaptured",
|
|
149
|
+
value: function setAmountCaptured(amountCaptured) {
|
|
150
|
+
this['amountCaptured'] = amountCaptured;
|
|
151
|
+
}
|
|
152
|
+
/**
|
|
153
|
+
* @return {Number}
|
|
154
|
+
*/
|
|
155
|
+
}, {
|
|
156
|
+
key: "getAmountRefunded",
|
|
157
|
+
value: function getAmountRefunded() {
|
|
158
|
+
return this.amountRefunded;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
/**
|
|
162
|
+
* @param {Number} amountRefunded
|
|
163
|
+
*/
|
|
164
|
+
}, {
|
|
165
|
+
key: "setAmountRefunded",
|
|
166
|
+
value: function setAmountRefunded(amountRefunded) {
|
|
167
|
+
this['amountRefunded'] = amountRefunded;
|
|
168
|
+
}
|
|
169
|
+
/**
|
|
170
|
+
* @return {String}
|
|
171
|
+
*/
|
|
172
|
+
}, {
|
|
173
|
+
key: "getApplication",
|
|
174
|
+
value: function getApplication() {
|
|
175
|
+
return this.application;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
/**
|
|
179
|
+
* @param {String} application
|
|
180
|
+
*/
|
|
181
|
+
}, {
|
|
182
|
+
key: "setApplication",
|
|
183
|
+
value: function setApplication(application) {
|
|
184
|
+
this['application'] = application;
|
|
185
|
+
}
|
|
186
|
+
/**
|
|
187
|
+
* @return {String}
|
|
188
|
+
*/
|
|
189
|
+
}, {
|
|
190
|
+
key: "getApplicationFee",
|
|
191
|
+
value: function getApplicationFee() {
|
|
192
|
+
return this.applicationFee;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
/**
|
|
196
|
+
* @param {String} applicationFee
|
|
197
|
+
*/
|
|
198
|
+
}, {
|
|
199
|
+
key: "setApplicationFee",
|
|
200
|
+
value: function setApplicationFee(applicationFee) {
|
|
201
|
+
this['applicationFee'] = applicationFee;
|
|
202
|
+
}
|
|
203
|
+
/**
|
|
204
|
+
* @return {Number}
|
|
205
|
+
*/
|
|
206
|
+
}, {
|
|
207
|
+
key: "getApplicationFeeAmount",
|
|
208
|
+
value: function getApplicationFeeAmount() {
|
|
209
|
+
return this.applicationFeeAmount;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
/**
|
|
213
|
+
* @param {Number} applicationFeeAmount
|
|
214
|
+
*/
|
|
215
|
+
}, {
|
|
216
|
+
key: "setApplicationFeeAmount",
|
|
217
|
+
value: function setApplicationFeeAmount(applicationFeeAmount) {
|
|
218
|
+
this['applicationFeeAmount'] = applicationFeeAmount;
|
|
219
|
+
}
|
|
220
|
+
/**
|
|
221
|
+
* @return {String}
|
|
222
|
+
*/
|
|
223
|
+
}, {
|
|
224
|
+
key: "getAuthorizationCode",
|
|
225
|
+
value: function getAuthorizationCode() {
|
|
226
|
+
return this.authorizationCode;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
/**
|
|
230
|
+
* @param {String} authorizationCode
|
|
231
|
+
*/
|
|
232
|
+
}, {
|
|
233
|
+
key: "setAuthorizationCode",
|
|
234
|
+
value: function setAuthorizationCode(authorizationCode) {
|
|
235
|
+
this['authorizationCode'] = authorizationCode;
|
|
236
|
+
}
|
|
237
|
+
/**
|
|
238
|
+
* @return {String}
|
|
239
|
+
*/
|
|
240
|
+
}, {
|
|
241
|
+
key: "getBalanceTransaction",
|
|
242
|
+
value: function getBalanceTransaction() {
|
|
243
|
+
return this.balanceTransaction;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
/**
|
|
247
|
+
* @param {String} balanceTransaction
|
|
248
|
+
*/
|
|
249
|
+
}, {
|
|
250
|
+
key: "setBalanceTransaction",
|
|
251
|
+
value: function setBalanceTransaction(balanceTransaction) {
|
|
252
|
+
this['balanceTransaction'] = balanceTransaction;
|
|
253
|
+
}
|
|
254
|
+
/**
|
|
255
|
+
* @return {module:model/BillingDetails}
|
|
256
|
+
*/
|
|
257
|
+
}, {
|
|
258
|
+
key: "getBillingDetails",
|
|
259
|
+
value: function getBillingDetails() {
|
|
260
|
+
return this.billingDetails;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
/**
|
|
264
|
+
* @param {module:model/BillingDetails} billingDetails
|
|
265
|
+
*/
|
|
266
|
+
}, {
|
|
267
|
+
key: "setBillingDetails",
|
|
268
|
+
value: function setBillingDetails(billingDetails) {
|
|
269
|
+
this['billingDetails'] = billingDetails;
|
|
270
|
+
}
|
|
271
|
+
/**
|
|
272
|
+
* @return {String}
|
|
273
|
+
*/
|
|
274
|
+
}, {
|
|
275
|
+
key: "getCalculatedStatementDescriptor",
|
|
276
|
+
value: function getCalculatedStatementDescriptor() {
|
|
277
|
+
return this.calculatedStatementDescriptor;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
/**
|
|
281
|
+
* @param {String} calculatedStatementDescriptor
|
|
282
|
+
*/
|
|
283
|
+
}, {
|
|
284
|
+
key: "setCalculatedStatementDescriptor",
|
|
285
|
+
value: function setCalculatedStatementDescriptor(calculatedStatementDescriptor) {
|
|
286
|
+
this['calculatedStatementDescriptor'] = calculatedStatementDescriptor;
|
|
287
|
+
}
|
|
288
|
+
/**
|
|
289
|
+
* @return {Boolean}
|
|
290
|
+
*/
|
|
291
|
+
}, {
|
|
292
|
+
key: "getCaptured",
|
|
293
|
+
value: function getCaptured() {
|
|
294
|
+
return this.captured;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
/**
|
|
298
|
+
* @param {Boolean} captured
|
|
299
|
+
*/
|
|
300
|
+
}, {
|
|
301
|
+
key: "setCaptured",
|
|
302
|
+
value: function setCaptured(captured) {
|
|
303
|
+
this['captured'] = captured;
|
|
304
|
+
}
|
|
305
|
+
/**
|
|
306
|
+
* @return {Number}
|
|
307
|
+
*/
|
|
308
|
+
}, {
|
|
309
|
+
key: "getCreated",
|
|
310
|
+
value: function getCreated() {
|
|
311
|
+
return this.created;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
/**
|
|
315
|
+
* @param {Number} created
|
|
316
|
+
*/
|
|
317
|
+
}, {
|
|
318
|
+
key: "setCreated",
|
|
319
|
+
value: function setCreated(created) {
|
|
320
|
+
this['created'] = created;
|
|
321
|
+
}
|
|
322
|
+
/**
|
|
323
|
+
* @return {String}
|
|
324
|
+
*/
|
|
325
|
+
}, {
|
|
326
|
+
key: "getCurrency",
|
|
327
|
+
value: function getCurrency() {
|
|
328
|
+
return this.currency;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
/**
|
|
332
|
+
* @param {String} currency
|
|
333
|
+
*/
|
|
334
|
+
}, {
|
|
335
|
+
key: "setCurrency",
|
|
336
|
+
value: function setCurrency(currency) {
|
|
337
|
+
this['currency'] = currency;
|
|
338
|
+
}
|
|
339
|
+
/**
|
|
340
|
+
* @return {String}
|
|
341
|
+
*/
|
|
342
|
+
}, {
|
|
343
|
+
key: "getCustomer",
|
|
344
|
+
value: function getCustomer() {
|
|
345
|
+
return this.customer;
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
/**
|
|
349
|
+
* @param {String} customer
|
|
350
|
+
*/
|
|
351
|
+
}, {
|
|
352
|
+
key: "setCustomer",
|
|
353
|
+
value: function setCustomer(customer) {
|
|
354
|
+
this['customer'] = customer;
|
|
355
|
+
}
|
|
356
|
+
/**
|
|
357
|
+
* @return {String}
|
|
358
|
+
*/
|
|
359
|
+
}, {
|
|
360
|
+
key: "getDescription",
|
|
361
|
+
value: function getDescription() {
|
|
362
|
+
return this.description;
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
/**
|
|
366
|
+
* @param {String} description
|
|
367
|
+
*/
|
|
368
|
+
}, {
|
|
369
|
+
key: "setDescription",
|
|
370
|
+
value: function setDescription(description) {
|
|
371
|
+
this['description'] = description;
|
|
372
|
+
}
|
|
373
|
+
/**
|
|
374
|
+
* @return {Boolean}
|
|
375
|
+
*/
|
|
376
|
+
}, {
|
|
377
|
+
key: "getDisputed",
|
|
378
|
+
value: function getDisputed() {
|
|
379
|
+
return this.disputed;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
/**
|
|
383
|
+
* @param {Boolean} disputed
|
|
384
|
+
*/
|
|
385
|
+
}, {
|
|
386
|
+
key: "setDisputed",
|
|
387
|
+
value: function setDisputed(disputed) {
|
|
388
|
+
this['disputed'] = disputed;
|
|
389
|
+
}
|
|
390
|
+
/**
|
|
391
|
+
* @return {String}
|
|
392
|
+
*/
|
|
393
|
+
}, {
|
|
394
|
+
key: "getFailureBalanceTransaction",
|
|
395
|
+
value: function getFailureBalanceTransaction() {
|
|
396
|
+
return this.failureBalanceTransaction;
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
/**
|
|
400
|
+
* @param {String} failureBalanceTransaction
|
|
401
|
+
*/
|
|
402
|
+
}, {
|
|
403
|
+
key: "setFailureBalanceTransaction",
|
|
404
|
+
value: function setFailureBalanceTransaction(failureBalanceTransaction) {
|
|
405
|
+
this['failureBalanceTransaction'] = failureBalanceTransaction;
|
|
406
|
+
}
|
|
407
|
+
/**
|
|
408
|
+
* @return {String}
|
|
409
|
+
*/
|
|
410
|
+
}, {
|
|
411
|
+
key: "getFailureCode",
|
|
412
|
+
value: function getFailureCode() {
|
|
413
|
+
return this.failureCode;
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
/**
|
|
417
|
+
* @param {String} failureCode
|
|
418
|
+
*/
|
|
419
|
+
}, {
|
|
420
|
+
key: "setFailureCode",
|
|
421
|
+
value: function setFailureCode(failureCode) {
|
|
422
|
+
this['failureCode'] = failureCode;
|
|
423
|
+
}
|
|
424
|
+
/**
|
|
425
|
+
* @return {String}
|
|
426
|
+
*/
|
|
427
|
+
}, {
|
|
428
|
+
key: "getFailureMessage",
|
|
429
|
+
value: function getFailureMessage() {
|
|
430
|
+
return this.failureMessage;
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
/**
|
|
434
|
+
* @param {String} failureMessage
|
|
435
|
+
*/
|
|
436
|
+
}, {
|
|
437
|
+
key: "setFailureMessage",
|
|
438
|
+
value: function setFailureMessage(failureMessage) {
|
|
439
|
+
this['failureMessage'] = failureMessage;
|
|
440
|
+
}
|
|
441
|
+
/**
|
|
442
|
+
* @return {module:model/FraudDetails}
|
|
443
|
+
*/
|
|
444
|
+
}, {
|
|
445
|
+
key: "getFraudDetails",
|
|
446
|
+
value: function getFraudDetails() {
|
|
447
|
+
return this.fraudDetails;
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
/**
|
|
451
|
+
* @param {module:model/FraudDetails} fraudDetails
|
|
452
|
+
*/
|
|
453
|
+
}, {
|
|
454
|
+
key: "setFraudDetails",
|
|
455
|
+
value: function setFraudDetails(fraudDetails) {
|
|
456
|
+
this['fraudDetails'] = fraudDetails;
|
|
457
|
+
}
|
|
458
|
+
/**
|
|
459
|
+
* @return {String}
|
|
460
|
+
*/
|
|
461
|
+
}, {
|
|
462
|
+
key: "getId",
|
|
463
|
+
value: function getId() {
|
|
464
|
+
return this.id;
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
/**
|
|
468
|
+
* @param {String} id
|
|
469
|
+
*/
|
|
470
|
+
}, {
|
|
471
|
+
key: "setId",
|
|
472
|
+
value: function setId(id) {
|
|
473
|
+
this['id'] = id;
|
|
474
|
+
}
|
|
475
|
+
/**
|
|
476
|
+
* @return {String}
|
|
477
|
+
*/
|
|
478
|
+
}, {
|
|
479
|
+
key: "getInvoice",
|
|
480
|
+
value: function getInvoice() {
|
|
481
|
+
return this.invoice;
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
/**
|
|
485
|
+
* @param {String} invoice
|
|
486
|
+
*/
|
|
487
|
+
}, {
|
|
488
|
+
key: "setInvoice",
|
|
489
|
+
value: function setInvoice(invoice) {
|
|
490
|
+
this['invoice'] = invoice;
|
|
491
|
+
}
|
|
492
|
+
/**
|
|
493
|
+
* @return {module:model/Level3}
|
|
494
|
+
*/
|
|
495
|
+
}, {
|
|
496
|
+
key: "getLevel3",
|
|
497
|
+
value: function getLevel3() {
|
|
498
|
+
return this.level3;
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
/**
|
|
502
|
+
* @param {module:model/Level3} level3
|
|
503
|
+
*/
|
|
504
|
+
}, {
|
|
505
|
+
key: "setLevel3",
|
|
506
|
+
value: function setLevel3(level3) {
|
|
507
|
+
this['level3'] = level3;
|
|
508
|
+
}
|
|
509
|
+
/**
|
|
510
|
+
* @return {Boolean}
|
|
511
|
+
*/
|
|
512
|
+
}, {
|
|
513
|
+
key: "getLivemode",
|
|
514
|
+
value: function getLivemode() {
|
|
515
|
+
return this.livemode;
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
/**
|
|
519
|
+
* @param {Boolean} livemode
|
|
520
|
+
*/
|
|
521
|
+
}, {
|
|
522
|
+
key: "setLivemode",
|
|
523
|
+
value: function setLivemode(livemode) {
|
|
524
|
+
this['livemode'] = livemode;
|
|
525
|
+
}
|
|
526
|
+
/**
|
|
527
|
+
* @return {Object.<String, String>}
|
|
528
|
+
*/
|
|
529
|
+
}, {
|
|
530
|
+
key: "getMetadata",
|
|
531
|
+
value: function getMetadata() {
|
|
532
|
+
return this.metadata;
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
/**
|
|
536
|
+
* @param {Object.<String, String>} metadata
|
|
537
|
+
*/
|
|
538
|
+
}, {
|
|
539
|
+
key: "setMetadata",
|
|
540
|
+
value: function setMetadata(metadata) {
|
|
541
|
+
this['metadata'] = metadata;
|
|
542
|
+
}
|
|
543
|
+
/**
|
|
544
|
+
* @return {String}
|
|
545
|
+
*/
|
|
546
|
+
}, {
|
|
547
|
+
key: "getObject",
|
|
548
|
+
value: function getObject() {
|
|
549
|
+
return this.object;
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
/**
|
|
553
|
+
* @param {String} object
|
|
554
|
+
*/
|
|
555
|
+
}, {
|
|
556
|
+
key: "setObject",
|
|
557
|
+
value: function setObject(object) {
|
|
558
|
+
this['object'] = object;
|
|
559
|
+
}
|
|
560
|
+
/**
|
|
561
|
+
* @return {String}
|
|
562
|
+
*/
|
|
563
|
+
}, {
|
|
564
|
+
key: "getOnBehalfOf",
|
|
565
|
+
value: function getOnBehalfOf() {
|
|
566
|
+
return this.onBehalfOf;
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
/**
|
|
570
|
+
* @param {String} onBehalfOf
|
|
571
|
+
*/
|
|
572
|
+
}, {
|
|
573
|
+
key: "setOnBehalfOf",
|
|
574
|
+
value: function setOnBehalfOf(onBehalfOf) {
|
|
575
|
+
this['onBehalfOf'] = onBehalfOf;
|
|
576
|
+
}
|
|
577
|
+
/**
|
|
578
|
+
* @return {module:model/Outcome}
|
|
579
|
+
*/
|
|
580
|
+
}, {
|
|
581
|
+
key: "getOutcome",
|
|
582
|
+
value: function getOutcome() {
|
|
583
|
+
return this.outcome;
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
/**
|
|
587
|
+
* @param {module:model/Outcome} outcome
|
|
588
|
+
*/
|
|
589
|
+
}, {
|
|
590
|
+
key: "setOutcome",
|
|
591
|
+
value: function setOutcome(outcome) {
|
|
592
|
+
this['outcome'] = outcome;
|
|
593
|
+
}
|
|
594
|
+
/**
|
|
595
|
+
* @return {Boolean}
|
|
596
|
+
*/
|
|
597
|
+
}, {
|
|
598
|
+
key: "getPaid",
|
|
599
|
+
value: function getPaid() {
|
|
600
|
+
return this.paid;
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
/**
|
|
604
|
+
* @param {Boolean} paid
|
|
605
|
+
*/
|
|
606
|
+
}, {
|
|
607
|
+
key: "setPaid",
|
|
608
|
+
value: function setPaid(paid) {
|
|
609
|
+
this['paid'] = paid;
|
|
610
|
+
}
|
|
611
|
+
/**
|
|
612
|
+
* @return {String}
|
|
613
|
+
*/
|
|
614
|
+
}, {
|
|
615
|
+
key: "getPaymentIntent",
|
|
616
|
+
value: function getPaymentIntent() {
|
|
617
|
+
return this.paymentIntent;
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
/**
|
|
621
|
+
* @param {String} paymentIntent
|
|
622
|
+
*/
|
|
623
|
+
}, {
|
|
624
|
+
key: "setPaymentIntent",
|
|
625
|
+
value: function setPaymentIntent(paymentIntent) {
|
|
626
|
+
this['paymentIntent'] = paymentIntent;
|
|
627
|
+
}
|
|
628
|
+
/**
|
|
629
|
+
* @return {String}
|
|
630
|
+
*/
|
|
631
|
+
}, {
|
|
632
|
+
key: "getPaymentMethod",
|
|
633
|
+
value: function getPaymentMethod() {
|
|
634
|
+
return this.paymentMethod;
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
/**
|
|
638
|
+
* @param {String} paymentMethod
|
|
639
|
+
*/
|
|
640
|
+
}, {
|
|
641
|
+
key: "setPaymentMethod",
|
|
642
|
+
value: function setPaymentMethod(paymentMethod) {
|
|
643
|
+
this['paymentMethod'] = paymentMethod;
|
|
644
|
+
}
|
|
645
|
+
/**
|
|
646
|
+
* @return {module:model/PaymentMethodDetails}
|
|
647
|
+
*/
|
|
648
|
+
}, {
|
|
649
|
+
key: "getPaymentMethodDetails",
|
|
650
|
+
value: function getPaymentMethodDetails() {
|
|
651
|
+
return this.paymentMethodDetails;
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
/**
|
|
655
|
+
* @param {module:model/PaymentMethodDetails} paymentMethodDetails
|
|
656
|
+
*/
|
|
657
|
+
}, {
|
|
658
|
+
key: "setPaymentMethodDetails",
|
|
659
|
+
value: function setPaymentMethodDetails(paymentMethodDetails) {
|
|
660
|
+
this['paymentMethodDetails'] = paymentMethodDetails;
|
|
661
|
+
}
|
|
662
|
+
/**
|
|
663
|
+
* @return {module:model/RadarOptions}
|
|
664
|
+
*/
|
|
665
|
+
}, {
|
|
666
|
+
key: "getRadarOptions",
|
|
667
|
+
value: function getRadarOptions() {
|
|
668
|
+
return this.radarOptions;
|
|
669
|
+
}
|
|
670
|
+
|
|
671
|
+
/**
|
|
672
|
+
* @param {module:model/RadarOptions} radarOptions
|
|
673
|
+
*/
|
|
674
|
+
}, {
|
|
675
|
+
key: "setRadarOptions",
|
|
676
|
+
value: function setRadarOptions(radarOptions) {
|
|
677
|
+
this['radarOptions'] = radarOptions;
|
|
678
|
+
}
|
|
679
|
+
/**
|
|
680
|
+
* @return {String}
|
|
681
|
+
*/
|
|
682
|
+
}, {
|
|
683
|
+
key: "getReceiptEmail",
|
|
684
|
+
value: function getReceiptEmail() {
|
|
685
|
+
return this.receiptEmail;
|
|
686
|
+
}
|
|
687
|
+
|
|
688
|
+
/**
|
|
689
|
+
* @param {String} receiptEmail
|
|
690
|
+
*/
|
|
691
|
+
}, {
|
|
692
|
+
key: "setReceiptEmail",
|
|
693
|
+
value: function setReceiptEmail(receiptEmail) {
|
|
694
|
+
this['receiptEmail'] = receiptEmail;
|
|
695
|
+
}
|
|
696
|
+
/**
|
|
697
|
+
* @return {String}
|
|
698
|
+
*/
|
|
699
|
+
}, {
|
|
700
|
+
key: "getReceiptNumber",
|
|
701
|
+
value: function getReceiptNumber() {
|
|
702
|
+
return this.receiptNumber;
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
/**
|
|
706
|
+
* @param {String} receiptNumber
|
|
707
|
+
*/
|
|
708
|
+
}, {
|
|
709
|
+
key: "setReceiptNumber",
|
|
710
|
+
value: function setReceiptNumber(receiptNumber) {
|
|
711
|
+
this['receiptNumber'] = receiptNumber;
|
|
712
|
+
}
|
|
713
|
+
/**
|
|
714
|
+
* @return {String}
|
|
715
|
+
*/
|
|
716
|
+
}, {
|
|
717
|
+
key: "getReceiptUrl",
|
|
718
|
+
value: function getReceiptUrl() {
|
|
719
|
+
return this.receiptUrl;
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
/**
|
|
723
|
+
* @param {String} receiptUrl
|
|
724
|
+
*/
|
|
725
|
+
}, {
|
|
726
|
+
key: "setReceiptUrl",
|
|
727
|
+
value: function setReceiptUrl(receiptUrl) {
|
|
728
|
+
this['receiptUrl'] = receiptUrl;
|
|
729
|
+
}
|
|
730
|
+
/**
|
|
731
|
+
* @return {Boolean}
|
|
732
|
+
*/
|
|
733
|
+
}, {
|
|
734
|
+
key: "getRefunded",
|
|
735
|
+
value: function getRefunded() {
|
|
736
|
+
return this.refunded;
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
/**
|
|
740
|
+
* @param {Boolean} refunded
|
|
741
|
+
*/
|
|
742
|
+
}, {
|
|
743
|
+
key: "setRefunded",
|
|
744
|
+
value: function setRefunded(refunded) {
|
|
745
|
+
this['refunded'] = refunded;
|
|
746
|
+
}
|
|
747
|
+
/**
|
|
748
|
+
* @return {module:model/RefundCollection}
|
|
749
|
+
*/
|
|
750
|
+
}, {
|
|
751
|
+
key: "getRefunds",
|
|
752
|
+
value: function getRefunds() {
|
|
753
|
+
return this.refunds;
|
|
754
|
+
}
|
|
755
|
+
|
|
756
|
+
/**
|
|
757
|
+
* @param {module:model/RefundCollection} refunds
|
|
758
|
+
*/
|
|
759
|
+
}, {
|
|
760
|
+
key: "setRefunds",
|
|
761
|
+
value: function setRefunds(refunds) {
|
|
762
|
+
this['refunds'] = refunds;
|
|
763
|
+
}
|
|
764
|
+
/**
|
|
765
|
+
* @return {String}
|
|
766
|
+
*/
|
|
767
|
+
}, {
|
|
768
|
+
key: "getReview",
|
|
769
|
+
value: function getReview() {
|
|
770
|
+
return this.review;
|
|
771
|
+
}
|
|
772
|
+
|
|
773
|
+
/**
|
|
774
|
+
* @param {String} review
|
|
775
|
+
*/
|
|
776
|
+
}, {
|
|
777
|
+
key: "setReview",
|
|
778
|
+
value: function setReview(review) {
|
|
779
|
+
this['review'] = review;
|
|
780
|
+
}
|
|
781
|
+
/**
|
|
782
|
+
* @return {module:model/ShippingDetails}
|
|
783
|
+
*/
|
|
784
|
+
}, {
|
|
785
|
+
key: "getShipping",
|
|
786
|
+
value: function getShipping() {
|
|
787
|
+
return this.shipping;
|
|
788
|
+
}
|
|
789
|
+
|
|
790
|
+
/**
|
|
791
|
+
* @param {module:model/ShippingDetails} shipping
|
|
792
|
+
*/
|
|
793
|
+
}, {
|
|
794
|
+
key: "setShipping",
|
|
795
|
+
value: function setShipping(shipping) {
|
|
796
|
+
this['shipping'] = shipping;
|
|
797
|
+
}
|
|
798
|
+
/**
|
|
799
|
+
* @return {module:model/PaymentSource}
|
|
800
|
+
*/
|
|
801
|
+
}, {
|
|
802
|
+
key: "getSource",
|
|
803
|
+
value: function getSource() {
|
|
804
|
+
return this.source;
|
|
805
|
+
}
|
|
806
|
+
|
|
807
|
+
/**
|
|
808
|
+
* @param {module:model/PaymentSource} source
|
|
809
|
+
*/
|
|
810
|
+
}, {
|
|
811
|
+
key: "setSource",
|
|
812
|
+
value: function setSource(source) {
|
|
813
|
+
this['source'] = source;
|
|
814
|
+
}
|
|
815
|
+
/**
|
|
816
|
+
* @return {String}
|
|
817
|
+
*/
|
|
818
|
+
}, {
|
|
819
|
+
key: "getSourceTransfer",
|
|
820
|
+
value: function getSourceTransfer() {
|
|
821
|
+
return this.sourceTransfer;
|
|
822
|
+
}
|
|
823
|
+
|
|
824
|
+
/**
|
|
825
|
+
* @param {String} sourceTransfer
|
|
826
|
+
*/
|
|
827
|
+
}, {
|
|
828
|
+
key: "setSourceTransfer",
|
|
829
|
+
value: function setSourceTransfer(sourceTransfer) {
|
|
830
|
+
this['sourceTransfer'] = sourceTransfer;
|
|
831
|
+
}
|
|
832
|
+
/**
|
|
833
|
+
* @return {String}
|
|
834
|
+
*/
|
|
835
|
+
}, {
|
|
836
|
+
key: "getStatementDescriptor",
|
|
837
|
+
value: function getStatementDescriptor() {
|
|
838
|
+
return this.statementDescriptor;
|
|
839
|
+
}
|
|
840
|
+
|
|
841
|
+
/**
|
|
842
|
+
* @param {String} statementDescriptor
|
|
843
|
+
*/
|
|
844
|
+
}, {
|
|
845
|
+
key: "setStatementDescriptor",
|
|
846
|
+
value: function setStatementDescriptor(statementDescriptor) {
|
|
847
|
+
this['statementDescriptor'] = statementDescriptor;
|
|
848
|
+
}
|
|
849
|
+
/**
|
|
850
|
+
* @return {String}
|
|
851
|
+
*/
|
|
852
|
+
}, {
|
|
853
|
+
key: "getStatementDescriptorSuffix",
|
|
854
|
+
value: function getStatementDescriptorSuffix() {
|
|
855
|
+
return this.statementDescriptorSuffix;
|
|
856
|
+
}
|
|
857
|
+
|
|
858
|
+
/**
|
|
859
|
+
* @param {String} statementDescriptorSuffix
|
|
860
|
+
*/
|
|
861
|
+
}, {
|
|
862
|
+
key: "setStatementDescriptorSuffix",
|
|
863
|
+
value: function setStatementDescriptorSuffix(statementDescriptorSuffix) {
|
|
864
|
+
this['statementDescriptorSuffix'] = statementDescriptorSuffix;
|
|
865
|
+
}
|
|
866
|
+
/**
|
|
867
|
+
* @return {String}
|
|
868
|
+
*/
|
|
869
|
+
}, {
|
|
870
|
+
key: "getStatus",
|
|
871
|
+
value: function getStatus() {
|
|
872
|
+
return this.status;
|
|
873
|
+
}
|
|
874
|
+
|
|
875
|
+
/**
|
|
876
|
+
* @param {String} status
|
|
877
|
+
*/
|
|
878
|
+
}, {
|
|
879
|
+
key: "setStatus",
|
|
880
|
+
value: function setStatus(status) {
|
|
881
|
+
this['status'] = status;
|
|
882
|
+
}
|
|
883
|
+
/**
|
|
884
|
+
* @return {String}
|
|
885
|
+
*/
|
|
886
|
+
}, {
|
|
887
|
+
key: "getTransfer",
|
|
888
|
+
value: function getTransfer() {
|
|
889
|
+
return this.transfer;
|
|
890
|
+
}
|
|
891
|
+
|
|
892
|
+
/**
|
|
893
|
+
* @param {String} transfer
|
|
894
|
+
*/
|
|
895
|
+
}, {
|
|
896
|
+
key: "setTransfer",
|
|
897
|
+
value: function setTransfer(transfer) {
|
|
898
|
+
this['transfer'] = transfer;
|
|
899
|
+
}
|
|
900
|
+
/**
|
|
901
|
+
* @return {module:model/TransferData}
|
|
902
|
+
*/
|
|
903
|
+
}, {
|
|
904
|
+
key: "getTransferData",
|
|
905
|
+
value: function getTransferData() {
|
|
906
|
+
return this.transferData;
|
|
907
|
+
}
|
|
908
|
+
|
|
909
|
+
/**
|
|
910
|
+
* @param {module:model/TransferData} transferData
|
|
911
|
+
*/
|
|
912
|
+
}, {
|
|
913
|
+
key: "setTransferData",
|
|
914
|
+
value: function setTransferData(transferData) {
|
|
915
|
+
this['transferData'] = transferData;
|
|
916
|
+
}
|
|
917
|
+
/**
|
|
918
|
+
* @return {String}
|
|
919
|
+
*/
|
|
920
|
+
}, {
|
|
921
|
+
key: "getTransferGroup",
|
|
922
|
+
value: function getTransferGroup() {
|
|
923
|
+
return this.transferGroup;
|
|
924
|
+
}
|
|
925
|
+
|
|
926
|
+
/**
|
|
927
|
+
* @param {String} transferGroup
|
|
928
|
+
*/
|
|
929
|
+
}, {
|
|
930
|
+
key: "setTransferGroup",
|
|
931
|
+
value: function setTransferGroup(transferGroup) {
|
|
932
|
+
this['transferGroup'] = transferGroup;
|
|
933
|
+
}
|
|
934
|
+
/**
|
|
935
|
+
* @return {module:model/Application}
|
|
936
|
+
*/
|
|
937
|
+
}, {
|
|
938
|
+
key: "getApplicationObject",
|
|
939
|
+
value: function getApplicationObject() {
|
|
940
|
+
return this.applicationObject;
|
|
941
|
+
}
|
|
942
|
+
|
|
943
|
+
/**
|
|
944
|
+
* @param {module:model/Application} applicationObject
|
|
945
|
+
*/
|
|
946
|
+
}, {
|
|
947
|
+
key: "setApplicationObject",
|
|
948
|
+
value: function setApplicationObject(applicationObject) {
|
|
949
|
+
this['applicationObject'] = applicationObject;
|
|
950
|
+
}
|
|
951
|
+
/**
|
|
952
|
+
* @return {module:model/Customer}
|
|
953
|
+
*/
|
|
954
|
+
}, {
|
|
955
|
+
key: "getCustomerObject",
|
|
956
|
+
value: function getCustomerObject() {
|
|
957
|
+
return this.customerObject;
|
|
958
|
+
}
|
|
959
|
+
|
|
960
|
+
/**
|
|
961
|
+
* @param {module:model/Customer} customerObject
|
|
962
|
+
*/
|
|
963
|
+
}, {
|
|
964
|
+
key: "setCustomerObject",
|
|
965
|
+
value: function setCustomerObject(customerObject) {
|
|
966
|
+
this['customerObject'] = customerObject;
|
|
967
|
+
}
|
|
968
|
+
/**
|
|
969
|
+
* @return {module:model/Account}
|
|
970
|
+
*/
|
|
971
|
+
}, {
|
|
972
|
+
key: "getOnBehalfOfObject",
|
|
973
|
+
value: function getOnBehalfOfObject() {
|
|
974
|
+
return this.onBehalfOfObject;
|
|
975
|
+
}
|
|
976
|
+
|
|
977
|
+
/**
|
|
978
|
+
* @param {module:model/Account} onBehalfOfObject
|
|
979
|
+
*/
|
|
980
|
+
}, {
|
|
981
|
+
key: "setOnBehalfOfObject",
|
|
982
|
+
value: function setOnBehalfOfObject(onBehalfOfObject) {
|
|
983
|
+
this['onBehalfOfObject'] = onBehalfOfObject;
|
|
984
|
+
}
|
|
985
|
+
/**
|
|
986
|
+
* @return {module:model/PaymentIntent}
|
|
987
|
+
*/
|
|
988
|
+
}, {
|
|
989
|
+
key: "getPaymentIntentObject",
|
|
990
|
+
value: function getPaymentIntentObject() {
|
|
991
|
+
return this.paymentIntentObject;
|
|
992
|
+
}
|
|
993
|
+
|
|
994
|
+
/**
|
|
995
|
+
* @param {module:model/PaymentIntent} paymentIntentObject
|
|
996
|
+
*/
|
|
997
|
+
}, {
|
|
998
|
+
key: "setPaymentIntentObject",
|
|
999
|
+
value: function setPaymentIntentObject(paymentIntentObject) {
|
|
1000
|
+
this['paymentIntentObject'] = paymentIntentObject;
|
|
1001
|
+
}
|
|
1002
|
+
/**
|
|
1003
|
+
* @return {module:model/ApplicationFee}
|
|
1004
|
+
*/
|
|
1005
|
+
}, {
|
|
1006
|
+
key: "getApplicationFeeObject",
|
|
1007
|
+
value: function getApplicationFeeObject() {
|
|
1008
|
+
return this.applicationFeeObject;
|
|
1009
|
+
}
|
|
1010
|
+
|
|
1011
|
+
/**
|
|
1012
|
+
* @param {module:model/ApplicationFee} applicationFeeObject
|
|
1013
|
+
*/
|
|
1014
|
+
}, {
|
|
1015
|
+
key: "setApplicationFeeObject",
|
|
1016
|
+
value: function setApplicationFeeObject(applicationFeeObject) {
|
|
1017
|
+
this['applicationFeeObject'] = applicationFeeObject;
|
|
1018
|
+
}
|
|
1019
|
+
/**
|
|
1020
|
+
* @return {module:model/BalanceTransaction}
|
|
1021
|
+
*/
|
|
1022
|
+
}, {
|
|
1023
|
+
key: "getBalanceTransactionObject",
|
|
1024
|
+
value: function getBalanceTransactionObject() {
|
|
1025
|
+
return this.balanceTransactionObject;
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1028
|
+
/**
|
|
1029
|
+
* @param {module:model/BalanceTransaction} balanceTransactionObject
|
|
1030
|
+
*/
|
|
1031
|
+
}, {
|
|
1032
|
+
key: "setBalanceTransactionObject",
|
|
1033
|
+
value: function setBalanceTransactionObject(balanceTransactionObject) {
|
|
1034
|
+
this['balanceTransactionObject'] = balanceTransactionObject;
|
|
1035
|
+
}
|
|
1036
|
+
/**
|
|
1037
|
+
* @return {module:model/BalanceTransaction}
|
|
1038
|
+
*/
|
|
1039
|
+
}, {
|
|
1040
|
+
key: "getFailureBalanceTransactionObject",
|
|
1041
|
+
value: function getFailureBalanceTransactionObject() {
|
|
1042
|
+
return this.failureBalanceTransactionObject;
|
|
1043
|
+
}
|
|
1044
|
+
|
|
1045
|
+
/**
|
|
1046
|
+
* @param {module:model/BalanceTransaction} failureBalanceTransactionObject
|
|
1047
|
+
*/
|
|
1048
|
+
}, {
|
|
1049
|
+
key: "setFailureBalanceTransactionObject",
|
|
1050
|
+
value: function setFailureBalanceTransactionObject(failureBalanceTransactionObject) {
|
|
1051
|
+
this['failureBalanceTransactionObject'] = failureBalanceTransactionObject;
|
|
1052
|
+
}
|
|
1053
|
+
/**
|
|
1054
|
+
* @return {module:model/Invoice}
|
|
1055
|
+
*/
|
|
1056
|
+
}, {
|
|
1057
|
+
key: "getInvoiceObject",
|
|
1058
|
+
value: function getInvoiceObject() {
|
|
1059
|
+
return this.invoiceObject;
|
|
1060
|
+
}
|
|
1061
|
+
|
|
1062
|
+
/**
|
|
1063
|
+
* @param {module:model/Invoice} invoiceObject
|
|
1064
|
+
*/
|
|
1065
|
+
}, {
|
|
1066
|
+
key: "setInvoiceObject",
|
|
1067
|
+
value: function setInvoiceObject(invoiceObject) {
|
|
1068
|
+
this['invoiceObject'] = invoiceObject;
|
|
1069
|
+
}
|
|
1070
|
+
/**
|
|
1071
|
+
* @return {module:model/Review}
|
|
1072
|
+
*/
|
|
1073
|
+
}, {
|
|
1074
|
+
key: "getReviewObject",
|
|
1075
|
+
value: function getReviewObject() {
|
|
1076
|
+
return this.reviewObject;
|
|
1077
|
+
}
|
|
1078
|
+
|
|
1079
|
+
/**
|
|
1080
|
+
* @param {module:model/Review} reviewObject
|
|
1081
|
+
*/
|
|
1082
|
+
}, {
|
|
1083
|
+
key: "setReviewObject",
|
|
1084
|
+
value: function setReviewObject(reviewObject) {
|
|
1085
|
+
this['reviewObject'] = reviewObject;
|
|
1086
|
+
}
|
|
1087
|
+
/**
|
|
1088
|
+
* @return {module:model/Transfer}
|
|
1089
|
+
*/
|
|
1090
|
+
}, {
|
|
1091
|
+
key: "getSourceTransferObject",
|
|
1092
|
+
value: function getSourceTransferObject() {
|
|
1093
|
+
return this.sourceTransferObject;
|
|
1094
|
+
}
|
|
1095
|
+
|
|
1096
|
+
/**
|
|
1097
|
+
* @param {module:model/Transfer} sourceTransferObject
|
|
1098
|
+
*/
|
|
1099
|
+
}, {
|
|
1100
|
+
key: "setSourceTransferObject",
|
|
1101
|
+
value: function setSourceTransferObject(sourceTransferObject) {
|
|
1102
|
+
this['sourceTransferObject'] = sourceTransferObject;
|
|
1103
|
+
}
|
|
1104
|
+
/**
|
|
1105
|
+
* @return {module:model/Transfer}
|
|
1106
|
+
*/
|
|
1107
|
+
}, {
|
|
1108
|
+
key: "getTransferObject",
|
|
1109
|
+
value: function getTransferObject() {
|
|
1110
|
+
return this.transferObject;
|
|
1111
|
+
}
|
|
1112
|
+
|
|
1113
|
+
/**
|
|
1114
|
+
* @param {module:model/Transfer} transferObject
|
|
1115
|
+
*/
|
|
1116
|
+
}, {
|
|
1117
|
+
key: "setTransferObject",
|
|
1118
|
+
value: function setTransferObject(transferObject) {
|
|
1119
|
+
this['transferObject'] = transferObject;
|
|
1120
|
+
}
|
|
1121
|
+
}], [{
|
|
1122
|
+
key: "initialize",
|
|
1123
|
+
value: function initialize(obj) {}
|
|
1124
|
+
|
|
1125
|
+
/**
|
|
1126
|
+
* Constructs a <code>Charge</code> from a plain JavaScript object, optionally creating a new instance.
|
|
1127
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
1128
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
1129
|
+
* @param {module:model/Charge} obj Optional instance to populate.
|
|
1130
|
+
* @return {module:model/Charge} The populated <code>Charge</code> instance.
|
|
1131
|
+
*/
|
|
1132
|
+
}, {
|
|
1133
|
+
key: "constructFromObject",
|
|
1134
|
+
value: function constructFromObject(data, obj) {
|
|
1135
|
+
if (data) {
|
|
1136
|
+
obj = obj || new Charge();
|
|
1137
|
+
if (data.hasOwnProperty('lastResponse')) {
|
|
1138
|
+
obj['lastResponse'] = _ApiClient["default"].convertToType(data['lastResponse'], Object);
|
|
1139
|
+
}
|
|
1140
|
+
if (data.hasOwnProperty('rawJsonObject')) {
|
|
1141
|
+
obj['rawJsonObject'] = _JsonObject["default"].constructFromObject(data['rawJsonObject']);
|
|
1142
|
+
}
|
|
1143
|
+
if (data.hasOwnProperty('responseGetter')) {
|
|
1144
|
+
obj['responseGetter'] = _ApiClient["default"].convertToType(data['responseGetter'], Object);
|
|
1145
|
+
}
|
|
1146
|
+
if (data.hasOwnProperty('amount')) {
|
|
1147
|
+
obj['amount'] = _ApiClient["default"].convertToType(data['amount'], 'Number');
|
|
1148
|
+
}
|
|
1149
|
+
if (data.hasOwnProperty('amountCaptured')) {
|
|
1150
|
+
obj['amountCaptured'] = _ApiClient["default"].convertToType(data['amountCaptured'], 'Number');
|
|
1151
|
+
}
|
|
1152
|
+
if (data.hasOwnProperty('amountRefunded')) {
|
|
1153
|
+
obj['amountRefunded'] = _ApiClient["default"].convertToType(data['amountRefunded'], 'Number');
|
|
1154
|
+
}
|
|
1155
|
+
if (data.hasOwnProperty('application')) {
|
|
1156
|
+
obj['application'] = _ApiClient["default"].convertToType(data['application'], 'String');
|
|
1157
|
+
}
|
|
1158
|
+
if (data.hasOwnProperty('applicationFee')) {
|
|
1159
|
+
obj['applicationFee'] = _ApiClient["default"].convertToType(data['applicationFee'], 'String');
|
|
1160
|
+
}
|
|
1161
|
+
if (data.hasOwnProperty('applicationFeeAmount')) {
|
|
1162
|
+
obj['applicationFeeAmount'] = _ApiClient["default"].convertToType(data['applicationFeeAmount'], 'Number');
|
|
1163
|
+
}
|
|
1164
|
+
if (data.hasOwnProperty('authorizationCode')) {
|
|
1165
|
+
obj['authorizationCode'] = _ApiClient["default"].convertToType(data['authorizationCode'], 'String');
|
|
1166
|
+
}
|
|
1167
|
+
if (data.hasOwnProperty('balanceTransaction')) {
|
|
1168
|
+
obj['balanceTransaction'] = _ApiClient["default"].convertToType(data['balanceTransaction'], 'String');
|
|
1169
|
+
}
|
|
1170
|
+
if (data.hasOwnProperty('billingDetails')) {
|
|
1171
|
+
obj['billingDetails'] = _BillingDetails["default"].constructFromObject(data['billingDetails']);
|
|
1172
|
+
}
|
|
1173
|
+
if (data.hasOwnProperty('calculatedStatementDescriptor')) {
|
|
1174
|
+
obj['calculatedStatementDescriptor'] = _ApiClient["default"].convertToType(data['calculatedStatementDescriptor'], 'String');
|
|
1175
|
+
}
|
|
1176
|
+
if (data.hasOwnProperty('captured')) {
|
|
1177
|
+
obj['captured'] = _ApiClient["default"].convertToType(data['captured'], 'Boolean');
|
|
1178
|
+
}
|
|
1179
|
+
if (data.hasOwnProperty('created')) {
|
|
1180
|
+
obj['created'] = _ApiClient["default"].convertToType(data['created'], 'Number');
|
|
1181
|
+
}
|
|
1182
|
+
if (data.hasOwnProperty('currency')) {
|
|
1183
|
+
obj['currency'] = _ApiClient["default"].convertToType(data['currency'], 'String');
|
|
1184
|
+
}
|
|
1185
|
+
if (data.hasOwnProperty('customer')) {
|
|
1186
|
+
obj['customer'] = _ApiClient["default"].convertToType(data['customer'], 'String');
|
|
1187
|
+
}
|
|
1188
|
+
if (data.hasOwnProperty('description')) {
|
|
1189
|
+
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
1190
|
+
}
|
|
1191
|
+
if (data.hasOwnProperty('disputed')) {
|
|
1192
|
+
obj['disputed'] = _ApiClient["default"].convertToType(data['disputed'], 'Boolean');
|
|
1193
|
+
}
|
|
1194
|
+
if (data.hasOwnProperty('failureBalanceTransaction')) {
|
|
1195
|
+
obj['failureBalanceTransaction'] = _ApiClient["default"].convertToType(data['failureBalanceTransaction'], 'String');
|
|
1196
|
+
}
|
|
1197
|
+
if (data.hasOwnProperty('failureCode')) {
|
|
1198
|
+
obj['failureCode'] = _ApiClient["default"].convertToType(data['failureCode'], 'String');
|
|
1199
|
+
}
|
|
1200
|
+
if (data.hasOwnProperty('failureMessage')) {
|
|
1201
|
+
obj['failureMessage'] = _ApiClient["default"].convertToType(data['failureMessage'], 'String');
|
|
1202
|
+
}
|
|
1203
|
+
if (data.hasOwnProperty('fraudDetails')) {
|
|
1204
|
+
obj['fraudDetails'] = _FraudDetails["default"].constructFromObject(data['fraudDetails']);
|
|
1205
|
+
}
|
|
1206
|
+
if (data.hasOwnProperty('id')) {
|
|
1207
|
+
obj['id'] = _ApiClient["default"].convertToType(data['id'], 'String');
|
|
1208
|
+
}
|
|
1209
|
+
if (data.hasOwnProperty('invoice')) {
|
|
1210
|
+
obj['invoice'] = _ApiClient["default"].convertToType(data['invoice'], 'String');
|
|
1211
|
+
}
|
|
1212
|
+
if (data.hasOwnProperty('level3')) {
|
|
1213
|
+
obj['level3'] = _Level["default"].constructFromObject(data['level3']);
|
|
1214
|
+
}
|
|
1215
|
+
if (data.hasOwnProperty('livemode')) {
|
|
1216
|
+
obj['livemode'] = _ApiClient["default"].convertToType(data['livemode'], 'Boolean');
|
|
1217
|
+
}
|
|
1218
|
+
if (data.hasOwnProperty('metadata')) {
|
|
1219
|
+
obj['metadata'] = _ApiClient["default"].convertToType(data['metadata'], {
|
|
1220
|
+
'String': 'String'
|
|
1221
|
+
});
|
|
1222
|
+
}
|
|
1223
|
+
if (data.hasOwnProperty('object')) {
|
|
1224
|
+
obj['object'] = _ApiClient["default"].convertToType(data['object'], 'String');
|
|
1225
|
+
}
|
|
1226
|
+
if (data.hasOwnProperty('onBehalfOf')) {
|
|
1227
|
+
obj['onBehalfOf'] = _ApiClient["default"].convertToType(data['onBehalfOf'], 'String');
|
|
1228
|
+
}
|
|
1229
|
+
if (data.hasOwnProperty('outcome')) {
|
|
1230
|
+
obj['outcome'] = _Outcome["default"].constructFromObject(data['outcome']);
|
|
1231
|
+
}
|
|
1232
|
+
if (data.hasOwnProperty('paid')) {
|
|
1233
|
+
obj['paid'] = _ApiClient["default"].convertToType(data['paid'], 'Boolean');
|
|
1234
|
+
}
|
|
1235
|
+
if (data.hasOwnProperty('paymentIntent')) {
|
|
1236
|
+
obj['paymentIntent'] = _ApiClient["default"].convertToType(data['paymentIntent'], 'String');
|
|
1237
|
+
}
|
|
1238
|
+
if (data.hasOwnProperty('paymentMethod')) {
|
|
1239
|
+
obj['paymentMethod'] = _ApiClient["default"].convertToType(data['paymentMethod'], 'String');
|
|
1240
|
+
}
|
|
1241
|
+
if (data.hasOwnProperty('paymentMethodDetails')) {
|
|
1242
|
+
obj['paymentMethodDetails'] = _PaymentMethodDetails["default"].constructFromObject(data['paymentMethodDetails']);
|
|
1243
|
+
}
|
|
1244
|
+
if (data.hasOwnProperty('radarOptions')) {
|
|
1245
|
+
obj['radarOptions'] = _RadarOptions["default"].constructFromObject(data['radarOptions']);
|
|
1246
|
+
}
|
|
1247
|
+
if (data.hasOwnProperty('receiptEmail')) {
|
|
1248
|
+
obj['receiptEmail'] = _ApiClient["default"].convertToType(data['receiptEmail'], 'String');
|
|
1249
|
+
}
|
|
1250
|
+
if (data.hasOwnProperty('receiptNumber')) {
|
|
1251
|
+
obj['receiptNumber'] = _ApiClient["default"].convertToType(data['receiptNumber'], 'String');
|
|
1252
|
+
}
|
|
1253
|
+
if (data.hasOwnProperty('receiptUrl')) {
|
|
1254
|
+
obj['receiptUrl'] = _ApiClient["default"].convertToType(data['receiptUrl'], 'String');
|
|
1255
|
+
}
|
|
1256
|
+
if (data.hasOwnProperty('refunded')) {
|
|
1257
|
+
obj['refunded'] = _ApiClient["default"].convertToType(data['refunded'], 'Boolean');
|
|
1258
|
+
}
|
|
1259
|
+
if (data.hasOwnProperty('refunds')) {
|
|
1260
|
+
obj['refunds'] = _RefundCollection["default"].constructFromObject(data['refunds']);
|
|
1261
|
+
}
|
|
1262
|
+
if (data.hasOwnProperty('review')) {
|
|
1263
|
+
obj['review'] = _ApiClient["default"].convertToType(data['review'], 'String');
|
|
1264
|
+
}
|
|
1265
|
+
if (data.hasOwnProperty('shipping')) {
|
|
1266
|
+
obj['shipping'] = _ShippingDetails["default"].constructFromObject(data['shipping']);
|
|
1267
|
+
}
|
|
1268
|
+
if (data.hasOwnProperty('source')) {
|
|
1269
|
+
obj['source'] = _PaymentSource["default"].constructFromObject(data['source']);
|
|
1270
|
+
}
|
|
1271
|
+
if (data.hasOwnProperty('sourceTransfer')) {
|
|
1272
|
+
obj['sourceTransfer'] = _ApiClient["default"].convertToType(data['sourceTransfer'], 'String');
|
|
1273
|
+
}
|
|
1274
|
+
if (data.hasOwnProperty('statementDescriptor')) {
|
|
1275
|
+
obj['statementDescriptor'] = _ApiClient["default"].convertToType(data['statementDescriptor'], 'String');
|
|
1276
|
+
}
|
|
1277
|
+
if (data.hasOwnProperty('statementDescriptorSuffix')) {
|
|
1278
|
+
obj['statementDescriptorSuffix'] = _ApiClient["default"].convertToType(data['statementDescriptorSuffix'], 'String');
|
|
1279
|
+
}
|
|
1280
|
+
if (data.hasOwnProperty('status')) {
|
|
1281
|
+
obj['status'] = _ApiClient["default"].convertToType(data['status'], 'String');
|
|
1282
|
+
}
|
|
1283
|
+
if (data.hasOwnProperty('transfer')) {
|
|
1284
|
+
obj['transfer'] = _ApiClient["default"].convertToType(data['transfer'], 'String');
|
|
1285
|
+
}
|
|
1286
|
+
if (data.hasOwnProperty('transferData')) {
|
|
1287
|
+
obj['transferData'] = _TransferData["default"].constructFromObject(data['transferData']);
|
|
1288
|
+
}
|
|
1289
|
+
if (data.hasOwnProperty('transferGroup')) {
|
|
1290
|
+
obj['transferGroup'] = _ApiClient["default"].convertToType(data['transferGroup'], 'String');
|
|
1291
|
+
}
|
|
1292
|
+
if (data.hasOwnProperty('applicationObject')) {
|
|
1293
|
+
obj['applicationObject'] = _Application["default"].constructFromObject(data['applicationObject']);
|
|
1294
|
+
}
|
|
1295
|
+
if (data.hasOwnProperty('customerObject')) {
|
|
1296
|
+
obj['customerObject'] = _Customer["default"].constructFromObject(data['customerObject']);
|
|
1297
|
+
}
|
|
1298
|
+
if (data.hasOwnProperty('onBehalfOfObject')) {
|
|
1299
|
+
obj['onBehalfOfObject'] = _Account["default"].constructFromObject(data['onBehalfOfObject']);
|
|
1300
|
+
}
|
|
1301
|
+
if (data.hasOwnProperty('paymentIntentObject')) {
|
|
1302
|
+
obj['paymentIntentObject'] = _PaymentIntent["default"].constructFromObject(data['paymentIntentObject']);
|
|
1303
|
+
}
|
|
1304
|
+
if (data.hasOwnProperty('applicationFeeObject')) {
|
|
1305
|
+
obj['applicationFeeObject'] = _ApplicationFee["default"].constructFromObject(data['applicationFeeObject']);
|
|
1306
|
+
}
|
|
1307
|
+
if (data.hasOwnProperty('balanceTransactionObject')) {
|
|
1308
|
+
obj['balanceTransactionObject'] = _BalanceTransaction["default"].constructFromObject(data['balanceTransactionObject']);
|
|
1309
|
+
}
|
|
1310
|
+
if (data.hasOwnProperty('failureBalanceTransactionObject')) {
|
|
1311
|
+
obj['failureBalanceTransactionObject'] = _BalanceTransaction["default"].constructFromObject(data['failureBalanceTransactionObject']);
|
|
1312
|
+
}
|
|
1313
|
+
if (data.hasOwnProperty('invoiceObject')) {
|
|
1314
|
+
obj['invoiceObject'] = _Invoice["default"].constructFromObject(data['invoiceObject']);
|
|
1315
|
+
}
|
|
1316
|
+
if (data.hasOwnProperty('reviewObject')) {
|
|
1317
|
+
obj['reviewObject'] = _Review["default"].constructFromObject(data['reviewObject']);
|
|
1318
|
+
}
|
|
1319
|
+
if (data.hasOwnProperty('sourceTransferObject')) {
|
|
1320
|
+
obj['sourceTransferObject'] = _Transfer["default"].constructFromObject(data['sourceTransferObject']);
|
|
1321
|
+
}
|
|
1322
|
+
if (data.hasOwnProperty('transferObject')) {
|
|
1323
|
+
obj['transferObject'] = _Transfer["default"].constructFromObject(data['transferObject']);
|
|
1324
|
+
}
|
|
1325
|
+
}
|
|
1326
|
+
return obj;
|
|
1327
|
+
}
|
|
1328
|
+
|
|
1329
|
+
/**
|
|
1330
|
+
* Validates the JSON data with respect to <code>Charge</code>.
|
|
1331
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
1332
|
+
* @return {boolean} to indicate whether the JSON data is valid with respect to <code>Charge</code>.
|
|
1333
|
+
*/
|
|
1334
|
+
}, {
|
|
1335
|
+
key: "validateJSON",
|
|
1336
|
+
value: function validateJSON(data) {
|
|
1337
|
+
// ensure the json data is a string
|
|
1338
|
+
if (data['application'] && !(typeof data['application'] === 'string' || data['application'] instanceof String)) {
|
|
1339
|
+
throw new Error("Expected the field `application` to be a primitive type in the JSON string but got " + data['application']);
|
|
1340
|
+
}
|
|
1341
|
+
// ensure the json data is a string
|
|
1342
|
+
if (data['applicationFee'] && !(typeof data['applicationFee'] === 'string' || data['applicationFee'] instanceof String)) {
|
|
1343
|
+
throw new Error("Expected the field `applicationFee` to be a primitive type in the JSON string but got " + data['applicationFee']);
|
|
1344
|
+
}
|
|
1345
|
+
// ensure the json data is a string
|
|
1346
|
+
if (data['authorizationCode'] && !(typeof data['authorizationCode'] === 'string' || data['authorizationCode'] instanceof String)) {
|
|
1347
|
+
throw new Error("Expected the field `authorizationCode` to be a primitive type in the JSON string but got " + data['authorizationCode']);
|
|
1348
|
+
}
|
|
1349
|
+
// ensure the json data is a string
|
|
1350
|
+
if (data['balanceTransaction'] && !(typeof data['balanceTransaction'] === 'string' || data['balanceTransaction'] instanceof String)) {
|
|
1351
|
+
throw new Error("Expected the field `balanceTransaction` to be a primitive type in the JSON string but got " + data['balanceTransaction']);
|
|
1352
|
+
}
|
|
1353
|
+
// validate the optional field `billingDetails`
|
|
1354
|
+
if (data['billingDetails']) {
|
|
1355
|
+
// data not null
|
|
1356
|
+
_BillingDetails["default"].validateJSON(data['billingDetails']);
|
|
1357
|
+
}
|
|
1358
|
+
// ensure the json data is a string
|
|
1359
|
+
if (data['calculatedStatementDescriptor'] && !(typeof data['calculatedStatementDescriptor'] === 'string' || data['calculatedStatementDescriptor'] instanceof String)) {
|
|
1360
|
+
throw new Error("Expected the field `calculatedStatementDescriptor` to be a primitive type in the JSON string but got " + data['calculatedStatementDescriptor']);
|
|
1361
|
+
}
|
|
1362
|
+
// ensure the json data is a string
|
|
1363
|
+
if (data['currency'] && !(typeof data['currency'] === 'string' || data['currency'] instanceof String)) {
|
|
1364
|
+
throw new Error("Expected the field `currency` to be a primitive type in the JSON string but got " + data['currency']);
|
|
1365
|
+
}
|
|
1366
|
+
// ensure the json data is a string
|
|
1367
|
+
if (data['customer'] && !(typeof data['customer'] === 'string' || data['customer'] instanceof String)) {
|
|
1368
|
+
throw new Error("Expected the field `customer` to be a primitive type in the JSON string but got " + data['customer']);
|
|
1369
|
+
}
|
|
1370
|
+
// ensure the json data is a string
|
|
1371
|
+
if (data['description'] && !(typeof data['description'] === 'string' || data['description'] instanceof String)) {
|
|
1372
|
+
throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data['description']);
|
|
1373
|
+
}
|
|
1374
|
+
// ensure the json data is a string
|
|
1375
|
+
if (data['failureBalanceTransaction'] && !(typeof data['failureBalanceTransaction'] === 'string' || data['failureBalanceTransaction'] instanceof String)) {
|
|
1376
|
+
throw new Error("Expected the field `failureBalanceTransaction` to be a primitive type in the JSON string but got " + data['failureBalanceTransaction']);
|
|
1377
|
+
}
|
|
1378
|
+
// ensure the json data is a string
|
|
1379
|
+
if (data['failureCode'] && !(typeof data['failureCode'] === 'string' || data['failureCode'] instanceof String)) {
|
|
1380
|
+
throw new Error("Expected the field `failureCode` to be a primitive type in the JSON string but got " + data['failureCode']);
|
|
1381
|
+
}
|
|
1382
|
+
// ensure the json data is a string
|
|
1383
|
+
if (data['failureMessage'] && !(typeof data['failureMessage'] === 'string' || data['failureMessage'] instanceof String)) {
|
|
1384
|
+
throw new Error("Expected the field `failureMessage` to be a primitive type in the JSON string but got " + data['failureMessage']);
|
|
1385
|
+
}
|
|
1386
|
+
// validate the optional field `fraudDetails`
|
|
1387
|
+
if (data['fraudDetails']) {
|
|
1388
|
+
// data not null
|
|
1389
|
+
_FraudDetails["default"].validateJSON(data['fraudDetails']);
|
|
1390
|
+
}
|
|
1391
|
+
// ensure the json data is a string
|
|
1392
|
+
if (data['id'] && !(typeof data['id'] === 'string' || data['id'] instanceof String)) {
|
|
1393
|
+
throw new Error("Expected the field `id` to be a primitive type in the JSON string but got " + data['id']);
|
|
1394
|
+
}
|
|
1395
|
+
// ensure the json data is a string
|
|
1396
|
+
if (data['invoice'] && !(typeof data['invoice'] === 'string' || data['invoice'] instanceof String)) {
|
|
1397
|
+
throw new Error("Expected the field `invoice` to be a primitive type in the JSON string but got " + data['invoice']);
|
|
1398
|
+
}
|
|
1399
|
+
// validate the optional field `level3`
|
|
1400
|
+
if (data['level3']) {
|
|
1401
|
+
// data not null
|
|
1402
|
+
_Level["default"].validateJSON(data['level3']);
|
|
1403
|
+
}
|
|
1404
|
+
// ensure the json data is a string
|
|
1405
|
+
if (data['object'] && !(typeof data['object'] === 'string' || data['object'] instanceof String)) {
|
|
1406
|
+
throw new Error("Expected the field `object` to be a primitive type in the JSON string but got " + data['object']);
|
|
1407
|
+
}
|
|
1408
|
+
// ensure the json data is a string
|
|
1409
|
+
if (data['onBehalfOf'] && !(typeof data['onBehalfOf'] === 'string' || data['onBehalfOf'] instanceof String)) {
|
|
1410
|
+
throw new Error("Expected the field `onBehalfOf` to be a primitive type in the JSON string but got " + data['onBehalfOf']);
|
|
1411
|
+
}
|
|
1412
|
+
// validate the optional field `outcome`
|
|
1413
|
+
if (data['outcome']) {
|
|
1414
|
+
// data not null
|
|
1415
|
+
_Outcome["default"].validateJSON(data['outcome']);
|
|
1416
|
+
}
|
|
1417
|
+
// ensure the json data is a string
|
|
1418
|
+
if (data['paymentIntent'] && !(typeof data['paymentIntent'] === 'string' || data['paymentIntent'] instanceof String)) {
|
|
1419
|
+
throw new Error("Expected the field `paymentIntent` to be a primitive type in the JSON string but got " + data['paymentIntent']);
|
|
1420
|
+
}
|
|
1421
|
+
// ensure the json data is a string
|
|
1422
|
+
if (data['paymentMethod'] && !(typeof data['paymentMethod'] === 'string' || data['paymentMethod'] instanceof String)) {
|
|
1423
|
+
throw new Error("Expected the field `paymentMethod` to be a primitive type in the JSON string but got " + data['paymentMethod']);
|
|
1424
|
+
}
|
|
1425
|
+
// validate the optional field `paymentMethodDetails`
|
|
1426
|
+
if (data['paymentMethodDetails']) {
|
|
1427
|
+
// data not null
|
|
1428
|
+
_PaymentMethodDetails["default"].validateJSON(data['paymentMethodDetails']);
|
|
1429
|
+
}
|
|
1430
|
+
// validate the optional field `radarOptions`
|
|
1431
|
+
if (data['radarOptions']) {
|
|
1432
|
+
// data not null
|
|
1433
|
+
_RadarOptions["default"].validateJSON(data['radarOptions']);
|
|
1434
|
+
}
|
|
1435
|
+
// ensure the json data is a string
|
|
1436
|
+
if (data['receiptEmail'] && !(typeof data['receiptEmail'] === 'string' || data['receiptEmail'] instanceof String)) {
|
|
1437
|
+
throw new Error("Expected the field `receiptEmail` to be a primitive type in the JSON string but got " + data['receiptEmail']);
|
|
1438
|
+
}
|
|
1439
|
+
// ensure the json data is a string
|
|
1440
|
+
if (data['receiptNumber'] && !(typeof data['receiptNumber'] === 'string' || data['receiptNumber'] instanceof String)) {
|
|
1441
|
+
throw new Error("Expected the field `receiptNumber` to be a primitive type in the JSON string but got " + data['receiptNumber']);
|
|
1442
|
+
}
|
|
1443
|
+
// ensure the json data is a string
|
|
1444
|
+
if (data['receiptUrl'] && !(typeof data['receiptUrl'] === 'string' || data['receiptUrl'] instanceof String)) {
|
|
1445
|
+
throw new Error("Expected the field `receiptUrl` to be a primitive type in the JSON string but got " + data['receiptUrl']);
|
|
1446
|
+
}
|
|
1447
|
+
// validate the optional field `refunds`
|
|
1448
|
+
if (data['refunds']) {
|
|
1449
|
+
// data not null
|
|
1450
|
+
_RefundCollection["default"].validateJSON(data['refunds']);
|
|
1451
|
+
}
|
|
1452
|
+
// ensure the json data is a string
|
|
1453
|
+
if (data['review'] && !(typeof data['review'] === 'string' || data['review'] instanceof String)) {
|
|
1454
|
+
throw new Error("Expected the field `review` to be a primitive type in the JSON string but got " + data['review']);
|
|
1455
|
+
}
|
|
1456
|
+
// validate the optional field `shipping`
|
|
1457
|
+
if (data['shipping']) {
|
|
1458
|
+
// data not null
|
|
1459
|
+
_ShippingDetails["default"].validateJSON(data['shipping']);
|
|
1460
|
+
}
|
|
1461
|
+
// validate the optional field `source`
|
|
1462
|
+
if (data['source']) {
|
|
1463
|
+
// data not null
|
|
1464
|
+
_PaymentSource["default"].validateJSON(data['source']);
|
|
1465
|
+
}
|
|
1466
|
+
// ensure the json data is a string
|
|
1467
|
+
if (data['sourceTransfer'] && !(typeof data['sourceTransfer'] === 'string' || data['sourceTransfer'] instanceof String)) {
|
|
1468
|
+
throw new Error("Expected the field `sourceTransfer` to be a primitive type in the JSON string but got " + data['sourceTransfer']);
|
|
1469
|
+
}
|
|
1470
|
+
// ensure the json data is a string
|
|
1471
|
+
if (data['statementDescriptor'] && !(typeof data['statementDescriptor'] === 'string' || data['statementDescriptor'] instanceof String)) {
|
|
1472
|
+
throw new Error("Expected the field `statementDescriptor` to be a primitive type in the JSON string but got " + data['statementDescriptor']);
|
|
1473
|
+
}
|
|
1474
|
+
// ensure the json data is a string
|
|
1475
|
+
if (data['statementDescriptorSuffix'] && !(typeof data['statementDescriptorSuffix'] === 'string' || data['statementDescriptorSuffix'] instanceof String)) {
|
|
1476
|
+
throw new Error("Expected the field `statementDescriptorSuffix` to be a primitive type in the JSON string but got " + data['statementDescriptorSuffix']);
|
|
1477
|
+
}
|
|
1478
|
+
// ensure the json data is a string
|
|
1479
|
+
if (data['status'] && !(typeof data['status'] === 'string' || data['status'] instanceof String)) {
|
|
1480
|
+
throw new Error("Expected the field `status` to be a primitive type in the JSON string but got " + data['status']);
|
|
1481
|
+
}
|
|
1482
|
+
// ensure the json data is a string
|
|
1483
|
+
if (data['transfer'] && !(typeof data['transfer'] === 'string' || data['transfer'] instanceof String)) {
|
|
1484
|
+
throw new Error("Expected the field `transfer` to be a primitive type in the JSON string but got " + data['transfer']);
|
|
1485
|
+
}
|
|
1486
|
+
// validate the optional field `transferData`
|
|
1487
|
+
if (data['transferData']) {
|
|
1488
|
+
// data not null
|
|
1489
|
+
_TransferData["default"].validateJSON(data['transferData']);
|
|
1490
|
+
}
|
|
1491
|
+
// ensure the json data is a string
|
|
1492
|
+
if (data['transferGroup'] && !(typeof data['transferGroup'] === 'string' || data['transferGroup'] instanceof String)) {
|
|
1493
|
+
throw new Error("Expected the field `transferGroup` to be a primitive type in the JSON string but got " + data['transferGroup']);
|
|
1494
|
+
}
|
|
1495
|
+
// validate the optional field `applicationObject`
|
|
1496
|
+
if (data['applicationObject']) {
|
|
1497
|
+
// data not null
|
|
1498
|
+
_Application["default"].validateJSON(data['applicationObject']);
|
|
1499
|
+
}
|
|
1500
|
+
// validate the optional field `customerObject`
|
|
1501
|
+
if (data['customerObject']) {
|
|
1502
|
+
// data not null
|
|
1503
|
+
_Customer["default"].validateJSON(data['customerObject']);
|
|
1504
|
+
}
|
|
1505
|
+
// validate the optional field `onBehalfOfObject`
|
|
1506
|
+
if (data['onBehalfOfObject']) {
|
|
1507
|
+
// data not null
|
|
1508
|
+
_Account["default"].validateJSON(data['onBehalfOfObject']);
|
|
1509
|
+
}
|
|
1510
|
+
// validate the optional field `paymentIntentObject`
|
|
1511
|
+
if (data['paymentIntentObject']) {
|
|
1512
|
+
// data not null
|
|
1513
|
+
_PaymentIntent["default"].validateJSON(data['paymentIntentObject']);
|
|
1514
|
+
}
|
|
1515
|
+
// validate the optional field `applicationFeeObject`
|
|
1516
|
+
if (data['applicationFeeObject']) {
|
|
1517
|
+
// data not null
|
|
1518
|
+
_ApplicationFee["default"].validateJSON(data['applicationFeeObject']);
|
|
1519
|
+
}
|
|
1520
|
+
// validate the optional field `balanceTransactionObject`
|
|
1521
|
+
if (data['balanceTransactionObject']) {
|
|
1522
|
+
// data not null
|
|
1523
|
+
_BalanceTransaction["default"].validateJSON(data['balanceTransactionObject']);
|
|
1524
|
+
}
|
|
1525
|
+
// validate the optional field `failureBalanceTransactionObject`
|
|
1526
|
+
if (data['failureBalanceTransactionObject']) {
|
|
1527
|
+
// data not null
|
|
1528
|
+
_BalanceTransaction["default"].validateJSON(data['failureBalanceTransactionObject']);
|
|
1529
|
+
}
|
|
1530
|
+
// validate the optional field `invoiceObject`
|
|
1531
|
+
if (data['invoiceObject']) {
|
|
1532
|
+
// data not null
|
|
1533
|
+
_Invoice["default"].validateJSON(data['invoiceObject']);
|
|
1534
|
+
}
|
|
1535
|
+
// validate the optional field `reviewObject`
|
|
1536
|
+
if (data['reviewObject']) {
|
|
1537
|
+
// data not null
|
|
1538
|
+
_Review["default"].validateJSON(data['reviewObject']);
|
|
1539
|
+
}
|
|
1540
|
+
// validate the optional field `sourceTransferObject`
|
|
1541
|
+
if (data['sourceTransferObject']) {
|
|
1542
|
+
// data not null
|
|
1543
|
+
_Transfer["default"].validateJSON(data['sourceTransferObject']);
|
|
1544
|
+
}
|
|
1545
|
+
// validate the optional field `transferObject`
|
|
1546
|
+
if (data['transferObject']) {
|
|
1547
|
+
// data not null
|
|
1548
|
+
_Transfer["default"].validateJSON(data['transferObject']);
|
|
1549
|
+
}
|
|
1550
|
+
return true;
|
|
1551
|
+
}
|
|
1552
|
+
}]);
|
|
1553
|
+
return Charge;
|
|
1554
|
+
}();
|
|
1555
|
+
/**
|
|
1556
|
+
* @member {Object} lastResponse
|
|
1557
|
+
*/
|
|
1558
|
+
Charge.prototype['lastResponse'] = undefined;
|
|
1559
|
+
|
|
1560
|
+
/**
|
|
1561
|
+
* @member {module:model/JsonObject} rawJsonObject
|
|
1562
|
+
*/
|
|
1563
|
+
Charge.prototype['rawJsonObject'] = undefined;
|
|
1564
|
+
|
|
1565
|
+
/**
|
|
1566
|
+
* @member {Object} responseGetter
|
|
1567
|
+
*/
|
|
1568
|
+
Charge.prototype['responseGetter'] = undefined;
|
|
1569
|
+
|
|
1570
|
+
/**
|
|
1571
|
+
* @member {Number} amount
|
|
1572
|
+
*/
|
|
1573
|
+
Charge.prototype['amount'] = undefined;
|
|
1574
|
+
|
|
1575
|
+
/**
|
|
1576
|
+
* @member {Number} amountCaptured
|
|
1577
|
+
*/
|
|
1578
|
+
Charge.prototype['amountCaptured'] = undefined;
|
|
1579
|
+
|
|
1580
|
+
/**
|
|
1581
|
+
* @member {Number} amountRefunded
|
|
1582
|
+
*/
|
|
1583
|
+
Charge.prototype['amountRefunded'] = undefined;
|
|
1584
|
+
|
|
1585
|
+
/**
|
|
1586
|
+
* @member {String} application
|
|
1587
|
+
*/
|
|
1588
|
+
Charge.prototype['application'] = undefined;
|
|
1589
|
+
|
|
1590
|
+
/**
|
|
1591
|
+
* @member {String} applicationFee
|
|
1592
|
+
*/
|
|
1593
|
+
Charge.prototype['applicationFee'] = undefined;
|
|
1594
|
+
|
|
1595
|
+
/**
|
|
1596
|
+
* @member {Number} applicationFeeAmount
|
|
1597
|
+
*/
|
|
1598
|
+
Charge.prototype['applicationFeeAmount'] = undefined;
|
|
1599
|
+
|
|
1600
|
+
/**
|
|
1601
|
+
* @member {String} authorizationCode
|
|
1602
|
+
*/
|
|
1603
|
+
Charge.prototype['authorizationCode'] = undefined;
|
|
1604
|
+
|
|
1605
|
+
/**
|
|
1606
|
+
* @member {String} balanceTransaction
|
|
1607
|
+
*/
|
|
1608
|
+
Charge.prototype['balanceTransaction'] = undefined;
|
|
1609
|
+
|
|
1610
|
+
/**
|
|
1611
|
+
* @member {module:model/BillingDetails} billingDetails
|
|
1612
|
+
*/
|
|
1613
|
+
Charge.prototype['billingDetails'] = undefined;
|
|
1614
|
+
|
|
1615
|
+
/**
|
|
1616
|
+
* @member {String} calculatedStatementDescriptor
|
|
1617
|
+
*/
|
|
1618
|
+
Charge.prototype['calculatedStatementDescriptor'] = undefined;
|
|
1619
|
+
|
|
1620
|
+
/**
|
|
1621
|
+
* @member {Boolean} captured
|
|
1622
|
+
*/
|
|
1623
|
+
Charge.prototype['captured'] = undefined;
|
|
1624
|
+
|
|
1625
|
+
/**
|
|
1626
|
+
* @member {Number} created
|
|
1627
|
+
*/
|
|
1628
|
+
Charge.prototype['created'] = undefined;
|
|
1629
|
+
|
|
1630
|
+
/**
|
|
1631
|
+
* @member {String} currency
|
|
1632
|
+
*/
|
|
1633
|
+
Charge.prototype['currency'] = undefined;
|
|
1634
|
+
|
|
1635
|
+
/**
|
|
1636
|
+
* @member {String} customer
|
|
1637
|
+
*/
|
|
1638
|
+
Charge.prototype['customer'] = undefined;
|
|
1639
|
+
|
|
1640
|
+
/**
|
|
1641
|
+
* @member {String} description
|
|
1642
|
+
*/
|
|
1643
|
+
Charge.prototype['description'] = undefined;
|
|
1644
|
+
|
|
1645
|
+
/**
|
|
1646
|
+
* @member {Boolean} disputed
|
|
1647
|
+
*/
|
|
1648
|
+
Charge.prototype['disputed'] = undefined;
|
|
1649
|
+
|
|
1650
|
+
/**
|
|
1651
|
+
* @member {String} failureBalanceTransaction
|
|
1652
|
+
*/
|
|
1653
|
+
Charge.prototype['failureBalanceTransaction'] = undefined;
|
|
1654
|
+
|
|
1655
|
+
/**
|
|
1656
|
+
* @member {String} failureCode
|
|
1657
|
+
*/
|
|
1658
|
+
Charge.prototype['failureCode'] = undefined;
|
|
1659
|
+
|
|
1660
|
+
/**
|
|
1661
|
+
* @member {String} failureMessage
|
|
1662
|
+
*/
|
|
1663
|
+
Charge.prototype['failureMessage'] = undefined;
|
|
1664
|
+
|
|
1665
|
+
/**
|
|
1666
|
+
* @member {module:model/FraudDetails} fraudDetails
|
|
1667
|
+
*/
|
|
1668
|
+
Charge.prototype['fraudDetails'] = undefined;
|
|
1669
|
+
|
|
1670
|
+
/**
|
|
1671
|
+
* @member {String} id
|
|
1672
|
+
*/
|
|
1673
|
+
Charge.prototype['id'] = undefined;
|
|
1674
|
+
|
|
1675
|
+
/**
|
|
1676
|
+
* @member {String} invoice
|
|
1677
|
+
*/
|
|
1678
|
+
Charge.prototype['invoice'] = undefined;
|
|
1679
|
+
|
|
1680
|
+
/**
|
|
1681
|
+
* @member {module:model/Level3} level3
|
|
1682
|
+
*/
|
|
1683
|
+
Charge.prototype['level3'] = undefined;
|
|
1684
|
+
|
|
1685
|
+
/**
|
|
1686
|
+
* @member {Boolean} livemode
|
|
1687
|
+
*/
|
|
1688
|
+
Charge.prototype['livemode'] = undefined;
|
|
1689
|
+
|
|
1690
|
+
/**
|
|
1691
|
+
* @member {Object.<String, String>} metadata
|
|
1692
|
+
*/
|
|
1693
|
+
Charge.prototype['metadata'] = undefined;
|
|
1694
|
+
|
|
1695
|
+
/**
|
|
1696
|
+
* @member {String} object
|
|
1697
|
+
*/
|
|
1698
|
+
Charge.prototype['object'] = undefined;
|
|
1699
|
+
|
|
1700
|
+
/**
|
|
1701
|
+
* @member {String} onBehalfOf
|
|
1702
|
+
*/
|
|
1703
|
+
Charge.prototype['onBehalfOf'] = undefined;
|
|
1704
|
+
|
|
1705
|
+
/**
|
|
1706
|
+
* @member {module:model/Outcome} outcome
|
|
1707
|
+
*/
|
|
1708
|
+
Charge.prototype['outcome'] = undefined;
|
|
1709
|
+
|
|
1710
|
+
/**
|
|
1711
|
+
* @member {Boolean} paid
|
|
1712
|
+
*/
|
|
1713
|
+
Charge.prototype['paid'] = undefined;
|
|
1714
|
+
|
|
1715
|
+
/**
|
|
1716
|
+
* @member {String} paymentIntent
|
|
1717
|
+
*/
|
|
1718
|
+
Charge.prototype['paymentIntent'] = undefined;
|
|
1719
|
+
|
|
1720
|
+
/**
|
|
1721
|
+
* @member {String} paymentMethod
|
|
1722
|
+
*/
|
|
1723
|
+
Charge.prototype['paymentMethod'] = undefined;
|
|
1724
|
+
|
|
1725
|
+
/**
|
|
1726
|
+
* @member {module:model/PaymentMethodDetails} paymentMethodDetails
|
|
1727
|
+
*/
|
|
1728
|
+
Charge.prototype['paymentMethodDetails'] = undefined;
|
|
1729
|
+
|
|
1730
|
+
/**
|
|
1731
|
+
* @member {module:model/RadarOptions} radarOptions
|
|
1732
|
+
*/
|
|
1733
|
+
Charge.prototype['radarOptions'] = undefined;
|
|
1734
|
+
|
|
1735
|
+
/**
|
|
1736
|
+
* @member {String} receiptEmail
|
|
1737
|
+
*/
|
|
1738
|
+
Charge.prototype['receiptEmail'] = undefined;
|
|
1739
|
+
|
|
1740
|
+
/**
|
|
1741
|
+
* @member {String} receiptNumber
|
|
1742
|
+
*/
|
|
1743
|
+
Charge.prototype['receiptNumber'] = undefined;
|
|
1744
|
+
|
|
1745
|
+
/**
|
|
1746
|
+
* @member {String} receiptUrl
|
|
1747
|
+
*/
|
|
1748
|
+
Charge.prototype['receiptUrl'] = undefined;
|
|
1749
|
+
|
|
1750
|
+
/**
|
|
1751
|
+
* @member {Boolean} refunded
|
|
1752
|
+
*/
|
|
1753
|
+
Charge.prototype['refunded'] = undefined;
|
|
1754
|
+
|
|
1755
|
+
/**
|
|
1756
|
+
* @member {module:model/RefundCollection} refunds
|
|
1757
|
+
*/
|
|
1758
|
+
Charge.prototype['refunds'] = undefined;
|
|
1759
|
+
|
|
1760
|
+
/**
|
|
1761
|
+
* @member {String} review
|
|
1762
|
+
*/
|
|
1763
|
+
Charge.prototype['review'] = undefined;
|
|
1764
|
+
|
|
1765
|
+
/**
|
|
1766
|
+
* @member {module:model/ShippingDetails} shipping
|
|
1767
|
+
*/
|
|
1768
|
+
Charge.prototype['shipping'] = undefined;
|
|
1769
|
+
|
|
1770
|
+
/**
|
|
1771
|
+
* @member {module:model/PaymentSource} source
|
|
1772
|
+
*/
|
|
1773
|
+
Charge.prototype['source'] = undefined;
|
|
1774
|
+
|
|
1775
|
+
/**
|
|
1776
|
+
* @member {String} sourceTransfer
|
|
1777
|
+
*/
|
|
1778
|
+
Charge.prototype['sourceTransfer'] = undefined;
|
|
1779
|
+
|
|
1780
|
+
/**
|
|
1781
|
+
* @member {String} statementDescriptor
|
|
1782
|
+
*/
|
|
1783
|
+
Charge.prototype['statementDescriptor'] = undefined;
|
|
1784
|
+
|
|
1785
|
+
/**
|
|
1786
|
+
* @member {String} statementDescriptorSuffix
|
|
1787
|
+
*/
|
|
1788
|
+
Charge.prototype['statementDescriptorSuffix'] = undefined;
|
|
1789
|
+
|
|
1790
|
+
/**
|
|
1791
|
+
* @member {String} status
|
|
1792
|
+
*/
|
|
1793
|
+
Charge.prototype['status'] = undefined;
|
|
1794
|
+
|
|
1795
|
+
/**
|
|
1796
|
+
* @member {String} transfer
|
|
1797
|
+
*/
|
|
1798
|
+
Charge.prototype['transfer'] = undefined;
|
|
1799
|
+
|
|
1800
|
+
/**
|
|
1801
|
+
* @member {module:model/TransferData} transferData
|
|
1802
|
+
*/
|
|
1803
|
+
Charge.prototype['transferData'] = undefined;
|
|
1804
|
+
|
|
1805
|
+
/**
|
|
1806
|
+
* @member {String} transferGroup
|
|
1807
|
+
*/
|
|
1808
|
+
Charge.prototype['transferGroup'] = undefined;
|
|
1809
|
+
|
|
1810
|
+
/**
|
|
1811
|
+
* @member {module:model/Application} applicationObject
|
|
1812
|
+
*/
|
|
1813
|
+
Charge.prototype['applicationObject'] = undefined;
|
|
1814
|
+
|
|
1815
|
+
/**
|
|
1816
|
+
* @member {module:model/Customer} customerObject
|
|
1817
|
+
*/
|
|
1818
|
+
Charge.prototype['customerObject'] = undefined;
|
|
1819
|
+
|
|
1820
|
+
/**
|
|
1821
|
+
* @member {module:model/Account} onBehalfOfObject
|
|
1822
|
+
*/
|
|
1823
|
+
Charge.prototype['onBehalfOfObject'] = undefined;
|
|
1824
|
+
|
|
1825
|
+
/**
|
|
1826
|
+
* @member {module:model/PaymentIntent} paymentIntentObject
|
|
1827
|
+
*/
|
|
1828
|
+
Charge.prototype['paymentIntentObject'] = undefined;
|
|
1829
|
+
|
|
1830
|
+
/**
|
|
1831
|
+
* @member {module:model/ApplicationFee} applicationFeeObject
|
|
1832
|
+
*/
|
|
1833
|
+
Charge.prototype['applicationFeeObject'] = undefined;
|
|
1834
|
+
|
|
1835
|
+
/**
|
|
1836
|
+
* @member {module:model/BalanceTransaction} balanceTransactionObject
|
|
1837
|
+
*/
|
|
1838
|
+
Charge.prototype['balanceTransactionObject'] = undefined;
|
|
1839
|
+
|
|
1840
|
+
/**
|
|
1841
|
+
* @member {module:model/BalanceTransaction} failureBalanceTransactionObject
|
|
1842
|
+
*/
|
|
1843
|
+
Charge.prototype['failureBalanceTransactionObject'] = undefined;
|
|
1844
|
+
|
|
1845
|
+
/**
|
|
1846
|
+
* @member {module:model/Invoice} invoiceObject
|
|
1847
|
+
*/
|
|
1848
|
+
Charge.prototype['invoiceObject'] = undefined;
|
|
1849
|
+
|
|
1850
|
+
/**
|
|
1851
|
+
* @member {module:model/Review} reviewObject
|
|
1852
|
+
*/
|
|
1853
|
+
Charge.prototype['reviewObject'] = undefined;
|
|
1854
|
+
|
|
1855
|
+
/**
|
|
1856
|
+
* @member {module:model/Transfer} sourceTransferObject
|
|
1857
|
+
*/
|
|
1858
|
+
Charge.prototype['sourceTransferObject'] = undefined;
|
|
1859
|
+
|
|
1860
|
+
/**
|
|
1861
|
+
* @member {module:model/Transfer} transferObject
|
|
1862
|
+
*/
|
|
1863
|
+
Charge.prototype['transferObject'] = undefined;
|
|
1864
|
+
var _default = exports["default"] = Charge;
|