@gobodo/gobodo-api 0.1.24 → 0.1.26
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 +13 -2
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +6 -2
- package/dist/api/AdCampaignsApi.js +34 -2
- package/dist/api/AdManagementApi.js +50 -2
- package/dist/api/AdminDataManagementApi.js +6 -2
- package/dist/api/AdsApi.js +26 -2
- package/dist/api/AttachmentsApi.js +30 -2
- package/dist/api/AuthenticationApi.js +76 -5
- package/dist/api/CategoriesApi.js +30 -2
- package/dist/api/CommentsApi.js +34 -2
- package/dist/api/ContentManagementApi.js +98 -2
- package/dist/api/ConversationsApi.js +38 -2
- package/dist/api/DataSheetImportsApi.js +62 -2
- package/dist/api/DefaultApi.js +46 -2
- package/dist/api/DocumentsApi.js +54 -2
- package/dist/api/EntryPartsApi.js +54 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +14 -2
- package/dist/api/FilesApi.js +6 -2
- package/dist/api/FormsApi.js +74 -2
- package/dist/api/FunctionsApi.js +6 -2
- package/dist/api/GeocodeApi.js +22 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +42 -2
- package/dist/api/GraphObjectTypesApi.js +38 -2
- package/dist/api/GraphObjectsApi.js +258 -2
- package/dist/api/GraphRelationshipTypesApi.js +70 -2
- package/dist/api/GraphRelationshipsApi.js +126 -2
- package/dist/api/GraphSchemasApi.js +30 -2
- package/dist/api/GraphTraversalApi.js +22 -2
- package/dist/api/GraphsApi.js +46 -2
- package/dist/api/GroupsApi.js +46 -2
- package/dist/api/IAMApi.js +18 -2
- package/dist/api/ImagesApi.js +34 -2
- package/dist/api/InvitesApi.js +22 -2
- package/dist/api/LikesApi.js +50 -2
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +10 -2
- package/dist/api/MeetingEventsApi.js +22 -2
- package/dist/api/PagesApi.js +38 -2
- package/dist/api/PostsApi.js +22 -2
- package/dist/api/PrivateMessagesApi.js +66 -2
- package/dist/api/PublicationsApi.js +6 -2
- package/dist/api/ScreensApi.js +14 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +407 -2
- package/dist/api/TagsApi.js +6 -2
- package/dist/api/TemplatesApi.js +14 -2
- package/dist/api/ThemeMappingsApi.js +14 -2
- package/dist/api/TransactionsApi.js +2 -2
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +38 -2
- package/dist/api/UsersApi.js +38 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +46 -2
- package/dist/index.js +7 -0
- package/dist/model/APIClient.js +2 -2
- package/dist/model/AccountSessionInput.js +2 -2
- package/dist/model/AccountSessionResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCause.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.js +2 -2
- package/dist/model/Article.js +38 -38
- package/dist/model/Authorization.js +2 -2
- package/dist/model/Balance.js +2 -2
- package/dist/model/BalanceDetails.js +2 -2
- package/dist/model/BalanceResponse.js +2 -2
- package/dist/model/BankAccountInfo.js +2 -2
- package/dist/model/CardInfo.js +2 -2
- package/dist/model/Comment.js +14 -14
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.js +57 -57
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +38 -38
- package/dist/model/DocumentPart.js +28 -28
- package/dist/model/DocumentPartType.js +2 -2
- package/dist/model/DocumentType.js +2 -2
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +23 -23
- package/dist/model/File.js +14 -14
- package/dist/model/FileAttachmentUploadObject.js +14 -14
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.js +13 -13
- package/dist/model/FormSection.js +2 -2
- package/dist/model/FormSubmission.js +2 -2
- package/dist/model/Geocode.js +2 -2
- package/dist/model/GeocodePayload.js +2 -2
- package/dist/model/GeolocationInput.js +2 -2
- package/dist/model/Graph.js +2 -2
- package/dist/model/GraphAction.js +11 -11
- package/dist/model/GraphDatabaseService.js +10 -10
- package/dist/model/GraphGeocode.js +2 -2
- package/dist/model/GraphIteratorEntryPart.js +2 -2
- package/dist/model/GraphObject.js +11 -11
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.js +23 -23
- package/dist/model/GraphObjectType.js +2 -2
- package/dist/model/GraphObjectTypeSchema.js +2 -2
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelation.js +11 -11
- package/dist/model/GraphRelationObjectObject.js +11 -11
- package/dist/model/GraphRelationship.js +11 -11
- package/dist/model/GraphRelationshipPayload.js +2 -2
- package/dist/model/GraphRelationshipType.js +2 -2
- package/dist/model/GraphSchema.js +2 -2
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +28 -28
- package/dist/model/ImageUploadObject.js +28 -28
- package/dist/model/InputPart.js +12 -12
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +25 -25
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +17 -17
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +9 -9
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MessageGroup.js +2 -2
- package/dist/model/MultipartBody.js +2 -2
- package/dist/model/Objecttype.js +2 -2
- package/dist/model/Page.js +16 -16
- package/dist/model/PageSchema.js +26 -26
- package/dist/model/Pageable.js +2 -2
- package/dist/model/Path.js +2 -2
- package/dist/model/PaymentAccountObject.js +2 -2
- package/dist/model/PaymentIntentInput.js +2 -2
- package/dist/model/PaymentIntentResponse.js +2 -2
- package/dist/model/PaymentMethod.js +2 -2
- package/dist/model/PaymentMethodInput.js +2 -2
- package/dist/model/PaymentMethodResponse.js +2 -2
- package/dist/model/PaymentMethodsResponse.js +2 -2
- package/dist/model/Payout.js +2 -2
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.js +9 -9
- package/dist/model/PrivateMessageConversation.js +41 -41
- package/dist/model/PrivateMessageConversationSchema.js +2 -2
- package/dist/model/Profile.js +2 -2
- package/dist/model/Profiletype.js +2 -2
- package/dist/model/PropertyContainer.js +9 -9
- package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.js +2 -2
- package/dist/model/ScreenSchema.js +11 -11
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SkinField.js +23 -23
- package/dist/model/SocialGroup.js +10 -10
- package/dist/model/SocialGroupType.js +2 -2
- package/dist/model/Sort.js +2 -2
- package/dist/model/SourceTypes.js +2 -2
- package/dist/model/StatusUpdate.js +2 -2
- package/dist/model/StreetAddress.js +2 -2
- package/dist/model/StripeAccount.js +2 -2
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.js +2 -2
- package/dist/model/TemplateSchema.js +2 -2
- package/dist/model/ThemeMapping.js +16 -16
- package/dist/model/ThemeMappingPayload.js +10 -10
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +13 -3
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +16 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +158 -0
- package/dist/model/User.js +9 -9
- package/dist/model/UserDataPayload.js +9 -9
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.js +2 -2
- package/dist/model/UserInviteInput.js +2 -2
- package/dist/model/UserSchema.js +9 -9
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +38 -38
- package/dist/model/VideoLiveUrl.js +13 -13
- package/dist/model/VideoSchema.js +46 -46
- package/dist/model/VideoUploadObject.js +38 -38
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
|
@@ -33,7 +33,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
33
33
|
* gobodo-api
|
|
34
34
|
* REST Interface for Gobodo API
|
|
35
35
|
*
|
|
36
|
-
* The version of the OpenAPI document: 0.1.
|
|
36
|
+
* The version of the OpenAPI document: 0.1.26
|
|
37
37
|
* Contact: info@gobodo.io
|
|
38
38
|
*
|
|
39
39
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -44,7 +44,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
44
44
|
/**
|
|
45
45
|
* StripeAccounts service.
|
|
46
46
|
* @module api/StripeAccountsApi
|
|
47
|
-
* @version 0.1.
|
|
47
|
+
* @version 0.1.26
|
|
48
48
|
*/
|
|
49
49
|
var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
50
50
|
/**
|
|
@@ -72,7 +72,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
72
72
|
* Retrieves the payment methods for the customer stored in stripe
|
|
73
73
|
* @param {Object} opts Optional parameters
|
|
74
74
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
75
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
75
76
|
* @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
|
|
77
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
76
78
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
77
79
|
* @param {module:model/PaymentMethodInput} [paymentMethodInput]
|
|
78
80
|
* @param {module:api/StripeAccountsApi~addStripePaymentMethodCallback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -87,7 +89,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
87
89
|
var queryParams = {};
|
|
88
90
|
var headerParams = {
|
|
89
91
|
'Authorization': opts['authorization'],
|
|
92
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
90
93
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
94
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
91
95
|
'transactionid': opts['transactionid']
|
|
92
96
|
};
|
|
93
97
|
var formParams = {};
|
|
@@ -98,6 +102,99 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
98
102
|
return this.apiClient.callApi('/graph/data/payments/stripe/paymentmethods', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
99
103
|
}
|
|
100
104
|
|
|
105
|
+
/**
|
|
106
|
+
* Callback function to receive the result of the attachCustomerStripePaymentMethod operation.
|
|
107
|
+
* @callback module:api/StripeAccountsApi~attachCustomerStripePaymentMethodCallback
|
|
108
|
+
* @param {String} error Error message, if any.
|
|
109
|
+
* @param {module:model/PaymentMethodResponse} data The data returned by the service call.
|
|
110
|
+
* @param {String} response The complete HTTP response.
|
|
111
|
+
*/
|
|
112
|
+
|
|
113
|
+
/**
|
|
114
|
+
* Adds payment methods for the customer stored in stripe
|
|
115
|
+
* Retrieves the payment methods for the customer stored in stripe
|
|
116
|
+
* @param {Number} customerID The id of the customer
|
|
117
|
+
* @param {Object} opts Optional parameters
|
|
118
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
119
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
120
|
+
* @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
|
|
121
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
122
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
123
|
+
* @param {String} [body] The payment method id
|
|
124
|
+
* @param {module:api/StripeAccountsApi~attachCustomerStripePaymentMethodCallback} callback The callback function, accepting three arguments: error, data, response
|
|
125
|
+
* data is of type: {@link module:model/PaymentMethodResponse}
|
|
126
|
+
*/
|
|
127
|
+
}, {
|
|
128
|
+
key: "attachCustomerStripePaymentMethod",
|
|
129
|
+
value: function attachCustomerStripePaymentMethod(customerID, opts, callback) {
|
|
130
|
+
opts = opts || {};
|
|
131
|
+
var postBody = opts['body'];
|
|
132
|
+
// verify the required parameter 'customerID' is set
|
|
133
|
+
if (customerID === undefined || customerID === null) {
|
|
134
|
+
throw new Error("Missing the required parameter 'customerID' when calling attachCustomerStripePaymentMethod");
|
|
135
|
+
}
|
|
136
|
+
var pathParams = {
|
|
137
|
+
'customerID': customerID
|
|
138
|
+
};
|
|
139
|
+
var queryParams = {};
|
|
140
|
+
var headerParams = {
|
|
141
|
+
'Authorization': opts['authorization'],
|
|
142
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
143
|
+
'zeusportal-postas': opts['zeusportalPostas'],
|
|
144
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
145
|
+
'transactionid': opts['transactionid']
|
|
146
|
+
};
|
|
147
|
+
var formParams = {};
|
|
148
|
+
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
149
|
+
var contentTypes = ['application/json'];
|
|
150
|
+
var accepts = ['application/json'];
|
|
151
|
+
var returnType = _PaymentMethodResponse["default"];
|
|
152
|
+
return this.apiClient.callApi('/graph/data/payments/stripe/customer/{customerID}/paymentmethods', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
/**
|
|
156
|
+
* Callback function to receive the result of the attachStripePaymentMethod operation.
|
|
157
|
+
* @callback module:api/StripeAccountsApi~attachStripePaymentMethodCallback
|
|
158
|
+
* @param {String} error Error message, if any.
|
|
159
|
+
* @param {module:model/PaymentMethodResponse} data The data returned by the service call.
|
|
160
|
+
* @param {String} response The complete HTTP response.
|
|
161
|
+
*/
|
|
162
|
+
|
|
163
|
+
/**
|
|
164
|
+
* Adds payment methods for the customer stored in stripe
|
|
165
|
+
* Retrieves the payment methods for the customer stored in stripe
|
|
166
|
+
* @param {Object} opts Optional parameters
|
|
167
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
168
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
169
|
+
* @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
|
|
170
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
171
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
172
|
+
* @param {String} [body] The payment method id
|
|
173
|
+
* @param {module:api/StripeAccountsApi~attachStripePaymentMethodCallback} callback The callback function, accepting three arguments: error, data, response
|
|
174
|
+
* data is of type: {@link module:model/PaymentMethodResponse}
|
|
175
|
+
*/
|
|
176
|
+
}, {
|
|
177
|
+
key: "attachStripePaymentMethod",
|
|
178
|
+
value: function attachStripePaymentMethod(opts, callback) {
|
|
179
|
+
opts = opts || {};
|
|
180
|
+
var postBody = opts['body'];
|
|
181
|
+
var pathParams = {};
|
|
182
|
+
var queryParams = {};
|
|
183
|
+
var headerParams = {
|
|
184
|
+
'Authorization': opts['authorization'],
|
|
185
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
186
|
+
'zeusportal-postas': opts['zeusportalPostas'],
|
|
187
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
188
|
+
'transactionid': opts['transactionid']
|
|
189
|
+
};
|
|
190
|
+
var formParams = {};
|
|
191
|
+
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
192
|
+
var contentTypes = ['text/plain'];
|
|
193
|
+
var accepts = ['application/json'];
|
|
194
|
+
var returnType = _PaymentMethodResponse["default"];
|
|
195
|
+
return this.apiClient.callApi('/graph/data/payments/stripe/paymentmethods', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
196
|
+
}
|
|
197
|
+
|
|
101
198
|
/**
|
|
102
199
|
* Callback function to receive the result of the createAccountSession operation.
|
|
103
200
|
* @callback module:api/StripeAccountsApi~createAccountSessionCallback
|
|
@@ -112,7 +209,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
112
209
|
* @param {module:model/AccountSessionInput} accountSessionInput Contains the info to create the Account Session
|
|
113
210
|
* @param {Object} opts Optional parameters
|
|
114
211
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
212
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
115
213
|
* @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
|
|
214
|
+
* @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
215
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
117
216
|
* @param {module:api/StripeAccountsApi~createAccountSessionCallback} callback The callback function, accepting three arguments: error, data, response
|
|
118
217
|
* data is of type: {@link module:model/AccountSessionResponse}
|
|
@@ -130,7 +229,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
130
229
|
var queryParams = {};
|
|
131
230
|
var headerParams = {
|
|
132
231
|
'Authorization': opts['authorization'],
|
|
232
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
133
233
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
234
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
134
235
|
'transactionid': opts['transactionid']
|
|
135
236
|
};
|
|
136
237
|
var formParams = {};
|
|
@@ -155,7 +256,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
155
256
|
* @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
|
|
156
257
|
* @param {Object} opts Optional parameters
|
|
157
258
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
259
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
158
260
|
* @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
|
|
261
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
159
262
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
160
263
|
* @param {module:api/StripeAccountsApi~createAndLinkStripeAccountCallback} callback The callback function, accepting three arguments: error, data, response
|
|
161
264
|
* data is of type: {@link module:model/CreateAccountResponse}
|
|
@@ -173,7 +276,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
173
276
|
var queryParams = {};
|
|
174
277
|
var headerParams = {
|
|
175
278
|
'Authorization': opts['authorization'],
|
|
279
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
176
280
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
281
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
177
282
|
'transactionid': opts['transactionid']
|
|
178
283
|
};
|
|
179
284
|
var formParams = {};
|
|
@@ -198,7 +303,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
198
303
|
* @param {module:model/CreateStripeCustomerInput} createStripeCustomerInput Contains the info to create the Stripe Account
|
|
199
304
|
* @param {Object} opts Optional parameters
|
|
200
305
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
306
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
201
307
|
* @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
|
|
308
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
202
309
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
203
310
|
* @param {module:api/StripeAccountsApi~createAndLinkStripeCustomerAccountCallback} callback The callback function, accepting three arguments: error, data, response
|
|
204
311
|
* data is of type: {@link module:model/CustomerResponse}
|
|
@@ -216,7 +323,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
216
323
|
var queryParams = {};
|
|
217
324
|
var headerParams = {
|
|
218
325
|
'Authorization': opts['authorization'],
|
|
326
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
219
327
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
328
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
220
329
|
'transactionid': opts['transactionid']
|
|
221
330
|
};
|
|
222
331
|
var formParams = {};
|
|
@@ -242,7 +351,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
242
351
|
* @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
|
|
243
352
|
* @param {Object} opts Optional parameters
|
|
244
353
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
354
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
245
355
|
* @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
|
|
356
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
246
357
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
247
358
|
* @param {module:api/StripeAccountsApi~createApplicationStripePaymentAccountCallback} callback The callback function, accepting three arguments: error, data, response
|
|
248
359
|
* data is of type: {@link module:model/ApplicationPaymentAccountResponse}
|
|
@@ -266,7 +377,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
266
377
|
var queryParams = {};
|
|
267
378
|
var headerParams = {
|
|
268
379
|
'Authorization': opts['authorization'],
|
|
380
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
269
381
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
382
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
270
383
|
'transactionid': opts['transactionid']
|
|
271
384
|
};
|
|
272
385
|
var formParams = {};
|
|
@@ -292,7 +405,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
292
405
|
* @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
|
|
293
406
|
* @param {Object} opts Optional parameters
|
|
294
407
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
408
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
295
409
|
* @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
|
|
410
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
296
411
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
297
412
|
* @param {module:api/StripeAccountsApi~createSiteStripePaymentAccountCallback} callback The callback function, accepting three arguments: error, data, response
|
|
298
413
|
* data is of type: {@link module:model/ApplicationPaymentAccountResponse}
|
|
@@ -316,7 +431,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
316
431
|
var queryParams = {};
|
|
317
432
|
var headerParams = {
|
|
318
433
|
'Authorization': opts['authorization'],
|
|
434
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
319
435
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
436
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
320
437
|
'transactionid': opts['transactionid']
|
|
321
438
|
};
|
|
322
439
|
var formParams = {};
|
|
@@ -341,7 +458,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
341
458
|
* @param {module:model/PaymentIntentInput} paymentIntentInput Contains the info to create the Stripe Payment Intent
|
|
342
459
|
* @param {Object} opts Optional parameters
|
|
343
460
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
461
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
344
462
|
* @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
|
|
463
|
+
* @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
464
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
346
465
|
* @param {module:api/StripeAccountsApi~createStripePaymentIntentCallback} callback The callback function, accepting three arguments: error, data, response
|
|
347
466
|
* data is of type: {@link module:model/PaymentIntentResponse}
|
|
@@ -359,7 +478,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
359
478
|
var queryParams = {};
|
|
360
479
|
var headerParams = {
|
|
361
480
|
'Authorization': opts['authorization'],
|
|
481
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
362
482
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
483
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
363
484
|
'transactionid': opts['transactionid']
|
|
364
485
|
};
|
|
365
486
|
var formParams = {};
|
|
@@ -381,7 +502,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
381
502
|
/**
|
|
382
503
|
* @param {Object} opts Optional parameters
|
|
383
504
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
505
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
384
506
|
* @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
|
|
507
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
385
508
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
386
509
|
* @param {module:api/StripeAccountsApi~deleteAccountCallback} callback The callback function, accepting three arguments: error, data, response
|
|
387
510
|
* data is of type: {@link Object}
|
|
@@ -395,7 +518,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
395
518
|
var queryParams = {};
|
|
396
519
|
var headerParams = {
|
|
397
520
|
'Authorization': opts['authorization'],
|
|
521
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
398
522
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
523
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
399
524
|
'transactionid': opts['transactionid']
|
|
400
525
|
};
|
|
401
526
|
var formParams = {};
|
|
@@ -418,7 +543,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
418
543
|
* Root for the API
|
|
419
544
|
* @param {Object} opts Optional parameters
|
|
420
545
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
546
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
421
547
|
* @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
|
|
548
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
422
549
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
423
550
|
* @param {module:api/StripeAccountsApi~getCallback} callback The callback function, accepting three arguments: error, data, response
|
|
424
551
|
*/
|
|
@@ -431,7 +558,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
431
558
|
var queryParams = {};
|
|
432
559
|
var headerParams = {
|
|
433
560
|
'Authorization': opts['authorization'],
|
|
561
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
434
562
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
563
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
435
564
|
'transactionid': opts['transactionid']
|
|
436
565
|
};
|
|
437
566
|
var formParams = {};
|
|
@@ -455,7 +584,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
455
584
|
* @param {Number} id
|
|
456
585
|
* @param {Object} opts Optional parameters
|
|
457
586
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
587
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
458
588
|
* @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
|
|
589
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
459
590
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
460
591
|
* @param {module:api/StripeAccountsApi~get1Callback} callback The callback function, accepting three arguments: error, data, response
|
|
461
592
|
* data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
|
|
@@ -475,7 +606,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
475
606
|
var queryParams = {};
|
|
476
607
|
var headerParams = {
|
|
477
608
|
'Authorization': opts['authorization'],
|
|
609
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
478
610
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
611
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
479
612
|
'transactionid': opts['transactionid']
|
|
480
613
|
};
|
|
481
614
|
var formParams = {};
|
|
@@ -502,7 +635,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
502
635
|
* @param {Number} applicationid
|
|
503
636
|
* @param {Object} opts Optional parameters
|
|
504
637
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
638
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
505
639
|
* @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
|
|
640
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
506
641
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
507
642
|
* @param {module:api/StripeAccountsApi~getApplicationStripePaymentAccountCallback} callback The callback function, accepting three arguments: error, data, response
|
|
508
643
|
* data is of type: {@link module:model/ApplicationPaymentAccountResponse}
|
|
@@ -522,7 +657,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
522
657
|
var queryParams = {};
|
|
523
658
|
var headerParams = {
|
|
524
659
|
'Authorization': opts['authorization'],
|
|
660
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
525
661
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
662
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
526
663
|
'transactionid': opts['transactionid']
|
|
527
664
|
};
|
|
528
665
|
var formParams = {};
|
|
@@ -547,7 +684,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
547
684
|
* @param {Number} siteid
|
|
548
685
|
* @param {Object} opts Optional parameters
|
|
549
686
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
687
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
550
688
|
* @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
|
|
689
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
551
690
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
552
691
|
* @param {module:api/StripeAccountsApi~getSiteStripePaymentAccountCallback} callback The callback function, accepting three arguments: error, data, response
|
|
553
692
|
* data is of type: {@link module:model/ApplicationPaymentAccountResponse}
|
|
@@ -567,7 +706,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
567
706
|
var queryParams = {};
|
|
568
707
|
var headerParams = {
|
|
569
708
|
'Authorization': opts['authorization'],
|
|
709
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
570
710
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
711
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
571
712
|
'transactionid': opts['transactionid']
|
|
572
713
|
};
|
|
573
714
|
var formParams = {};
|
|
@@ -591,7 +732,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
591
732
|
* Retrieves the Stripe Customer Account
|
|
592
733
|
* @param {Object} opts Optional parameters
|
|
593
734
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
735
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
594
736
|
* @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
|
|
737
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
595
738
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
596
739
|
* @param {module:api/StripeAccountsApi~getStripeAccountCallback} callback The callback function, accepting three arguments: error, data, response
|
|
597
740
|
* data is of type: {@link module:model/CreateAccountResponse}
|
|
@@ -605,7 +748,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
605
748
|
var queryParams = {};
|
|
606
749
|
var headerParams = {
|
|
607
750
|
'Authorization': opts['authorization'],
|
|
751
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
608
752
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
753
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
609
754
|
'transactionid': opts['transactionid']
|
|
610
755
|
};
|
|
611
756
|
var formParams = {};
|
|
@@ -630,7 +775,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
630
775
|
* @param {Number} accountID The id of the account we are getting the balance for
|
|
631
776
|
* @param {Object} opts Optional parameters
|
|
632
777
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
778
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
633
779
|
* @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
|
|
780
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
634
781
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
635
782
|
* @param {module:api/StripeAccountsApi~getStripeAccountBalanceCallback} callback The callback function, accepting three arguments: error, data, response
|
|
636
783
|
* data is of type: {@link module:model/BalanceResponse}
|
|
@@ -650,7 +797,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
650
797
|
var queryParams = {};
|
|
651
798
|
var headerParams = {
|
|
652
799
|
'Authorization': opts['authorization'],
|
|
800
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
653
801
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
802
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
654
803
|
'transactionid': opts['transactionid']
|
|
655
804
|
};
|
|
656
805
|
var formParams = {};
|
|
@@ -674,7 +823,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
674
823
|
* Returns the publishable API key for Stripe
|
|
675
824
|
* @param {Object} opts Optional parameters
|
|
676
825
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
826
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
677
827
|
* @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
|
|
828
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
678
829
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
679
830
|
* @param {module:api/StripeAccountsApi~getStripeApiKeyCallback} callback The callback function, accepting three arguments: error, data, response
|
|
680
831
|
* data is of type: {@link String}
|
|
@@ -688,7 +839,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
688
839
|
var queryParams = {};
|
|
689
840
|
var headerParams = {
|
|
690
841
|
'Authorization': opts['authorization'],
|
|
842
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
691
843
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
844
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
692
845
|
'transactionid': opts['transactionid']
|
|
693
846
|
};
|
|
694
847
|
var formParams = {};
|
|
@@ -712,7 +865,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
712
865
|
* Gets the balance of the logged in user
|
|
713
866
|
* @param {Object} opts Optional parameters
|
|
714
867
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
868
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
715
869
|
* @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
|
|
870
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
716
871
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
717
872
|
* @param {module:api/StripeAccountsApi~getStripeBalanceCallback} callback The callback function, accepting three arguments: error, data, response
|
|
718
873
|
* data is of type: {@link module:model/BalanceResponse}
|
|
@@ -726,7 +881,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
726
881
|
var queryParams = {};
|
|
727
882
|
var headerParams = {
|
|
728
883
|
'Authorization': opts['authorization'],
|
|
884
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
729
885
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
886
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
730
887
|
'transactionid': opts['transactionid']
|
|
731
888
|
};
|
|
732
889
|
var formParams = {};
|
|
@@ -750,7 +907,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
750
907
|
* Retrieves the Stripe Customer Account
|
|
751
908
|
* @param {Object} opts Optional parameters
|
|
752
909
|
* @param {String} [authorization] The authorization token of the logged in 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
|
|
753
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
|
|
754
913
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
755
914
|
* @param {module:api/StripeAccountsApi~getStripeCustomerAccountCallback} callback The callback function, accepting three arguments: error, data, response
|
|
756
915
|
* data is of type: {@link module:model/CustomerResponse}
|
|
@@ -764,7 +923,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
764
923
|
var queryParams = {};
|
|
765
924
|
var headerParams = {
|
|
766
925
|
'Authorization': opts['authorization'],
|
|
926
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
767
927
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
928
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
768
929
|
'transactionid': opts['transactionid']
|
|
769
930
|
};
|
|
770
931
|
var formParams = {};
|
|
@@ -789,7 +950,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
789
950
|
* @param {Number} customerID The customerid to update
|
|
790
951
|
* @param {Object} opts Optional parameters
|
|
791
952
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
953
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
792
954
|
* @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
|
|
955
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
793
956
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
794
957
|
* @param {module:api/StripeAccountsApi~getStripeCustomerPaymentMethodsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
795
958
|
* data is of type: {@link module:model/PaymentMethodsResponse}
|
|
@@ -809,7 +972,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
809
972
|
var queryParams = {};
|
|
810
973
|
var headerParams = {
|
|
811
974
|
'Authorization': opts['authorization'],
|
|
975
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
812
976
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
977
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
813
978
|
'transactionid': opts['transactionid']
|
|
814
979
|
};
|
|
815
980
|
var formParams = {};
|
|
@@ -833,7 +998,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
833
998
|
* Retrieves the payment methods for the customer stored in stripe
|
|
834
999
|
* @param {Object} opts Optional parameters
|
|
835
1000
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1001
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
836
1002
|
* @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
|
|
1003
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
837
1004
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
838
1005
|
* @param {module:api/StripeAccountsApi~getStripePaymentMethodsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
839
1006
|
* data is of type: {@link module:model/PaymentMethodsResponse}
|
|
@@ -847,7 +1014,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
847
1014
|
var queryParams = {};
|
|
848
1015
|
var headerParams = {
|
|
849
1016
|
'Authorization': opts['authorization'],
|
|
1017
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
850
1018
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1019
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
851
1020
|
'transactionid': opts['transactionid']
|
|
852
1021
|
};
|
|
853
1022
|
var formParams = {};
|
|
@@ -858,6 +1027,202 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
858
1027
|
return this.apiClient.callApi('/graph/data/payments/stripe/paymentmethods', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
859
1028
|
}
|
|
860
1029
|
|
|
1030
|
+
/**
|
|
1031
|
+
* Callback function to receive the result of the getStripeTransfer operation.
|
|
1032
|
+
* @callback module:api/StripeAccountsApi~getStripeTransferCallback
|
|
1033
|
+
* @param {String} error Error message, if any.
|
|
1034
|
+
* @param {module:model/TransferResponse} data The data returned by the service call.
|
|
1035
|
+
* @param {String} response The complete HTTP response.
|
|
1036
|
+
*/
|
|
1037
|
+
|
|
1038
|
+
/**
|
|
1039
|
+
* Retrieves the transfer payment with the given transferId
|
|
1040
|
+
* Retrieves the transfer payment with the given transferId
|
|
1041
|
+
* @param {String} transferID The id of the transfer
|
|
1042
|
+
* @param {Object} opts Optional parameters
|
|
1043
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1044
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1045
|
+
* @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
|
|
1046
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1047
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1048
|
+
* @param {module:api/StripeAccountsApi~getStripeTransferCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1049
|
+
* data is of type: {@link module:model/TransferResponse}
|
|
1050
|
+
*/
|
|
1051
|
+
}, {
|
|
1052
|
+
key: "getStripeTransfer",
|
|
1053
|
+
value: function getStripeTransfer(transferID, opts, callback) {
|
|
1054
|
+
opts = opts || {};
|
|
1055
|
+
var postBody = null;
|
|
1056
|
+
// verify the required parameter 'transferID' is set
|
|
1057
|
+
if (transferID === undefined || transferID === null) {
|
|
1058
|
+
throw new Error("Missing the required parameter 'transferID' when calling getStripeTransfer");
|
|
1059
|
+
}
|
|
1060
|
+
var pathParams = {
|
|
1061
|
+
'transferID': transferID
|
|
1062
|
+
};
|
|
1063
|
+
var queryParams = {};
|
|
1064
|
+
var headerParams = {
|
|
1065
|
+
'Authorization': opts['authorization'],
|
|
1066
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1067
|
+
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1068
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1069
|
+
'transactionid': opts['transactionid']
|
|
1070
|
+
};
|
|
1071
|
+
var formParams = {};
|
|
1072
|
+
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
1073
|
+
var contentTypes = [];
|
|
1074
|
+
var accepts = ['application/json'];
|
|
1075
|
+
var returnType = _TransferResponse["default"];
|
|
1076
|
+
return this.apiClient.callApi('/graph/data/payments/stripe/transfer/{transferID}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
1077
|
+
}
|
|
1078
|
+
|
|
1079
|
+
/**
|
|
1080
|
+
* Callback function to receive the result of the getStripeTransferPaymentMethodDetails operation.
|
|
1081
|
+
* @callback module:api/StripeAccountsApi~getStripeTransferPaymentMethodDetailsCallback
|
|
1082
|
+
* @param {String} error Error message, if any.
|
|
1083
|
+
* @param {module:model/TransferResponse} data The data returned by the service call.
|
|
1084
|
+
* @param {String} response The complete HTTP response.
|
|
1085
|
+
*/
|
|
1086
|
+
|
|
1087
|
+
/**
|
|
1088
|
+
* Retrieves the transfer payment details with the given transferId
|
|
1089
|
+
* Retrieves the transfer payment with the given transferId
|
|
1090
|
+
* @param {String} transferID The id of the transfer
|
|
1091
|
+
* @param {Object} opts Optional parameters
|
|
1092
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1093
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1094
|
+
* @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
|
|
1095
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1096
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1097
|
+
* @param {module:api/StripeAccountsApi~getStripeTransferPaymentMethodDetailsCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1098
|
+
* data is of type: {@link module:model/TransferResponse}
|
|
1099
|
+
*/
|
|
1100
|
+
}, {
|
|
1101
|
+
key: "getStripeTransferPaymentMethodDetails",
|
|
1102
|
+
value: function getStripeTransferPaymentMethodDetails(transferID, opts, callback) {
|
|
1103
|
+
opts = opts || {};
|
|
1104
|
+
var postBody = null;
|
|
1105
|
+
// verify the required parameter 'transferID' is set
|
|
1106
|
+
if (transferID === undefined || transferID === null) {
|
|
1107
|
+
throw new Error("Missing the required parameter 'transferID' when calling getStripeTransferPaymentMethodDetails");
|
|
1108
|
+
}
|
|
1109
|
+
var pathParams = {
|
|
1110
|
+
'transferID': transferID
|
|
1111
|
+
};
|
|
1112
|
+
var queryParams = {};
|
|
1113
|
+
var headerParams = {
|
|
1114
|
+
'Authorization': opts['authorization'],
|
|
1115
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1116
|
+
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1117
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1118
|
+
'transactionid': opts['transactionid']
|
|
1119
|
+
};
|
|
1120
|
+
var formParams = {};
|
|
1121
|
+
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
1122
|
+
var contentTypes = [];
|
|
1123
|
+
var accepts = ['application/json'];
|
|
1124
|
+
var returnType = _TransferResponse["default"];
|
|
1125
|
+
return this.apiClient.callApi('/graph/data/payments/stripe/transfer/{transferID}/paymentMethodDetails', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
1126
|
+
}
|
|
1127
|
+
|
|
1128
|
+
/**
|
|
1129
|
+
* Callback function to receive the result of the getUserStripeAccount operation.
|
|
1130
|
+
* @callback module:api/StripeAccountsApi~getUserStripeAccountCallback
|
|
1131
|
+
* @param {String} error Error message, if any.
|
|
1132
|
+
* @param {module:model/CreateAccountResponse} data The data returned by the service call.
|
|
1133
|
+
* @param {String} response The complete HTTP response.
|
|
1134
|
+
*/
|
|
1135
|
+
|
|
1136
|
+
/**
|
|
1137
|
+
* Retrieves the Stripe Account For the Specified User
|
|
1138
|
+
* Retrieves the Stripe Account
|
|
1139
|
+
* @param {Number} userID The id of the user to retrieve the account for
|
|
1140
|
+
* @param {Object} opts Optional parameters
|
|
1141
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1142
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1143
|
+
* @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
|
|
1144
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1145
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1146
|
+
* @param {module:api/StripeAccountsApi~getUserStripeAccountCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1147
|
+
* data is of type: {@link module:model/CreateAccountResponse}
|
|
1148
|
+
*/
|
|
1149
|
+
}, {
|
|
1150
|
+
key: "getUserStripeAccount",
|
|
1151
|
+
value: function getUserStripeAccount(userID, opts, callback) {
|
|
1152
|
+
opts = opts || {};
|
|
1153
|
+
var postBody = null;
|
|
1154
|
+
// verify the required parameter 'userID' is set
|
|
1155
|
+
if (userID === undefined || userID === null) {
|
|
1156
|
+
throw new Error("Missing the required parameter 'userID' when calling getUserStripeAccount");
|
|
1157
|
+
}
|
|
1158
|
+
var pathParams = {
|
|
1159
|
+
'userID': userID
|
|
1160
|
+
};
|
|
1161
|
+
var queryParams = {};
|
|
1162
|
+
var headerParams = {
|
|
1163
|
+
'Authorization': opts['authorization'],
|
|
1164
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1165
|
+
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1166
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1167
|
+
'transactionid': opts['transactionid']
|
|
1168
|
+
};
|
|
1169
|
+
var formParams = {};
|
|
1170
|
+
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
1171
|
+
var contentTypes = [];
|
|
1172
|
+
var accepts = ['application/json'];
|
|
1173
|
+
var returnType = _CreateAccountResponse["default"];
|
|
1174
|
+
return this.apiClient.callApi('/graph/data/payments/stripe/user/{userID}/account', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
1175
|
+
}
|
|
1176
|
+
|
|
1177
|
+
/**
|
|
1178
|
+
* Callback function to receive the result of the getUserStripeCustomerAccount operation.
|
|
1179
|
+
* @callback module:api/StripeAccountsApi~getUserStripeCustomerAccountCallback
|
|
1180
|
+
* @param {String} error Error message, if any.
|
|
1181
|
+
* @param {module:model/CustomerResponse} data The data returned by the service call.
|
|
1182
|
+
* @param {String} response The complete HTTP response.
|
|
1183
|
+
*/
|
|
1184
|
+
|
|
1185
|
+
/**
|
|
1186
|
+
* Retrieves the Stripe Customer Account For the Logged In User
|
|
1187
|
+
* Retrieves the Stripe Customer Account
|
|
1188
|
+
* @param {Number} userID The id of the user to retrieve the account for
|
|
1189
|
+
* @param {Object} opts Optional parameters
|
|
1190
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
1191
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1192
|
+
* @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
|
|
1193
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1194
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1195
|
+
* @param {module:api/StripeAccountsApi~getUserStripeCustomerAccountCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1196
|
+
* data is of type: {@link module:model/CustomerResponse}
|
|
1197
|
+
*/
|
|
1198
|
+
}, {
|
|
1199
|
+
key: "getUserStripeCustomerAccount",
|
|
1200
|
+
value: function getUserStripeCustomerAccount(userID, opts, callback) {
|
|
1201
|
+
opts = opts || {};
|
|
1202
|
+
var postBody = null;
|
|
1203
|
+
// verify the required parameter 'userID' is set
|
|
1204
|
+
if (userID === undefined || userID === null) {
|
|
1205
|
+
throw new Error("Missing the required parameter 'userID' when calling getUserStripeCustomerAccount");
|
|
1206
|
+
}
|
|
1207
|
+
var pathParams = {
|
|
1208
|
+
'userID': userID
|
|
1209
|
+
};
|
|
1210
|
+
var queryParams = {};
|
|
1211
|
+
var headerParams = {
|
|
1212
|
+
'Authorization': opts['authorization'],
|
|
1213
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1214
|
+
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1215
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1216
|
+
'transactionid': opts['transactionid']
|
|
1217
|
+
};
|
|
1218
|
+
var formParams = {};
|
|
1219
|
+
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
1220
|
+
var contentTypes = [];
|
|
1221
|
+
var accepts = ['application/json'];
|
|
1222
|
+
var returnType = _CustomerResponse["default"];
|
|
1223
|
+
return this.apiClient.callApi('/graph/data/payments/stripe/user/{userID}/customer', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
1224
|
+
}
|
|
1225
|
+
|
|
861
1226
|
/**
|
|
862
1227
|
* Callback function to receive the result of the payoutStripeAccount operation.
|
|
863
1228
|
* @callback module:api/StripeAccountsApi~payoutStripeAccountCallback
|
|
@@ -873,7 +1238,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
873
1238
|
* @param {module:model/PayoutInput} payoutInput Contains the info to create the Payout
|
|
874
1239
|
* @param {Object} opts Optional parameters
|
|
875
1240
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1241
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
876
1242
|
* @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
|
|
1243
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
877
1244
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
878
1245
|
* @param {module:api/StripeAccountsApi~payoutStripeAccountCallback} callback The callback function, accepting three arguments: error, data, response
|
|
879
1246
|
* data is of type: {@link module:model/PayoutResponse}
|
|
@@ -897,7 +1264,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
897
1264
|
var queryParams = {};
|
|
898
1265
|
var headerParams = {
|
|
899
1266
|
'Authorization': opts['authorization'],
|
|
1267
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
900
1268
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1269
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
901
1270
|
'transactionid': opts['transactionid']
|
|
902
1271
|
};
|
|
903
1272
|
var formParams = {};
|
|
@@ -923,7 +1292,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
923
1292
|
* @param {Number} accountid
|
|
924
1293
|
* @param {Object} opts Optional parameters
|
|
925
1294
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1295
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
926
1296
|
* @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
|
|
1297
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
927
1298
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
928
1299
|
* @param {module:api/StripeAccountsApi~setApplicationStripePaymentAccountCallback} callback The callback function, accepting three arguments: error, data, response
|
|
929
1300
|
* data is of type: {@link module:model/ApplicationPaymentAccountResponse}
|
|
@@ -948,7 +1319,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
948
1319
|
var queryParams = {};
|
|
949
1320
|
var headerParams = {
|
|
950
1321
|
'Authorization': opts['authorization'],
|
|
1322
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
951
1323
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1324
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
952
1325
|
'transactionid': opts['transactionid']
|
|
953
1326
|
};
|
|
954
1327
|
var formParams = {};
|
|
@@ -974,7 +1347,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
974
1347
|
* @param {String} body The id of the payment method
|
|
975
1348
|
* @param {Object} opts Optional parameters
|
|
976
1349
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1350
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
977
1351
|
* @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
|
|
1352
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
978
1353
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
979
1354
|
* @param {module:api/StripeAccountsApi~setDefaultCustomerStripePaymentMethodCallback} callback The callback function, accepting three arguments: error, data, response
|
|
980
1355
|
* data is of type: {@link module:model/PaymentMethodResponse}
|
|
@@ -998,7 +1373,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
998
1373
|
var queryParams = {};
|
|
999
1374
|
var headerParams = {
|
|
1000
1375
|
'Authorization': opts['authorization'],
|
|
1376
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1001
1377
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1378
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1002
1379
|
'transactionid': opts['transactionid']
|
|
1003
1380
|
};
|
|
1004
1381
|
var formParams = {};
|
|
@@ -1023,7 +1400,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1023
1400
|
* @param {String} body The id of the payment method
|
|
1024
1401
|
* @param {Object} opts Optional parameters
|
|
1025
1402
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1403
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1026
1404
|
* @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
|
|
1405
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1027
1406
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1028
1407
|
* @param {module:api/StripeAccountsApi~setDefaultStripePaymentMethodCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1029
1408
|
* data is of type: {@link module:model/PaymentMethodResponse}
|
|
@@ -1041,7 +1420,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1041
1420
|
var queryParams = {};
|
|
1042
1421
|
var headerParams = {
|
|
1043
1422
|
'Authorization': opts['authorization'],
|
|
1423
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1044
1424
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1425
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1045
1426
|
'transactionid': opts['transactionid']
|
|
1046
1427
|
};
|
|
1047
1428
|
var formParams = {};
|
|
@@ -1067,7 +1448,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1067
1448
|
* @param {Number} accountid
|
|
1068
1449
|
* @param {Object} opts Optional parameters
|
|
1069
1450
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1451
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1070
1452
|
* @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
|
|
1453
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1071
1454
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1072
1455
|
* @param {module:api/StripeAccountsApi~setSiteStripePaymentAccountCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1073
1456
|
* data is of type: {@link module:model/ApplicationPaymentAccountResponse}
|
|
@@ -1092,7 +1475,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1092
1475
|
var queryParams = {};
|
|
1093
1476
|
var headerParams = {
|
|
1094
1477
|
'Authorization': opts['authorization'],
|
|
1478
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1095
1479
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1480
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1096
1481
|
'transactionid': opts['transactionid']
|
|
1097
1482
|
};
|
|
1098
1483
|
var formParams = {};
|
|
@@ -1117,7 +1502,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1117
1502
|
* @param {module:model/PayoutInput} payoutInput Contains the info to create the Payout
|
|
1118
1503
|
* @param {Object} opts Optional parameters
|
|
1119
1504
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1505
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1120
1506
|
* @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
|
|
1507
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1121
1508
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1122
1509
|
* @param {module:api/StripeAccountsApi~stripePayoutCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1123
1510
|
* data is of type: {@link module:model/PayoutResponse}
|
|
@@ -1135,7 +1522,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1135
1522
|
var queryParams = {};
|
|
1136
1523
|
var headerParams = {
|
|
1137
1524
|
'Authorization': opts['authorization'],
|
|
1525
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1138
1526
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1527
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1139
1528
|
'transactionid': opts['transactionid']
|
|
1140
1529
|
};
|
|
1141
1530
|
var formParams = {};
|
|
@@ -1160,7 +1549,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1160
1549
|
* @param {module:model/TransferInput} transferInput Contains the info to create the Transfer
|
|
1161
1550
|
* @param {Object} opts Optional parameters
|
|
1162
1551
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1552
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1163
1553
|
* @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
|
|
1554
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1164
1555
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1165
1556
|
* @param {module:api/StripeAccountsApi~stripeTransferCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1166
1557
|
* data is of type: {@link module:model/TransferResponse}
|
|
@@ -1178,7 +1569,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1178
1569
|
var queryParams = {};
|
|
1179
1570
|
var headerParams = {
|
|
1180
1571
|
'Authorization': opts['authorization'],
|
|
1572
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1181
1573
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1574
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1182
1575
|
'transactionid': opts['transactionid']
|
|
1183
1576
|
};
|
|
1184
1577
|
var formParams = {};
|
|
@@ -1204,7 +1597,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1204
1597
|
* @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
|
|
1205
1598
|
* @param {Object} opts Optional parameters
|
|
1206
1599
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1600
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1207
1601
|
* @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
|
|
1602
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1208
1603
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1209
1604
|
* @param {module:api/StripeAccountsApi~updateAccountLinkCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1210
1605
|
* data is of type: {@link module:model/CreateAccountResponse}
|
|
@@ -1228,7 +1623,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1228
1623
|
var queryParams = {};
|
|
1229
1624
|
var headerParams = {
|
|
1230
1625
|
'Authorization': opts['authorization'],
|
|
1626
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1231
1627
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1628
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1232
1629
|
'transactionid': opts['transactionid']
|
|
1233
1630
|
};
|
|
1234
1631
|
var formParams = {};
|
|
@@ -1254,7 +1651,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1254
1651
|
* @param {module:model/CreateStripeCustomerInput} createStripeCustomerInput Contains the info to update the Stripe Customer Account including a client secret to pass into Stripe Payment Elements
|
|
1255
1652
|
* @param {Object} opts Optional parameters
|
|
1256
1653
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1654
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1257
1655
|
* @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
|
|
1656
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1258
1657
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1259
1658
|
* @param {module:api/StripeAccountsApi~updateCustomerCallback} callback The callback function, accepting three arguments: error, data, response
|
|
1260
1659
|
* data is of type: {@link module:model/CustomerResponse}
|
|
@@ -1278,7 +1677,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1278
1677
|
var queryParams = {};
|
|
1279
1678
|
var headerParams = {
|
|
1280
1679
|
'Authorization': opts['authorization'],
|
|
1680
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1281
1681
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1682
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1282
1683
|
'transactionid': opts['transactionid']
|
|
1283
1684
|
};
|
|
1284
1685
|
var formParams = {};
|
|
@@ -1303,7 +1704,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1303
1704
|
* @param {String} paymentMethodID The id of the payment method to update
|
|
1304
1705
|
* @param {Object} opts Optional parameters
|
|
1305
1706
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1707
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1306
1708
|
* @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
|
|
1709
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1307
1710
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1308
1711
|
* @param {module:model/PaymentMethodInput} [paymentMethodInput] The payment method data
|
|
1309
1712
|
* @param {module:api/StripeAccountsApi~updateStripePaymentMethodCallback} callback The callback function, accepting three arguments: error, data, response
|
|
@@ -1324,7 +1727,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1324
1727
|
var queryParams = {};
|
|
1325
1728
|
var headerParams = {
|
|
1326
1729
|
'Authorization': opts['authorization'],
|
|
1730
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1327
1731
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1732
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1328
1733
|
'transactionid': opts['transactionid']
|
|
1329
1734
|
};
|
|
1330
1735
|
var formParams = {};
|