@gobodo/gobodo-api 0.1.88 → 0.1.90
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 +2 -2
- package/dist/ApiClient.d.ts +324 -0
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.d.ts +43 -0
- package/dist/api/ActionTypesApi.js +2 -2
- package/dist/api/AdCampaignsApi.d.ts +212 -0
- package/dist/api/AdCampaignsApi.js +2 -2
- package/dist/api/AdManagementApi.d.ts +311 -0
- package/dist/api/AdManagementApi.js +2 -2
- package/dist/api/AdminDataManagementApi.d.ts +41 -0
- package/dist/api/AdminDataManagementApi.js +2 -2
- package/dist/api/AdsApi.d.ts +163 -0
- package/dist/api/AdsApi.js +2 -2
- package/dist/api/AttachmentsApi.d.ts +195 -0
- package/dist/api/AttachmentsApi.js +2 -2
- package/dist/api/AuthenticationApi.d.ts +173 -0
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.d.ts +194 -0
- package/dist/api/CategoriesApi.js +2 -2
- package/dist/api/CommentsApi.d.ts +219 -0
- package/dist/api/CommentsApi.js +2 -2
- package/dist/api/ContentManagementApi.d.ts +716 -0
- package/dist/api/ContentManagementApi.js +2 -2
- package/dist/api/ConversationsApi.d.ts +243 -0
- package/dist/api/ConversationsApi.js +2 -2
- package/dist/api/CurrencyApi.d.ts +142 -0
- package/dist/api/CurrencyApi.js +2 -2
- package/dist/api/DataSheetImportsApi.d.ts +421 -0
- package/dist/api/DataSheetImportsApi.js +2 -2
- package/dist/api/DefaultApi.d.ts +155 -0
- package/dist/api/DefaultApi.js +2 -2
- package/dist/api/DocumentPartTypesApi.d.ts +65 -0
- package/dist/api/DocumentPartTypesApi.js +2 -2
- package/dist/api/DocumentTypesApi.d.ts +65 -0
- package/dist/api/DocumentTypesApi.js +2 -2
- package/dist/api/DocumentsApi.d.ts +339 -0
- package/dist/api/DocumentsApi.js +2 -2
- package/dist/api/EmailsApi.d.ts +120 -0
- package/dist/api/EmailsApi.js +2 -2
- package/dist/api/EntryPartsApi.d.ts +343 -0
- package/dist/api/EntryPartsApi.js +2 -2
- package/dist/api/FacebookApi.d.ts +32 -0
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.d.ts +97 -0
- package/dist/api/FieldsApi.js +2 -2
- package/dist/api/FilesApi.d.ts +44 -0
- package/dist/api/FilesApi.js +2 -2
- package/dist/api/FormsApi.d.ts +476 -0
- package/dist/api/FormsApi.js +2 -2
- package/dist/api/FunctionsApi.d.ts +496 -0
- package/dist/api/FunctionsApi.js +2 -2
- package/dist/api/GeocodeApi.d.ts +137 -0
- package/dist/api/GeocodeApi.js +2 -2
- package/dist/api/GobodoManagementApi.d.ts +140 -0
- package/dist/api/GobodoManagementApi.js +2 -2
- package/dist/api/GoogleApi.d.ts +32 -0
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionTypesApi.d.ts +215 -0
- package/dist/api/GraphActionTypesApi.js +2 -2
- package/dist/api/GraphActionsApi.d.ts +299 -0
- package/dist/api/GraphActionsApi.js +2 -2
- package/dist/api/GraphObjectTypesApi.d.ts +365 -0
- package/dist/api/GraphObjectTypesApi.js +2 -2
- package/dist/api/GraphObjectsApi.d.ts +1661 -0
- package/dist/api/GraphObjectsApi.js +2 -2
- package/dist/api/GraphRelationshipTypesApi.d.ts +524 -0
- package/dist/api/GraphRelationshipTypesApi.js +2 -2
- package/dist/api/GraphRelationshipsApi.d.ts +807 -0
- package/dist/api/GraphRelationshipsApi.js +2 -2
- package/dist/api/GraphSchemasApi.d.ts +299 -0
- package/dist/api/GraphSchemasApi.js +2 -2
- package/dist/api/GraphTraversalApi.d.ts +198 -0
- package/dist/api/GraphTraversalApi.js +2 -2
- package/dist/api/GraphsApi.d.ts +298 -0
- package/dist/api/GraphsApi.js +2 -2
- package/dist/api/GroupsApi.d.ts +301 -0
- package/dist/api/GroupsApi.js +2 -2
- package/dist/api/IAMApi.d.ts +115 -0
- package/dist/api/IAMApi.js +2 -2
- package/dist/api/ImagesApi.d.ts +223 -0
- package/dist/api/ImagesApi.js +2 -2
- package/dist/api/InvitesApi.d.ts +142 -0
- package/dist/api/InvitesApi.js +2 -2
- package/dist/api/LikesApi.d.ts +348 -0
- package/dist/api/LikesApi.js +2 -2
- package/dist/api/LinkedINApi.d.ts +32 -0
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.d.ts +68 -0
- package/dist/api/LiveMeetingsApi.js +2 -2
- package/dist/api/MeetingEventsApi.d.ts +146 -0
- package/dist/api/MeetingEventsApi.js +2 -2
- package/dist/api/NotificationsApi.d.ts +367 -0
- package/dist/api/NotificationsApi.js +2 -2
- package/dist/api/PagesApi.d.ts +249 -0
- package/dist/api/PagesApi.js +2 -2
- package/dist/api/PhoneNumbersApi.d.ts +145 -0
- package/dist/api/PhoneNumbersApi.js +2 -2
- package/dist/api/PostsApi.d.ts +138 -0
- package/dist/api/PostsApi.js +2 -2
- package/dist/api/PrivateMessagesApi.d.ts +413 -0
- package/dist/api/PrivateMessagesApi.js +2 -2
- package/dist/api/PublicationsApi.d.ts +40 -0
- package/dist/api/PublicationsApi.js +2 -2
- package/dist/api/RestApplicationsApi.d.ts +142 -0
- package/dist/api/RestApplicationsApi.js +2 -2
- package/dist/api/ScreensApi.d.ts +92 -0
- package/dist/api/ScreensApi.js +2 -2
- package/dist/api/SitesApi.d.ts +267 -0
- package/dist/api/SitesApi.js +2 -2
- package/dist/api/SocialIntegrationApi.d.ts +80 -0
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.d.ts +1025 -0
- package/dist/api/StripeAccountsApi.js +2 -2
- package/dist/api/TagsApi.d.ts +42 -0
- package/dist/api/TagsApi.js +2 -2
- package/dist/api/TemplatesApi.d.ts +92 -0
- package/dist/api/TemplatesApi.js +2 -2
- package/dist/api/ThemeMappingsApi.d.ts +90 -0
- package/dist/api/ThemeMappingsApi.js +2 -2
- package/dist/api/TopicsApi.d.ts +224 -0
- package/dist/api/TopicsApi.js +2 -2
- package/dist/api/TransactionsApi.d.ts +58 -0
- package/dist/api/TransactionsApi.js +2 -2
- package/dist/api/TwitterApi.d.ts +32 -0
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.d.ts +244 -0
- package/dist/api/UserTagsApi.js +2 -2
- package/dist/api/UsersApi.d.ts +304 -0
- package/dist/api/UsersApi.js +8 -3
- package/dist/api/UtilsApi.d.ts +29 -0
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.d.ts +292 -0
- package/dist/api/VideosApi.js +2 -2
- package/dist/api/WalletsApi.d.ts +441 -0
- package/dist/api/WalletsApi.js +2 -2
- package/dist/index.d.ts +250 -0
- package/dist/model/APIClient.d.ts +45 -0
- package/dist/model/APIClient.js +2 -2
- package/dist/model/AccountSessionInput.d.ts +33 -0
- package/dist/model/AccountSessionInput.js +2 -2
- package/dist/model/AccountSessionResponse.d.ts +31 -0
- package/dist/model/AccountSessionResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponse.d.ts +34 -0
- package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureException.d.ts +31 -0
- package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.d.ts +36 -0
- package/dist/model/Article.d.ts +50 -0
- package/dist/model/Article.js +35 -35
- package/dist/model/AuthResponse.d.ts +39 -0
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/AwsSettings.d.ts +42 -0
- package/dist/model/AwsSettings.js +2 -2
- package/dist/model/Balance.d.ts +33 -0
- package/dist/model/Balance.js +19 -19
- package/dist/model/BalanceDetails.d.ts +31 -0
- package/dist/model/BalanceDetails.js +2 -2
- package/dist/model/BalanceResponse.d.ts +30 -0
- package/dist/model/BalanceResponse.js +2 -2
- package/dist/model/BankAccountInfo.d.ts +42 -0
- package/dist/model/BankAccountInfo.js +2 -2
- package/dist/model/CardInfo.d.ts +33 -0
- package/dist/model/CardInfo.js +2 -2
- package/dist/model/Comment.d.ts +44 -0
- package/dist/model/Comment.js +2 -2
- package/dist/model/ConsoleProjectInput.d.ts +41 -0
- package/dist/model/ConsoleProjectInput.js +2 -2
- package/dist/model/ConsoleProjectResponse.d.ts +44 -0
- package/dist/model/ConsoleProjectResponse.js +2 -2
- package/dist/model/Coordinates.d.ts +30 -0
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.d.ts +35 -0
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateFunctionInput.d.ts +41 -0
- package/dist/model/CreateFunctionInput.js +2 -2
- package/dist/model/CreateStripeAccountInput.d.ts +40 -0
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.d.ts +32 -0
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CreateTopicInput.d.ts +40 -0
- package/dist/model/CreateTopicInput.js +2 -2
- package/dist/model/CreateTopicListenerInput.d.ts +39 -0
- package/dist/model/CreateTopicListenerInput.js +2 -2
- package/dist/model/Currency.d.ts +35 -0
- package/dist/model/Currency.js +2 -2
- package/dist/model/CurrencyGrantInput.d.ts +51 -0
- package/dist/model/CurrencyGrantInput.js +2 -2
- package/dist/model/CurrencyGrantResponse.d.ts +59 -0
- package/dist/model/CurrencyGrantResponse.js +2 -2
- package/dist/model/CurrencyInput.d.ts +45 -0
- package/dist/model/CurrencyInput.js +2 -2
- package/dist/model/CurrencyMinterRegistrationInput.d.ts +44 -0
- package/dist/model/CurrencyMinterRegistrationInput.js +2 -2
- package/dist/model/CurrencyResponse.d.ts +50 -0
- package/dist/model/CurrencyResponse.js +2 -2
- package/dist/model/CurrencySettings.d.ts +38 -0
- package/dist/model/CurrencySettings.js +2 -2
- package/dist/model/CustomerResponse.d.ts +31 -0
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/DataObject.d.ts +30 -0
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.d.ts +61 -0
- package/dist/model/DataSheetImport.js +10 -10
- package/dist/model/DataSheetImportPrivacySettings.d.ts +31 -0
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.d.ts +38 -0
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/DeviceRegistrationRequest.d.ts +53 -0
- package/dist/model/DeviceRegistrationRequest.js +2 -2
- package/dist/model/Document.d.ts +52 -0
- package/dist/model/Document.js +35 -35
- package/dist/model/DocumentPart.d.ts +47 -0
- package/dist/model/DocumentPart.js +9 -9
- package/dist/model/DocumentPartType.d.ts +38 -0
- package/dist/model/DocumentPartType.js +2 -2
- package/dist/model/DocumentType.d.ts +42 -0
- package/dist/model/DocumentType.js +18 -18
- package/dist/model/EmailAddress.d.ts +34 -0
- package/dist/model/EmailAddress.js +2 -2
- package/dist/model/FieldMapping.d.ts +42 -0
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.d.ts +244 -0
- package/dist/model/Fields.js +9 -9
- package/dist/model/File.d.ts +38 -0
- package/dist/model/File.js +2 -2
- package/dist/model/FileAttachmentUploadObject.d.ts +38 -0
- package/dist/model/FileAttachmentUploadObject.js +2 -2
- package/dist/model/Filter.d.ts +30 -0
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.d.ts +30 -0
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.d.ts +43 -0
- package/dist/model/Form.js +2 -2
- package/dist/model/FormSection.d.ts +35 -0
- package/dist/model/FormSection.js +2 -2
- package/dist/model/FormSubmission.d.ts +39 -0
- package/dist/model/FormSubmission.js +2 -2
- package/dist/model/FunctionConfigInput.d.ts +83 -0
- package/dist/model/FunctionConfigInput.js +2 -2
- package/dist/model/FunctionEnvironmentConfig.d.ts +47 -0
- package/dist/model/FunctionEnvironmentConfig.js +2 -2
- package/dist/model/FunctionInput.d.ts +65 -0
- package/dist/model/FunctionInput.js +2 -2
- package/dist/model/FunctionOutput.d.ts +64 -0
- package/dist/model/FunctionOutput.js +2 -2
- package/dist/model/Geocode.d.ts +32 -0
- package/dist/model/Geocode.js +2 -2
- package/dist/model/GeocodePayload.d.ts +30 -0
- package/dist/model/GeocodePayload.js +2 -2
- package/dist/model/GeolocationInput.d.ts +40 -0
- package/dist/model/GeolocationInput.js +2 -2
- package/dist/model/GetFunctionConfig.d.ts +88 -0
- package/dist/model/GetFunctionConfig.js +2 -2
- package/dist/model/GetFunctionEnvironmentConfig.d.ts +48 -0
- package/dist/model/GetFunctionEnvironmentConfig.js +2 -2
- package/dist/model/GetFunctionResponse.d.ts +48 -0
- package/dist/model/GetFunctionResponse.js +2 -2
- package/dist/model/GoogleCloudSettings.d.ts +40 -0
- package/dist/model/GoogleCloudSettings.js +2 -2
- package/dist/model/Graph.d.ts +44 -0
- package/dist/model/Graph.js +9 -9
- package/dist/model/GraphAction.d.ts +36 -0
- package/dist/model/GraphAction.js +2 -2
- package/dist/model/GraphDatabaseService.d.ts +35 -0
- package/dist/model/GraphDatabaseService.js +2 -2
- package/dist/model/GraphGeocode.d.ts +35 -0
- package/dist/model/GraphGeocode.js +2 -2
- package/dist/model/GraphIteratorEntryPart.d.ts +29 -0
- package/dist/model/GraphIteratorEntryPart.js +2 -2
- package/dist/model/GraphIteratorEntryPartStackTraceInner.d.ts +36 -0
- package/dist/model/GraphIteratorEntryPartStackTraceInner.js +2 -2
- package/dist/model/GraphObject.d.ts +41 -0
- package/dist/model/GraphObject.js +2 -2
- package/dist/model/GraphObjectPayload.d.ts +40 -0
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.d.ts +44 -0
- package/dist/model/GraphObjectSchema.js +2 -2
- package/dist/model/GraphObjectType.d.ts +48 -0
- package/dist/model/GraphObjectType.js +2 -2
- package/dist/model/GraphObjectTypeInput.d.ts +55 -0
- package/dist/model/GraphObjectTypeInput.js +2 -2
- package/dist/model/GraphObjectTypeResponse.d.ts +56 -0
- package/dist/model/GraphObjectTypeResponse.js +2 -2
- package/dist/model/GraphObjectTypeSchema.d.ts +48 -0
- package/dist/model/GraphObjectTypeSchema.js +2 -2
- package/dist/model/GraphOwner.d.ts +31 -0
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelationship.d.ts +36 -0
- package/dist/model/GraphRelationship.js +2 -2
- package/dist/model/GraphRelationshipPayload.d.ts +33 -0
- package/dist/model/GraphRelationshipPayload.js +2 -2
- package/dist/model/GraphRelationshipType.d.ts +65 -0
- package/dist/model/GraphRelationshipType.js +2 -2
- package/dist/model/GraphRelationshipTypeResponse.d.ts +72 -0
- package/dist/model/GraphRelationshipTypeResponse.js +2 -2
- package/dist/model/GraphSchema.d.ts +49 -0
- package/dist/model/GraphSchema.js +30 -30
- package/dist/model/GraphSchemaInput.d.ts +44 -0
- package/dist/model/GraphSchemaInput.js +2 -2
- package/dist/model/GraphSchemaResponse.d.ts +73 -0
- package/dist/model/GraphSchemaResponse.js +2 -2
- package/dist/model/GraphTraversalInput.d.ts +100 -0
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.d.ts +42 -0
- package/dist/model/Image.js +2 -2
- package/dist/model/ImageUploadObject.d.ts +42 -0
- package/dist/model/ImageUploadObject.js +2 -2
- package/dist/model/InputPart.d.ts +32 -0
- package/dist/model/InputPart.js +2 -2
- package/dist/model/InputPartMediaType.d.ts +33 -0
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/KafkaSettings.d.ts +42 -0
- package/dist/model/KafkaSettings.js +2 -2
- package/dist/model/Link.d.ts +36 -0
- package/dist/model/Link.js +2 -2
- package/dist/model/LiveStreamInfo.d.ts +31 -0
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.d.ts +52 -0
- package/dist/model/MeetingEvent.js +36 -36
- package/dist/model/MeetingEventTimezone.d.ts +32 -0
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.d.ts +38 -0
- package/dist/model/MeetingInfo.js +14 -14
- package/dist/model/Member.d.ts +44 -0
- package/dist/model/Member.js +2 -2
- package/dist/model/MemberGroupCategory.d.ts +34 -0
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.d.ts +34 -0
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MessageGroup.d.ts +31 -0
- package/dist/model/MessageGroup.js +2 -2
- package/dist/model/MultipartBody.d.ts +30 -0
- package/dist/model/MultipartBody.js +2 -2
- package/dist/model/NotificationInput.d.ts +51 -0
- package/dist/model/NotificationInput.js +2 -2
- package/dist/model/NotificationResponse.d.ts +52 -0
- package/dist/model/NotificationResponse.js +2 -2
- package/dist/model/NumberSettings.d.ts +38 -0
- package/dist/model/NumberSettings.js +2 -2
- package/dist/model/ObjectSettings.d.ts +39 -0
- package/dist/model/ObjectSettings.js +2 -2
- package/dist/model/Objecttype.d.ts +47 -0
- package/dist/model/Objecttype.js +2 -2
- package/dist/model/OutParameter.d.ts +40 -0
- package/dist/model/OutParameter.js +2 -2
- package/dist/model/Page.d.ts +39 -0
- package/dist/model/Page.js +9 -9
- package/dist/model/PageSchema.d.ts +51 -0
- package/dist/model/PageSchema.js +2 -2
- package/dist/model/Pageable.d.ts +34 -0
- package/dist/model/Pageable.js +2 -2
- package/dist/model/Parameter.d.ts +40 -0
- package/dist/model/Parameter.js +2 -2
- package/dist/model/Path.d.ts +31 -0
- package/dist/model/Path.js +2 -2
- package/dist/model/PaymentAccountObject.d.ts +33 -0
- package/dist/model/PaymentAccountObject.js +2 -2
- package/dist/model/PaymentIntentInput.d.ts +33 -0
- package/dist/model/PaymentIntentInput.js +2 -2
- package/dist/model/PaymentIntentResponse.d.ts +30 -0
- package/dist/model/PaymentIntentResponse.js +2 -2
- package/dist/model/PaymentMethod.d.ts +44 -0
- package/dist/model/PaymentMethod.js +2 -2
- package/dist/model/PaymentMethodInput.d.ts +42 -0
- package/dist/model/PaymentMethodInput.js +2 -2
- package/dist/model/PaymentMethodResponse.d.ts +30 -0
- package/dist/model/PaymentMethodResponse.js +2 -2
- package/dist/model/PaymentMethodsResponse.d.ts +30 -0
- package/dist/model/PaymentMethodsResponse.js +2 -2
- package/dist/model/Payout.d.ts +42 -0
- package/dist/model/Payout.js +2 -2
- package/dist/model/PayoutInput.d.ts +51 -0
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.d.ts +30 -0
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/PhoneNumber.d.ts +37 -0
- package/dist/model/PhoneNumber.js +2 -2
- package/dist/model/Post.d.ts +39 -0
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.d.ts +49 -0
- package/dist/model/PrivateMessage.js +9 -9
- package/dist/model/PrivateMessageConversation.d.ts +48 -0
- package/dist/model/PrivateMessageConversation.js +2 -2
- package/dist/model/PrivateMessageConversationSchema.d.ts +45 -0
- package/dist/model/PrivateMessageConversationSchema.js +2 -2
- package/dist/model/Profile.d.ts +32 -0
- package/dist/model/Profile.js +2 -2
- package/dist/model/Profiletype.d.ts +32 -0
- package/dist/model/Profiletype.js +2 -2
- package/dist/model/Project.d.ts +32 -0
- package/dist/model/ProjectInput.d.ts +41 -0
- package/dist/model/PropertyContainer.d.ts +31 -0
- package/dist/model/PropertyContainer.js +2 -2
- package/dist/model/PurchaseInput.d.ts +43 -0
- package/dist/model/PurchaseInput.js +2 -2
- package/dist/model/PurchaseResponse.d.ts +53 -0
- package/dist/model/PurchaseResponse.js +2 -2
- package/dist/model/PurgeDataDefaultResponseValue.d.ts +40 -0
- package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.d.ts +44 -0
- package/dist/model/RelationshipMapping.js +2 -2
- package/dist/model/RestApplicationInput.d.ts +44 -0
- package/dist/model/RestApplicationInput.js +2 -2
- package/dist/model/RestApplicationResponse.d.ts +50 -0
- package/dist/model/RestApplicationResponse.js +2 -2
- package/dist/model/ScreenSchema.d.ts +76 -0
- package/dist/model/ScreenSchema.js +2 -2
- package/dist/model/SimulcastInfo.d.ts +31 -0
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SiteInput.d.ts +44 -0
- package/dist/model/SiteInput.js +2 -2
- package/dist/model/SiteResponse.d.ts +52 -0
- package/dist/model/SiteResponse.js +2 -2
- package/dist/model/SiteTypeInput.d.ts +42 -0
- package/dist/model/SiteTypeInput.js +2 -2
- package/dist/model/SiteTypeResponse.d.ts +44 -0
- package/dist/model/SiteTypeResponse.js +2 -2
- package/dist/model/SkinField.d.ts +244 -0
- package/dist/model/SkinField.js +9 -9
- package/dist/model/SkinFieldResponse.d.ts +74 -0
- package/dist/model/SkinFieldResponse.js +2 -2
- package/dist/model/SocialGroup.d.ts +55 -0
- package/dist/model/SocialGroup.js +2 -2
- package/dist/model/SocialGroupType.d.ts +37 -0
- package/dist/model/SocialGroupType.js +2 -2
- package/dist/model/Sort.d.ts +31 -0
- package/dist/model/Sort.js +2 -2
- package/dist/model/SourceTypes.d.ts +31 -0
- package/dist/model/SourceTypes.js +2 -2
- package/dist/model/StatusUpdate.d.ts +37 -0
- package/dist/model/StatusUpdate.js +2 -2
- package/dist/model/StreetAddress.d.ts +33 -0
- package/dist/model/StreetAddress.js +2 -2
- package/dist/model/StripeAccount.d.ts +42 -0
- package/dist/model/StripeAccount.js +9 -9
- package/dist/model/StripeCustomerAccount.d.ts +33 -0
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.d.ts +35 -0
- package/dist/model/Template.js +2 -2
- package/dist/model/TemplateResponse.d.ts +50 -0
- package/dist/model/TemplateResponse.js +2 -2
- package/dist/model/TemplateSchema.d.ts +36 -0
- package/dist/model/TemplateSchema.js +2 -2
- package/dist/model/ThemeMapping.d.ts +34 -0
- package/dist/model/ThemeMapping.js +2 -2
- package/dist/model/ThemeMappingPayload.d.ts +34 -0
- package/dist/model/ThemeMappingPayload.js +2 -2
- package/dist/model/TopicInfoResponse.d.ts +46 -0
- package/dist/model/TopicInfoResponse.js +2 -2
- package/dist/model/TopicMessageInput.d.ts +40 -0
- package/dist/model/TopicMessageInput.js +2 -2
- package/dist/model/TopicSubscriptionResponse.d.ts +44 -0
- package/dist/model/TopicSubscriptionResponse.js +2 -2
- package/dist/model/Transaction.d.ts +30 -0
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.d.ts +35 -0
- package/dist/model/Transfer.js +2 -2
- package/dist/model/TransferInput.d.ts +55 -0
- package/dist/model/TransferInput.js +25 -11
- package/dist/model/TransferResponse.d.ts +44 -0
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.d.ts +35 -0
- package/dist/model/TransferResponsePaymentMethodDetails.js +2 -2
- package/dist/model/TraversalRelationResponse.d.ts +30 -0
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.d.ts +44 -0
- package/dist/model/User.js +2 -2
- package/dist/model/UserDataPayload.d.ts +44 -0
- package/dist/model/UserDataPayload.js +2 -2
- package/dist/model/UserDomain.d.ts +32 -0
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.d.ts +46 -0
- package/dist/model/UserInvite.js +2 -2
- package/dist/model/UserInviteInput.d.ts +34 -0
- package/dist/model/UserInviteInput.js +2 -2
- package/dist/model/UserResponse.d.ts +68 -0
- package/dist/model/UserResponse.js +2 -2
- package/dist/model/UserSchema.d.ts +44 -0
- package/dist/model/UserSchema.js +2 -2
- package/dist/model/UserTag.d.ts +34 -0
- package/dist/model/UserTag.js +15 -15
- package/dist/model/Userid.d.ts +30 -0
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.d.ts +49 -0
- package/dist/model/Video.js +18 -18
- package/dist/model/VideoLiveUrl.d.ts +30 -0
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.d.ts +52 -0
- package/dist/model/VideoSchema.js +26 -26
- package/dist/model/VideoUploadObject.d.ts +49 -0
- package/dist/model/VideoUploadObject.js +18 -18
- package/dist/model/WalletHoldInput.d.ts +47 -0
- package/dist/model/WalletHoldInput.js +2 -2
- package/dist/model/WalletHoldResponse.d.ts +53 -0
- package/dist/model/WalletHoldResponse.js +2 -2
- package/dist/model/WalletPayoutInput.d.ts +43 -0
- package/dist/model/WalletPayoutInput.js +2 -2
- package/dist/model/WalletPayoutResponse.d.ts +47 -0
- package/dist/model/WalletPayoutResponse.js +2 -2
- package/dist/model/WalletResponse.d.ts +46 -0
- package/dist/model/WalletResponse.js +2 -2
- package/dist/model/ZeusPortalCategory.d.ts +41 -0
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +12 -5
|
@@ -0,0 +1,1025 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* StripeAccounts service.
|
|
3
|
+
* @module api/StripeAccountsApi
|
|
4
|
+
* @version 0.1.90
|
|
5
|
+
*/
|
|
6
|
+
export default class StripeAccountsApi {
|
|
7
|
+
/**
|
|
8
|
+
* Constructs a new StripeAccountsApi.
|
|
9
|
+
* @alias module:api/StripeAccountsApi
|
|
10
|
+
* @class
|
|
11
|
+
* @param {module:ApiClient} [apiClient] Optional API client implementation to use,
|
|
12
|
+
* default to {@link module:ApiClient#instance} if unspecified.
|
|
13
|
+
*/
|
|
14
|
+
constructor(apiClient?: any);
|
|
15
|
+
apiClient: any;
|
|
16
|
+
/**
|
|
17
|
+
* Callback function to receive the result of the addStripePaymentMethod operation.
|
|
18
|
+
* @callback module:api/StripeAccountsApi~addStripePaymentMethodCallback
|
|
19
|
+
* @param {String} error Error message, if any.
|
|
20
|
+
* @param {module:model/PaymentMethodResponse} data The data returned by the service call.
|
|
21
|
+
* @param {String} response The complete HTTP response.
|
|
22
|
+
*/
|
|
23
|
+
/**
|
|
24
|
+
* Adds payment methods for the customer stored in stripe
|
|
25
|
+
* Retrieves the payment methods for the customer stored in stripe
|
|
26
|
+
* @param {Object} opts Optional parameters
|
|
27
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
28
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
29
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
30
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
31
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
32
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
33
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
34
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
35
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
36
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
37
|
+
* @param {module:model/PaymentMethodInput} [paymentMethodInput]
|
|
38
|
+
* @param {module:api/StripeAccountsApi~addStripePaymentMethodCallback} callback The callback function, accepting three arguments: error, data, response
|
|
39
|
+
* data is of type: {@link module:model/PaymentMethodResponse}
|
|
40
|
+
*/
|
|
41
|
+
addStripePaymentMethod(opts: any, callback: any): any;
|
|
42
|
+
/**
|
|
43
|
+
* Callback function to receive the result of the attachCustomerStripePaymentMethod operation.
|
|
44
|
+
* @callback module:api/StripeAccountsApi~attachCustomerStripePaymentMethodCallback
|
|
45
|
+
* @param {String} error Error message, if any.
|
|
46
|
+
* @param {module:model/PaymentMethodResponse} data The data returned by the service call.
|
|
47
|
+
* @param {String} response The complete HTTP response.
|
|
48
|
+
*/
|
|
49
|
+
/**
|
|
50
|
+
* Adds payment methods for the customer stored in stripe
|
|
51
|
+
* Retrieves the payment methods for the customer stored in stripe
|
|
52
|
+
* @param {Number} customerID The id of the customer
|
|
53
|
+
* @param {String} body The payment method id
|
|
54
|
+
* @param {Object} opts Optional parameters
|
|
55
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
56
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
57
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
58
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
59
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
60
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
61
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
62
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
63
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
64
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
65
|
+
* @param {module:api/StripeAccountsApi~attachCustomerStripePaymentMethodCallback} callback The callback function, accepting three arguments: error, data, response
|
|
66
|
+
* data is of type: {@link module:model/PaymentMethodResponse}
|
|
67
|
+
*/
|
|
68
|
+
attachCustomerStripePaymentMethod(customerID: number, body: string, opts: any, callback: any): any;
|
|
69
|
+
/**
|
|
70
|
+
* Callback function to receive the result of the attachStripePaymentMethod operation.
|
|
71
|
+
* @callback module:api/StripeAccountsApi~attachStripePaymentMethodCallback
|
|
72
|
+
* @param {String} error Error message, if any.
|
|
73
|
+
* @param {module:model/PaymentMethodResponse} data The data returned by the service call.
|
|
74
|
+
* @param {String} response The complete HTTP response.
|
|
75
|
+
*/
|
|
76
|
+
/**
|
|
77
|
+
* Adds payment methods for the customer stored in stripe
|
|
78
|
+
* Retrieves the payment methods for the customer stored in stripe
|
|
79
|
+
* @param {String} body The payment method id
|
|
80
|
+
* @param {Object} opts Optional parameters
|
|
81
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
82
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
83
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
84
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
85
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
86
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
87
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
88
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
89
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
90
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
91
|
+
* @param {module:api/StripeAccountsApi~attachStripePaymentMethodCallback} callback The callback function, accepting three arguments: error, data, response
|
|
92
|
+
* data is of type: {@link module:model/PaymentMethodResponse}
|
|
93
|
+
*/
|
|
94
|
+
attachStripePaymentMethod(body: string, opts: any, callback: any): any;
|
|
95
|
+
/**
|
|
96
|
+
* Callback function to receive the result of the createAccountSession operation.
|
|
97
|
+
* @callback module:api/StripeAccountsApi~createAccountSessionCallback
|
|
98
|
+
* @param {String} error Error message, if any.
|
|
99
|
+
* @param {module:model/AccountSessionResponse} data The data returned by the service call.
|
|
100
|
+
* @param {String} response The complete HTTP response.
|
|
101
|
+
*/
|
|
102
|
+
/**
|
|
103
|
+
* Creates an Account Session which is used to integrate Stripe's connected UI components
|
|
104
|
+
* Creates an Account Session which is used to integrate Stripe's connected UI components
|
|
105
|
+
* @param {module:model/AccountSessionInput} accountSessionInput Contains the info to create the Account Session
|
|
106
|
+
* @param {Object} opts Optional parameters
|
|
107
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
108
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
109
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
110
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
111
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
112
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
113
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
114
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
115
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
116
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
117
|
+
* @param {module:api/StripeAccountsApi~createAccountSessionCallback} callback The callback function, accepting three arguments: error, data, response
|
|
118
|
+
* data is of type: {@link module:model/AccountSessionResponse}
|
|
119
|
+
*/
|
|
120
|
+
createAccountSession(accountSessionInput: any, opts: any, callback: any): any;
|
|
121
|
+
/**
|
|
122
|
+
* Callback function to receive the result of the createAndLinkStripeAccount operation.
|
|
123
|
+
* @callback module:api/StripeAccountsApi~createAndLinkStripeAccountCallback
|
|
124
|
+
* @param {String} error Error message, if any.
|
|
125
|
+
* @param {module:model/CreateAccountResponse} data The data returned by the service call.
|
|
126
|
+
* @param {String} response The complete HTTP response.
|
|
127
|
+
*/
|
|
128
|
+
/**
|
|
129
|
+
* Creates a Stripe account for the logged in user
|
|
130
|
+
* Creates a Stripe Account
|
|
131
|
+
* @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
|
|
132
|
+
* @param {Object} opts Optional parameters
|
|
133
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
134
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
135
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
136
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
137
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
138
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
139
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
140
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
141
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
142
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
143
|
+
* @param {module:api/StripeAccountsApi~createAndLinkStripeAccountCallback} callback The callback function, accepting three arguments: error, data, response
|
|
144
|
+
* data is of type: {@link module:model/CreateAccountResponse}
|
|
145
|
+
*/
|
|
146
|
+
createAndLinkStripeAccount(createStripeAccountInput: any, opts: any, callback: any): any;
|
|
147
|
+
/**
|
|
148
|
+
* Callback function to receive the result of the createAndLinkStripeCustomerAccount operation.
|
|
149
|
+
* @callback module:api/StripeAccountsApi~createAndLinkStripeCustomerAccountCallback
|
|
150
|
+
* @param {String} error Error message, if any.
|
|
151
|
+
* @param {module:model/CustomerResponse} data The data returned by the service call.
|
|
152
|
+
* @param {String} response The complete HTTP response.
|
|
153
|
+
*/
|
|
154
|
+
/**
|
|
155
|
+
* Creates a Stripe customer account for the logged in user
|
|
156
|
+
* Creates a Stripe Customer Account
|
|
157
|
+
* @param {module:model/CreateStripeCustomerInput} createStripeCustomerInput Contains the info to create the Stripe Account
|
|
158
|
+
* @param {Object} opts Optional parameters
|
|
159
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
160
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
161
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
162
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
163
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
164
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
165
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
166
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
167
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
168
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
169
|
+
* @param {module:api/StripeAccountsApi~createAndLinkStripeCustomerAccountCallback} callback The callback function, accepting three arguments: error, data, response
|
|
170
|
+
* data is of type: {@link module:model/CustomerResponse}
|
|
171
|
+
*/
|
|
172
|
+
createAndLinkStripeCustomerAccount(createStripeCustomerInput: any, opts: any, callback: any): any;
|
|
173
|
+
/**
|
|
174
|
+
* Callback function to receive the result of the createApplicationStripePaymentAccount operation.
|
|
175
|
+
* @callback module:api/StripeAccountsApi~createApplicationStripePaymentAccountCallback
|
|
176
|
+
* @param {String} error Error message, if any.
|
|
177
|
+
* @param {module:model/ApplicationPaymentAccountResponse} data The data returned by the service call.
|
|
178
|
+
* @param {String} response The complete HTTP response.
|
|
179
|
+
*/
|
|
180
|
+
/**
|
|
181
|
+
* Creates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
|
|
182
|
+
* Updates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
|
|
183
|
+
* @param {Number} applicationid
|
|
184
|
+
* @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
|
|
185
|
+
* @param {Object} opts Optional parameters
|
|
186
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
187
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
188
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
189
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
190
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
191
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
192
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
193
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
194
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
195
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
196
|
+
* @param {module:api/StripeAccountsApi~createApplicationStripePaymentAccountCallback} callback The callback function, accepting three arguments: error, data, response
|
|
197
|
+
* data is of type: {@link module:model/ApplicationPaymentAccountResponse}
|
|
198
|
+
*/
|
|
199
|
+
createApplicationStripePaymentAccount(applicationid: number, createStripeAccountInput: any, opts: any, callback: any): any;
|
|
200
|
+
/**
|
|
201
|
+
* Callback function to receive the result of the createSiteStripePaymentAccount operation.
|
|
202
|
+
* @callback module:api/StripeAccountsApi~createSiteStripePaymentAccountCallback
|
|
203
|
+
* @param {String} error Error message, if any.
|
|
204
|
+
* @param {module:model/ApplicationPaymentAccountResponse} data The data returned by the service call.
|
|
205
|
+
* @param {String} response The complete HTTP response.
|
|
206
|
+
*/
|
|
207
|
+
/**
|
|
208
|
+
* Creates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
|
|
209
|
+
* Updates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
|
|
210
|
+
* @param {Number} siteid
|
|
211
|
+
* @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
|
|
212
|
+
* @param {Object} opts Optional parameters
|
|
213
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
214
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
215
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
216
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
217
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
218
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
219
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
220
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
221
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
222
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
223
|
+
* @param {module:api/StripeAccountsApi~createSiteStripePaymentAccountCallback} callback The callback function, accepting three arguments: error, data, response
|
|
224
|
+
* data is of type: {@link module:model/ApplicationPaymentAccountResponse}
|
|
225
|
+
*/
|
|
226
|
+
createSiteStripePaymentAccount(siteid: number, createStripeAccountInput: any, opts: any, callback: any): any;
|
|
227
|
+
/**
|
|
228
|
+
* Callback function to receive the result of the createStripePaymentIntent operation.
|
|
229
|
+
* @callback module:api/StripeAccountsApi~createStripePaymentIntentCallback
|
|
230
|
+
* @param {String} error Error message, if any.
|
|
231
|
+
* @param {module:model/PaymentIntentResponse} data The data returned by the service call.
|
|
232
|
+
* @param {String} response The complete HTTP response.
|
|
233
|
+
*/
|
|
234
|
+
/**
|
|
235
|
+
* Creates a Payment Intent to initate a Stripe payment
|
|
236
|
+
* Creates a Payment Intent to initate a Stripe payment
|
|
237
|
+
* @param {module:model/PaymentIntentInput} paymentIntentInput Contains the info to create the Stripe Payment Intent
|
|
238
|
+
* @param {Object} opts Optional parameters
|
|
239
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
240
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
241
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
242
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
243
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
244
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
245
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
246
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
247
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
248
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
249
|
+
* @param {module:api/StripeAccountsApi~createStripePaymentIntentCallback} callback The callback function, accepting three arguments: error, data, response
|
|
250
|
+
* data is of type: {@link module:model/PaymentIntentResponse}
|
|
251
|
+
*/
|
|
252
|
+
createStripePaymentIntent(paymentIntentInput: any, opts: any, callback: any): any;
|
|
253
|
+
/**
|
|
254
|
+
* Callback function to receive the result of the deleteStripeAccount operation.
|
|
255
|
+
* @callback module:api/StripeAccountsApi~deleteStripeAccountCallback
|
|
256
|
+
* @param {String} error Error message, if any.
|
|
257
|
+
* @param {Object} data The data returned by the service call.
|
|
258
|
+
* @param {String} response The complete HTTP response.
|
|
259
|
+
*/
|
|
260
|
+
/**
|
|
261
|
+
* @param {Object} opts Optional parameters
|
|
262
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
263
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
264
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
265
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
266
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
267
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
268
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
269
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
270
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
271
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
272
|
+
* @param {module:api/StripeAccountsApi~deleteStripeAccountCallback} callback The callback function, accepting three arguments: error, data, response
|
|
273
|
+
* data is of type: {@link Object}
|
|
274
|
+
*/
|
|
275
|
+
deleteStripeAccount(opts: any, callback: any): any;
|
|
276
|
+
/**
|
|
277
|
+
* Callback function to receive the result of the deleteStripeAccountWithId operation.
|
|
278
|
+
* @callback module:api/StripeAccountsApi~deleteStripeAccountWithIdCallback
|
|
279
|
+
* @param {String} error Error message, if any.
|
|
280
|
+
* @param {Object} data The data returned by the service call.
|
|
281
|
+
* @param {String} response The complete HTTP response.
|
|
282
|
+
*/
|
|
283
|
+
/**
|
|
284
|
+
* @param {Number} accountID The id of the account to delete
|
|
285
|
+
* @param {Object} opts Optional parameters
|
|
286
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
287
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
288
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
289
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
290
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
291
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
292
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
293
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
294
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
295
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
296
|
+
* @param {module:api/StripeAccountsApi~deleteStripeAccountWithIdCallback} callback The callback function, accepting three arguments: error, data, response
|
|
297
|
+
* data is of type: {@link Object}
|
|
298
|
+
*/
|
|
299
|
+
deleteStripeAccountWithId(accountID: number, opts: any, callback: any): any;
|
|
300
|
+
/**
|
|
301
|
+
* Callback function to receive the result of the deleteStripePaymentMethod operation.
|
|
302
|
+
* @callback module:api/StripeAccountsApi~deleteStripePaymentMethodCallback
|
|
303
|
+
* @param {String} error Error message, if any.
|
|
304
|
+
* @param {module:model/PaymentMethodResponse} data The data returned by the service call.
|
|
305
|
+
* @param {String} response The complete HTTP response.
|
|
306
|
+
*/
|
|
307
|
+
/**
|
|
308
|
+
* Adds payment methods for the customer stored in stripe
|
|
309
|
+
* Retrieves the payment methods for the customer stored in stripe
|
|
310
|
+
* @param {String} paymentMethodID The id of the payment method to delete
|
|
311
|
+
* @param {Object} opts Optional parameters
|
|
312
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
313
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
314
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
315
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
316
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
317
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
318
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
319
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
320
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
321
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
322
|
+
* @param {module:api/StripeAccountsApi~deleteStripePaymentMethodCallback} callback The callback function, accepting three arguments: error, data, response
|
|
323
|
+
* data is of type: {@link module:model/PaymentMethodResponse}
|
|
324
|
+
*/
|
|
325
|
+
deleteStripePaymentMethod(paymentMethodID: string, opts: any, callback: any): any;
|
|
326
|
+
/**
|
|
327
|
+
* Callback function to receive the result of the get operation.
|
|
328
|
+
* @callback module:api/StripeAccountsApi~getCallback
|
|
329
|
+
* @param {String} error Error message, if any.
|
|
330
|
+
* @param data This operation does not return a value.
|
|
331
|
+
* @param {String} response The complete HTTP response.
|
|
332
|
+
*/
|
|
333
|
+
/**
|
|
334
|
+
* Root for the API
|
|
335
|
+
* @param {Object} opts Optional parameters
|
|
336
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
337
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
338
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
339
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
340
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
341
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
342
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
343
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
344
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
345
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
346
|
+
* @param {module:api/StripeAccountsApi~getCallback} callback The callback function, accepting three arguments: error, data, response
|
|
347
|
+
*/
|
|
348
|
+
get(opts: any, callback: any): any;
|
|
349
|
+
/**
|
|
350
|
+
* Callback function to receive the result of the get1 operation.
|
|
351
|
+
* @callback module:api/StripeAccountsApi~get1Callback
|
|
352
|
+
* @param {String} error Error message, if any.
|
|
353
|
+
* @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} data The data returned by the service call.
|
|
354
|
+
* @param {String} response The complete HTTP response.
|
|
355
|
+
*/
|
|
356
|
+
/**
|
|
357
|
+
* Gets and object by id
|
|
358
|
+
* @param {Number} id
|
|
359
|
+
* @param {Object} opts Optional parameters
|
|
360
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
361
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
362
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
363
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
364
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
365
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
366
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
367
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
368
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
369
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
370
|
+
* @param {module:api/StripeAccountsApi~get1Callback} callback The callback function, accepting three arguments: error, data, response
|
|
371
|
+
* data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
|
|
372
|
+
*/
|
|
373
|
+
get1(id: number, opts: any, callback: any): any;
|
|
374
|
+
/**
|
|
375
|
+
* Callback function to receive the result of the getApplicationStripePaymentAccount operation.
|
|
376
|
+
* @callback module:api/StripeAccountsApi~getApplicationStripePaymentAccountCallback
|
|
377
|
+
* @param {String} error Error message, if any.
|
|
378
|
+
* @param {module:model/ApplicationPaymentAccountResponse} data The data returned by the service call.
|
|
379
|
+
* @param {String} response The complete HTTP response.
|
|
380
|
+
*/
|
|
381
|
+
/**
|
|
382
|
+
* Retrieves the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
|
|
383
|
+
* Retrieves the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
|
|
384
|
+
* @param {Number} applicationid
|
|
385
|
+
* @param {Object} opts Optional parameters
|
|
386
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
387
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
388
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
389
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
390
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
391
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
392
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
393
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
394
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
395
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
396
|
+
* @param {module:api/StripeAccountsApi~getApplicationStripePaymentAccountCallback} callback The callback function, accepting three arguments: error, data, response
|
|
397
|
+
* data is of type: {@link module:model/ApplicationPaymentAccountResponse}
|
|
398
|
+
*/
|
|
399
|
+
getApplicationStripePaymentAccount(applicationid: number, opts: any, callback: any): any;
|
|
400
|
+
/**
|
|
401
|
+
* Callback function to receive the result of the getDefaultCustomerStripePaymentMethod operation.
|
|
402
|
+
* @callback module:api/StripeAccountsApi~getDefaultCustomerStripePaymentMethodCallback
|
|
403
|
+
* @param {String} error Error message, if any.
|
|
404
|
+
* @param {module:model/PaymentMethodResponse} data The data returned by the service call.
|
|
405
|
+
* @param {String} response The complete HTTP response.
|
|
406
|
+
*/
|
|
407
|
+
/**
|
|
408
|
+
* Gets the default payment method
|
|
409
|
+
* Retrieves the default payment for the customer stored in stripe
|
|
410
|
+
* @param {Number} customerID The id of the customer
|
|
411
|
+
* @param {Object} opts Optional parameters
|
|
412
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
413
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
414
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
415
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
416
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
417
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
418
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
419
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
420
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
421
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
422
|
+
* @param {module:api/StripeAccountsApi~getDefaultCustomerStripePaymentMethodCallback} callback The callback function, accepting three arguments: error, data, response
|
|
423
|
+
* data is of type: {@link module:model/PaymentMethodResponse}
|
|
424
|
+
*/
|
|
425
|
+
getDefaultCustomerStripePaymentMethod(customerID: number, opts: any, callback: any): any;
|
|
426
|
+
/**
|
|
427
|
+
* Callback function to receive the result of the getDefaultStripePaymentMethod operation.
|
|
428
|
+
* @callback module:api/StripeAccountsApi~getDefaultStripePaymentMethodCallback
|
|
429
|
+
* @param {String} error Error message, if any.
|
|
430
|
+
* @param {module:model/PaymentMethodResponse} data The data returned by the service call.
|
|
431
|
+
* @param {String} response The complete HTTP response.
|
|
432
|
+
*/
|
|
433
|
+
/**
|
|
434
|
+
* Gets the default payment method
|
|
435
|
+
* Retrieves the default payment for the customer stored in stripe
|
|
436
|
+
* @param {Object} opts Optional parameters
|
|
437
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
438
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
439
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
440
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
441
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
442
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
443
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
444
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
445
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
446
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
447
|
+
* @param {module:api/StripeAccountsApi~getDefaultStripePaymentMethodCallback} callback The callback function, accepting three arguments: error, data, response
|
|
448
|
+
* data is of type: {@link module:model/PaymentMethodResponse}
|
|
449
|
+
*/
|
|
450
|
+
getDefaultStripePaymentMethod(opts: any, callback: any): any;
|
|
451
|
+
/**
|
|
452
|
+
* Callback function to receive the result of the getSiteStripePaymentAccount operation.
|
|
453
|
+
* @callback module:api/StripeAccountsApi~getSiteStripePaymentAccountCallback
|
|
454
|
+
* @param {String} error Error message, if any.
|
|
455
|
+
* @param {module:model/ApplicationPaymentAccountResponse} data The data returned by the service call.
|
|
456
|
+
* @param {String} response The complete HTTP response.
|
|
457
|
+
*/
|
|
458
|
+
/**
|
|
459
|
+
* Retrieves the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
|
|
460
|
+
* Retrieves the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
|
|
461
|
+
* @param {Number} siteid
|
|
462
|
+
* @param {Object} opts Optional parameters
|
|
463
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
464
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
465
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
466
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
467
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
468
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
469
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
470
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
471
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
472
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
473
|
+
* @param {module:api/StripeAccountsApi~getSiteStripePaymentAccountCallback} callback The callback function, accepting three arguments: error, data, response
|
|
474
|
+
* data is of type: {@link module:model/ApplicationPaymentAccountResponse}
|
|
475
|
+
*/
|
|
476
|
+
getSiteStripePaymentAccount(siteid: number, opts: any, callback: any): any;
|
|
477
|
+
/**
|
|
478
|
+
* Callback function to receive the result of the getStripeAccount operation.
|
|
479
|
+
* @callback module:api/StripeAccountsApi~getStripeAccountCallback
|
|
480
|
+
* @param {String} error Error message, if any.
|
|
481
|
+
* @param {module:model/CreateAccountResponse} data The data returned by the service call.
|
|
482
|
+
* @param {String} response The complete HTTP response.
|
|
483
|
+
*/
|
|
484
|
+
/**
|
|
485
|
+
* Retrieves the Stripe Account For the Logged In User
|
|
486
|
+
* Retrieves the Stripe Customer Account
|
|
487
|
+
* @param {Object} opts Optional parameters
|
|
488
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
489
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
490
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
491
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
492
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
493
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
494
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
495
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
496
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
497
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
498
|
+
* @param {module:api/StripeAccountsApi~getStripeAccountCallback} callback The callback function, accepting three arguments: error, data, response
|
|
499
|
+
* data is of type: {@link module:model/CreateAccountResponse}
|
|
500
|
+
*/
|
|
501
|
+
getStripeAccount(opts: any, callback: any): any;
|
|
502
|
+
/**
|
|
503
|
+
* Callback function to receive the result of the getStripeAccountBalance operation.
|
|
504
|
+
* @callback module:api/StripeAccountsApi~getStripeAccountBalanceCallback
|
|
505
|
+
* @param {String} error Error message, if any.
|
|
506
|
+
* @param {module:model/BalanceResponse} data The data returned by the service call.
|
|
507
|
+
* @param {String} response The complete HTTP response.
|
|
508
|
+
*/
|
|
509
|
+
/**
|
|
510
|
+
* Gets the balance of the logged in user
|
|
511
|
+
* Gets the balance of the logged in user
|
|
512
|
+
* @param {Number} accountID The id of the account we are getting the balance for
|
|
513
|
+
* @param {Object} opts Optional parameters
|
|
514
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
515
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
516
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
517
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
518
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
519
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
520
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
521
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
522
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
523
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
524
|
+
* @param {module:api/StripeAccountsApi~getStripeAccountBalanceCallback} callback The callback function, accepting three arguments: error, data, response
|
|
525
|
+
* data is of type: {@link module:model/BalanceResponse}
|
|
526
|
+
*/
|
|
527
|
+
getStripeAccountBalance(accountID: number, opts: any, callback: any): any;
|
|
528
|
+
/**
|
|
529
|
+
* Callback function to receive the result of the getStripeApiKey operation.
|
|
530
|
+
* @callback module:api/StripeAccountsApi~getStripeApiKeyCallback
|
|
531
|
+
* @param {String} error Error message, if any.
|
|
532
|
+
* @param {String} data The data returned by the service call.
|
|
533
|
+
* @param {String} response The complete HTTP response.
|
|
534
|
+
*/
|
|
535
|
+
/**
|
|
536
|
+
* Returns the publishable API key for Stripe
|
|
537
|
+
* Returns the publishable API key for Stripe
|
|
538
|
+
* @param {Object} opts Optional parameters
|
|
539
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
540
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
541
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
542
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
543
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
544
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
545
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
546
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
547
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
548
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
549
|
+
* @param {module:api/StripeAccountsApi~getStripeApiKeyCallback} callback The callback function, accepting three arguments: error, data, response
|
|
550
|
+
* data is of type: {@link String}
|
|
551
|
+
*/
|
|
552
|
+
getStripeApiKey(opts: any, callback: any): any;
|
|
553
|
+
/**
|
|
554
|
+
* Callback function to receive the result of the getStripeBalance operation.
|
|
555
|
+
* @callback module:api/StripeAccountsApi~getStripeBalanceCallback
|
|
556
|
+
* @param {String} error Error message, if any.
|
|
557
|
+
* @param {module:model/BalanceResponse} data The data returned by the service call.
|
|
558
|
+
* @param {String} response The complete HTTP response.
|
|
559
|
+
*/
|
|
560
|
+
/**
|
|
561
|
+
* Gets the balance of the logged in user
|
|
562
|
+
* Gets the balance of the logged in user
|
|
563
|
+
* @param {Object} opts Optional parameters
|
|
564
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
565
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
566
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
567
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
568
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
569
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
570
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
571
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
572
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
573
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
574
|
+
* @param {module:api/StripeAccountsApi~getStripeBalanceCallback} callback The callback function, accepting three arguments: error, data, response
|
|
575
|
+
* data is of type: {@link module:model/BalanceResponse}
|
|
576
|
+
*/
|
|
577
|
+
getStripeBalance(opts: any, callback: any): any;
|
|
578
|
+
/**
|
|
579
|
+
* Callback function to receive the result of the getStripeCustomerAccount operation.
|
|
580
|
+
* @callback module:api/StripeAccountsApi~getStripeCustomerAccountCallback
|
|
581
|
+
* @param {String} error Error message, if any.
|
|
582
|
+
* @param {module:model/CustomerResponse} data The data returned by the service call.
|
|
583
|
+
* @param {String} response The complete HTTP response.
|
|
584
|
+
*/
|
|
585
|
+
/**
|
|
586
|
+
* Retrieves the Stripe Customer Account For the Logged In User
|
|
587
|
+
* Retrieves the Stripe Customer Account
|
|
588
|
+
* @param {Object} opts Optional parameters
|
|
589
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
590
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
591
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
592
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
593
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
594
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
595
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
596
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
597
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
598
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
599
|
+
* @param {module:api/StripeAccountsApi~getStripeCustomerAccountCallback} callback The callback function, accepting three arguments: error, data, response
|
|
600
|
+
* data is of type: {@link module:model/CustomerResponse}
|
|
601
|
+
*/
|
|
602
|
+
getStripeCustomerAccount(opts: any, callback: any): any;
|
|
603
|
+
/**
|
|
604
|
+
* Callback function to receive the result of the getStripeCustomerPaymentMethods operation.
|
|
605
|
+
* @callback module:api/StripeAccountsApi~getStripeCustomerPaymentMethodsCallback
|
|
606
|
+
* @param {String} error Error message, if any.
|
|
607
|
+
* @param {module:model/PaymentMethodsResponse} data The data returned by the service call.
|
|
608
|
+
* @param {String} response The complete HTTP response.
|
|
609
|
+
*/
|
|
610
|
+
/**
|
|
611
|
+
* Retrieves the payment methods for the customer stored in stripe
|
|
612
|
+
* Retrieves the payment methods for the customer stored in stripe
|
|
613
|
+
* @param {Number} customerID The customerid to update
|
|
614
|
+
* @param {Object} opts Optional parameters
|
|
615
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
616
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
617
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
618
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
619
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
620
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
621
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
622
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
623
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
624
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
625
|
+
* @param {module:api/StripeAccountsApi~getStripeCustomerPaymentMethodsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
626
|
+
* data is of type: {@link module:model/PaymentMethodsResponse}
|
|
627
|
+
*/
|
|
628
|
+
getStripeCustomerPaymentMethods(customerID: number, opts: any, callback: any): any;
|
|
629
|
+
/**
|
|
630
|
+
* Callback function to receive the result of the getStripePaymentMethods operation.
|
|
631
|
+
* @callback module:api/StripeAccountsApi~getStripePaymentMethodsCallback
|
|
632
|
+
* @param {String} error Error message, if any.
|
|
633
|
+
* @param {module:model/PaymentMethodsResponse} data The data returned by the service call.
|
|
634
|
+
* @param {String} response The complete HTTP response.
|
|
635
|
+
*/
|
|
636
|
+
/**
|
|
637
|
+
* Retrieves the payment methods for the customer stored in stripe
|
|
638
|
+
* Retrieves the payment methods for the customer stored in stripe
|
|
639
|
+
* @param {Object} opts Optional parameters
|
|
640
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
641
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
642
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
643
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
644
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
645
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
646
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
647
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
648
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
649
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
650
|
+
* @param {module:api/StripeAccountsApi~getStripePaymentMethodsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
651
|
+
* data is of type: {@link module:model/PaymentMethodsResponse}
|
|
652
|
+
*/
|
|
653
|
+
getStripePaymentMethods(opts: any, callback: any): any;
|
|
654
|
+
/**
|
|
655
|
+
* Callback function to receive the result of the getStripeTransfer operation.
|
|
656
|
+
* @callback module:api/StripeAccountsApi~getStripeTransferCallback
|
|
657
|
+
* @param {String} error Error message, if any.
|
|
658
|
+
* @param {module:model/TransferResponse} data The data returned by the service call.
|
|
659
|
+
* @param {String} response The complete HTTP response.
|
|
660
|
+
*/
|
|
661
|
+
/**
|
|
662
|
+
* Retrieves the transfer payment with the given transferId
|
|
663
|
+
* Retrieves the transfer payment with the given transferId
|
|
664
|
+
* @param {String} transferID The id of the transfer
|
|
665
|
+
* @param {Object} opts Optional parameters
|
|
666
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
667
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
668
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
669
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
670
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
671
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
672
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
673
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
674
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
675
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
676
|
+
* @param {module:api/StripeAccountsApi~getStripeTransferCallback} callback The callback function, accepting three arguments: error, data, response
|
|
677
|
+
* data is of type: {@link module:model/TransferResponse}
|
|
678
|
+
*/
|
|
679
|
+
getStripeTransfer(transferID: string, opts: any, callback: any): any;
|
|
680
|
+
/**
|
|
681
|
+
* Callback function to receive the result of the getStripeTransferPaymentMethodDetails operation.
|
|
682
|
+
* @callback module:api/StripeAccountsApi~getStripeTransferPaymentMethodDetailsCallback
|
|
683
|
+
* @param {String} error Error message, if any.
|
|
684
|
+
* @param {module:model/TransferResponse} data The data returned by the service call.
|
|
685
|
+
* @param {String} response The complete HTTP response.
|
|
686
|
+
*/
|
|
687
|
+
/**
|
|
688
|
+
* Retrieves the transfer payment details with the given transferId
|
|
689
|
+
* Retrieves the transfer payment with the given transferId
|
|
690
|
+
* @param {String} transferID The id of the transfer
|
|
691
|
+
* @param {Object} opts Optional parameters
|
|
692
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
693
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
694
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
695
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
696
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
697
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
698
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
699
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
700
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
701
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
702
|
+
* @param {module:api/StripeAccountsApi~getStripeTransferPaymentMethodDetailsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
703
|
+
* data is of type: {@link module:model/TransferResponse}
|
|
704
|
+
*/
|
|
705
|
+
getStripeTransferPaymentMethodDetails(transferID: string, opts: any, callback: any): any;
|
|
706
|
+
/**
|
|
707
|
+
* Callback function to receive the result of the getUserStripeAccount operation.
|
|
708
|
+
* @callback module:api/StripeAccountsApi~getUserStripeAccountCallback
|
|
709
|
+
* @param {String} error Error message, if any.
|
|
710
|
+
* @param {module:model/CreateAccountResponse} data The data returned by the service call.
|
|
711
|
+
* @param {String} response The complete HTTP response.
|
|
712
|
+
*/
|
|
713
|
+
/**
|
|
714
|
+
* Retrieves the Stripe Account For the Specified User
|
|
715
|
+
* Retrieves the Stripe Account
|
|
716
|
+
* @param {Number} userID The id of the user to retrieve the account for
|
|
717
|
+
* @param {Object} opts Optional parameters
|
|
718
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
719
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
720
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
721
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
722
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
723
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
724
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
725
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
726
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
727
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
728
|
+
* @param {module:api/StripeAccountsApi~getUserStripeAccountCallback} callback The callback function, accepting three arguments: error, data, response
|
|
729
|
+
* data is of type: {@link module:model/CreateAccountResponse}
|
|
730
|
+
*/
|
|
731
|
+
getUserStripeAccount(userID: number, opts: any, callback: any): any;
|
|
732
|
+
/**
|
|
733
|
+
* Callback function to receive the result of the getUserStripeCustomerAccount operation.
|
|
734
|
+
* @callback module:api/StripeAccountsApi~getUserStripeCustomerAccountCallback
|
|
735
|
+
* @param {String} error Error message, if any.
|
|
736
|
+
* @param {module:model/CustomerResponse} data The data returned by the service call.
|
|
737
|
+
* @param {String} response The complete HTTP response.
|
|
738
|
+
*/
|
|
739
|
+
/**
|
|
740
|
+
* Retrieves the Stripe Customer Account For the Logged In User
|
|
741
|
+
* Retrieves the Stripe Customer Account
|
|
742
|
+
* @param {Number} userID The id of the user to retrieve the account for
|
|
743
|
+
* @param {Object} opts Optional parameters
|
|
744
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
745
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
746
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
747
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
748
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
749
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
750
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
751
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
752
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
753
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
754
|
+
* @param {module:api/StripeAccountsApi~getUserStripeCustomerAccountCallback} callback The callback function, accepting three arguments: error, data, response
|
|
755
|
+
* data is of type: {@link module:model/CustomerResponse}
|
|
756
|
+
*/
|
|
757
|
+
getUserStripeCustomerAccount(userID: number, opts: any, callback: any): any;
|
|
758
|
+
/**
|
|
759
|
+
* Callback function to receive the result of the payoutStripeAccount operation.
|
|
760
|
+
* @callback module:api/StripeAccountsApi~payoutStripeAccountCallback
|
|
761
|
+
* @param {String} error Error message, if any.
|
|
762
|
+
* @param {module:model/PayoutResponse} data The data returned by the service call.
|
|
763
|
+
* @param {String} response The complete HTTP response.
|
|
764
|
+
*/
|
|
765
|
+
/**
|
|
766
|
+
* Pays out the specified account
|
|
767
|
+
* Pays out the specified account
|
|
768
|
+
* @param {Number} accountID The id of the account we are paying out
|
|
769
|
+
* @param {module:model/PayoutInput} payoutInput Contains the info to create the Payout
|
|
770
|
+
* @param {Object} opts Optional parameters
|
|
771
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
772
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
773
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
774
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
775
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
776
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
777
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
778
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
779
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
780
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
781
|
+
* @param {module:api/StripeAccountsApi~payoutStripeAccountCallback} callback The callback function, accepting three arguments: error, data, response
|
|
782
|
+
* data is of type: {@link module:model/PayoutResponse}
|
|
783
|
+
*/
|
|
784
|
+
payoutStripeAccount(accountID: number, payoutInput: any, opts: any, callback: any): any;
|
|
785
|
+
/**
|
|
786
|
+
* Callback function to receive the result of the setApplicationStripePaymentAccount operation.
|
|
787
|
+
* @callback module:api/StripeAccountsApi~setApplicationStripePaymentAccountCallback
|
|
788
|
+
* @param {String} error Error message, if any.
|
|
789
|
+
* @param {module:model/ApplicationPaymentAccountResponse} data The data returned by the service call.
|
|
790
|
+
* @param {String} response The complete HTTP response.
|
|
791
|
+
*/
|
|
792
|
+
/**
|
|
793
|
+
* Updates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
|
|
794
|
+
* Updates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
|
|
795
|
+
* @param {Number} applicationid
|
|
796
|
+
* @param {Number} accountid
|
|
797
|
+
* @param {Object} opts Optional parameters
|
|
798
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
799
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
800
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
801
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
802
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
803
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
804
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
805
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
806
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
807
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
808
|
+
* @param {module:api/StripeAccountsApi~setApplicationStripePaymentAccountCallback} callback The callback function, accepting three arguments: error, data, response
|
|
809
|
+
* data is of type: {@link module:model/ApplicationPaymentAccountResponse}
|
|
810
|
+
*/
|
|
811
|
+
setApplicationStripePaymentAccount(applicationid: number, accountid: number, opts: any, callback: any): any;
|
|
812
|
+
/**
|
|
813
|
+
* Callback function to receive the result of the setDefaultCustomerStripePaymentMethod operation.
|
|
814
|
+
* @callback module:api/StripeAccountsApi~setDefaultCustomerStripePaymentMethodCallback
|
|
815
|
+
* @param {String} error Error message, if any.
|
|
816
|
+
* @param {module:model/PaymentMethodResponse} data The data returned by the service call.
|
|
817
|
+
* @param {String} response The complete HTTP response.
|
|
818
|
+
*/
|
|
819
|
+
/**
|
|
820
|
+
* Adds payment methods for the customer stored in stripe
|
|
821
|
+
* Retrieves the payment methods for the customer stored in stripe
|
|
822
|
+
* @param {Number} customerID The id of the customer
|
|
823
|
+
* @param {String} body The id of the payment method
|
|
824
|
+
* @param {Object} opts Optional parameters
|
|
825
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
826
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
827
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
828
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
829
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
830
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
831
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
832
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
833
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
834
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
835
|
+
* @param {module:api/StripeAccountsApi~setDefaultCustomerStripePaymentMethodCallback} callback The callback function, accepting three arguments: error, data, response
|
|
836
|
+
* data is of type: {@link module:model/PaymentMethodResponse}
|
|
837
|
+
*/
|
|
838
|
+
setDefaultCustomerStripePaymentMethod(customerID: number, body: string, opts: any, callback: any): any;
|
|
839
|
+
/**
|
|
840
|
+
* Callback function to receive the result of the setDefaultStripePaymentMethod operation.
|
|
841
|
+
* @callback module:api/StripeAccountsApi~setDefaultStripePaymentMethodCallback
|
|
842
|
+
* @param {String} error Error message, if any.
|
|
843
|
+
* @param {module:model/PaymentMethodResponse} data The data returned by the service call.
|
|
844
|
+
* @param {String} response The complete HTTP response.
|
|
845
|
+
*/
|
|
846
|
+
/**
|
|
847
|
+
* Sets the default payment method for the customer stored in stripe
|
|
848
|
+
* Retrieves the payment methods for the customer stored in stripe
|
|
849
|
+
* @param {String} body The id of the payment method
|
|
850
|
+
* @param {Object} opts Optional parameters
|
|
851
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
852
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
853
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
854
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
855
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
856
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
857
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
858
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
859
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
860
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
861
|
+
* @param {module:api/StripeAccountsApi~setDefaultStripePaymentMethodCallback} callback The callback function, accepting three arguments: error, data, response
|
|
862
|
+
* data is of type: {@link module:model/PaymentMethodResponse}
|
|
863
|
+
*/
|
|
864
|
+
setDefaultStripePaymentMethod(body: string, opts: any, callback: any): any;
|
|
865
|
+
/**
|
|
866
|
+
* Callback function to receive the result of the setSiteStripePaymentAccount operation.
|
|
867
|
+
* @callback module:api/StripeAccountsApi~setSiteStripePaymentAccountCallback
|
|
868
|
+
* @param {String} error Error message, if any.
|
|
869
|
+
* @param {module:model/ApplicationPaymentAccountResponse} data The data returned by the service call.
|
|
870
|
+
* @param {String} response The complete HTTP response.
|
|
871
|
+
*/
|
|
872
|
+
/**
|
|
873
|
+
* Updates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
|
|
874
|
+
* Updates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
|
|
875
|
+
* @param {Number} siteid
|
|
876
|
+
* @param {Number} accountid
|
|
877
|
+
* @param {Object} opts Optional parameters
|
|
878
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
879
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
880
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
881
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
882
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
883
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
884
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
885
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
886
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
887
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
888
|
+
* @param {module:api/StripeAccountsApi~setSiteStripePaymentAccountCallback} callback The callback function, accepting three arguments: error, data, response
|
|
889
|
+
* data is of type: {@link module:model/ApplicationPaymentAccountResponse}
|
|
890
|
+
*/
|
|
891
|
+
setSiteStripePaymentAccount(siteid: number, accountid: number, opts: any, callback: any): any;
|
|
892
|
+
/**
|
|
893
|
+
* Callback function to receive the result of the stripePayout operation.
|
|
894
|
+
* @callback module:api/StripeAccountsApi~stripePayoutCallback
|
|
895
|
+
* @param {String} error Error message, if any.
|
|
896
|
+
* @param {module:model/PayoutResponse} data The data returned by the service call.
|
|
897
|
+
* @param {String} response The complete HTTP response.
|
|
898
|
+
*/
|
|
899
|
+
/**
|
|
900
|
+
* Pays out the account of the logged in user
|
|
901
|
+
* Pays out the account of the logged in user
|
|
902
|
+
* @param {module:model/PayoutInput} payoutInput Contains the info to create the Payout
|
|
903
|
+
* @param {Object} opts Optional parameters
|
|
904
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
905
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
906
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
907
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
908
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
909
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
910
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
911
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
912
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
913
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
914
|
+
* @param {module:api/StripeAccountsApi~stripePayoutCallback} callback The callback function, accepting three arguments: error, data, response
|
|
915
|
+
* data is of type: {@link module:model/PayoutResponse}
|
|
916
|
+
*/
|
|
917
|
+
stripePayout(payoutInput: any, opts: any, callback: any): any;
|
|
918
|
+
/**
|
|
919
|
+
* Callback function to receive the result of the stripeTransfer operation.
|
|
920
|
+
* @callback module:api/StripeAccountsApi~stripeTransferCallback
|
|
921
|
+
* @param {String} error Error message, if any.
|
|
922
|
+
* @param {module:model/TransferResponse} data The data returned by the service call.
|
|
923
|
+
* @param {String} response The complete HTTP response.
|
|
924
|
+
*/
|
|
925
|
+
/**
|
|
926
|
+
* Sends a transfer payment from the logged in user to the recipient specified in the TransferInput
|
|
927
|
+
* Sends a transfer payment from the logged in user to the recipient specified in the TransferInput
|
|
928
|
+
* @param {module:model/TransferInput} transferInput Contains the info to create the Transfer
|
|
929
|
+
* @param {Object} opts Optional parameters
|
|
930
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
931
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
932
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
933
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
934
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
935
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
936
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
937
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
938
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
939
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
940
|
+
* @param {module:api/StripeAccountsApi~stripeTransferCallback} callback The callback function, accepting three arguments: error, data, response
|
|
941
|
+
* data is of type: {@link module:model/TransferResponse}
|
|
942
|
+
*/
|
|
943
|
+
stripeTransfer(transferInput: any, opts: any, callback: any): any;
|
|
944
|
+
/**
|
|
945
|
+
* Callback function to receive the result of the updateAccountLink operation.
|
|
946
|
+
* @callback module:api/StripeAccountsApi~updateAccountLinkCallback
|
|
947
|
+
* @param {String} error Error message, if any.
|
|
948
|
+
* @param {module:model/CreateAccountResponse} data The data returned by the service call.
|
|
949
|
+
* @param {String} response The complete HTTP response.
|
|
950
|
+
*/
|
|
951
|
+
/**
|
|
952
|
+
* Creates an Account Link which enables the user to update their Stripe account details
|
|
953
|
+
* Creates an Account Link which enables the user to update their Stripe account details
|
|
954
|
+
* @param {Number} accountID The accountid to update
|
|
955
|
+
* @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
|
|
956
|
+
* @param {Object} opts Optional parameters
|
|
957
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
958
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
959
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
960
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
961
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
962
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
963
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
964
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
965
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
966
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
967
|
+
* @param {module:api/StripeAccountsApi~updateAccountLinkCallback} callback The callback function, accepting three arguments: error, data, response
|
|
968
|
+
* data is of type: {@link module:model/CreateAccountResponse}
|
|
969
|
+
*/
|
|
970
|
+
updateAccountLink(accountID: number, createStripeAccountInput: any, opts: any, callback: any): any;
|
|
971
|
+
/**
|
|
972
|
+
* Callback function to receive the result of the updateCustomer operation.
|
|
973
|
+
* @callback module:api/StripeAccountsApi~updateCustomerCallback
|
|
974
|
+
* @param {String} error Error message, if any.
|
|
975
|
+
* @param {module:model/CustomerResponse} data The data returned by the service call.
|
|
976
|
+
* @param {String} response The complete HTTP response.
|
|
977
|
+
*/
|
|
978
|
+
/**
|
|
979
|
+
* Updates the customer account and returns a client secret to enable user to update their details on Stripe
|
|
980
|
+
* Creates a client secret to enable user to update their Stripe details
|
|
981
|
+
* @param {Number} customerID The customerid to update
|
|
982
|
+
* @param {module:model/CreateStripeCustomerInput} createStripeCustomerInput Contains the info to update the Stripe Customer Account including a client secret to pass into Stripe Payment Elements
|
|
983
|
+
* @param {Object} opts Optional parameters
|
|
984
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
985
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
986
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
987
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
988
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
989
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
990
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
991
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
992
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
993
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
994
|
+
* @param {module:api/StripeAccountsApi~updateCustomerCallback} callback The callback function, accepting three arguments: error, data, response
|
|
995
|
+
* data is of type: {@link module:model/CustomerResponse}
|
|
996
|
+
*/
|
|
997
|
+
updateCustomer(customerID: number, createStripeCustomerInput: any, opts: any, callback: any): any;
|
|
998
|
+
/**
|
|
999
|
+
* Callback function to receive the result of the updateStripePaymentMethod operation.
|
|
1000
|
+
* @callback module:api/StripeAccountsApi~updateStripePaymentMethodCallback
|
|
1001
|
+
* @param {String} error Error message, if any.
|
|
1002
|
+
* @param {module:model/PaymentMethodResponse} data The data returned by the service call.
|
|
1003
|
+
* @param {String} response The complete HTTP response.
|
|
1004
|
+
*/
|
|
1005
|
+
/**
|
|
1006
|
+
* Adds payment methods for the customer stored in stripe
|
|
1007
|
+
* Retrieves the payment methods for the customer stored in stripe
|
|
1008
|
+
* @param {String} paymentMethodID The id of the payment method to update
|
|
1009
|
+
* @param {Object} opts Optional parameters
|
|
1010
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1011
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1012
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1013
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1014
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1015
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1016
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1017
|
+
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
1018
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1019
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1020
|
+
* @param {module:model/PaymentMethodInput} [paymentMethodInput] The payment method data
|
|
1021
|
+
* @param {module:api/StripeAccountsApi~updateStripePaymentMethodCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1022
|
+
* data is of type: {@link module:model/PaymentMethodResponse}
|
|
1023
|
+
*/
|
|
1024
|
+
updateStripePaymentMethod(paymentMethodID: string, opts: any, callback: any): any;
|
|
1025
|
+
}
|