@gobodo/gobodo-api-promise 0.1.87 → 0.1.89

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.
Files changed (508) hide show
  1. package/README.md +16 -16
  2. package/dist/ApiClient.d.ts +316 -0
  3. package/dist/ApiClient.js +3 -3
  4. package/dist/api/ActionTypesApi.d.ts +65 -0
  5. package/dist/api/ActionTypesApi.js +2 -2
  6. package/dist/api/AdCampaignsApi.d.ts +376 -0
  7. package/dist/api/AdCampaignsApi.js +2 -2
  8. package/dist/api/AdManagementApi.d.ts +555 -0
  9. package/dist/api/AdManagementApi.js +2 -2
  10. package/dist/api/AdminDataManagementApi.d.ts +61 -0
  11. package/dist/api/AdminDataManagementApi.js +2 -2
  12. package/dist/api/AdsApi.d.ts +285 -0
  13. package/dist/api/AdsApi.js +2 -2
  14. package/dist/api/AttachmentsApi.d.ts +347 -0
  15. package/dist/api/AttachmentsApi.js +2 -2
  16. package/dist/api/AuthenticationApi.d.ts +210 -0
  17. package/dist/api/AuthenticationApi.js +2 -2
  18. package/dist/api/CategoriesApi.d.ts +339 -0
  19. package/dist/api/CategoriesApi.js +2 -2
  20. package/dist/api/CommentsApi.d.ts +386 -0
  21. package/dist/api/CommentsApi.js +2 -2
  22. package/dist/api/ContentManagementApi.d.ts +1294 -0
  23. package/dist/api/ContentManagementApi.js +2 -2
  24. package/dist/api/ConversationsApi.d.ts +429 -0
  25. package/dist/api/ConversationsApi.js +7 -7
  26. package/dist/api/CurrencyApi.d.ts +248 -0
  27. package/dist/api/CurrencyApi.js +2 -2
  28. package/dist/api/DataSheetImportsApi.d.ts +773 -0
  29. package/dist/api/DataSheetImportsApi.js +2 -2
  30. package/dist/api/DefaultApi.d.ts +260 -0
  31. package/dist/api/DefaultApi.js +2 -2
  32. package/dist/api/DocumentPartTypesApi.d.ts +105 -0
  33. package/dist/api/DocumentPartTypesApi.js +2 -2
  34. package/dist/api/DocumentTypesApi.d.ts +105 -0
  35. package/dist/api/DocumentTypesApi.js +2 -2
  36. package/dist/api/DocumentsApi.d.ts +605 -0
  37. package/dist/api/DocumentsApi.js +2 -2
  38. package/dist/api/EmailsApi.d.ts +204 -0
  39. package/dist/api/EmailsApi.js +2 -2
  40. package/dist/api/EntryPartsApi.d.ts +617 -0
  41. package/dist/api/EntryPartsApi.js +2 -2
  42. package/dist/api/FacebookApi.d.ts +36 -0
  43. package/dist/api/FacebookApi.js +2 -2
  44. package/dist/api/FieldsApi.d.ts +163 -0
  45. package/dist/api/FieldsApi.js +2 -2
  46. package/dist/api/FilesApi.d.ts +69 -0
  47. package/dist/api/FilesApi.js +2 -2
  48. package/dist/api/FormsApi.d.ts +859 -0
  49. package/dist/api/FormsApi.js +2 -2
  50. package/dist/api/FunctionsApi.d.ts +890 -0
  51. package/dist/api/FunctionsApi.js +2 -2
  52. package/dist/api/GeocodeApi.d.ts +237 -0
  53. package/dist/api/GeocodeApi.js +2 -2
  54. package/dist/api/GobodoManagementApi.d.ts +241 -0
  55. package/dist/api/GobodoManagementApi.js +2 -2
  56. package/dist/api/GoogleApi.d.ts +36 -0
  57. package/dist/api/GoogleApi.js +2 -2
  58. package/dist/api/GraphActionTypesApi.d.ts +376 -0
  59. package/dist/api/GraphActionTypesApi.js +2 -2
  60. package/dist/api/GraphActionsApi.d.ts +535 -0
  61. package/dist/api/GraphActionsApi.js +2 -2
  62. package/dist/api/GraphObjectTypesApi.d.ts +650 -0
  63. package/dist/api/GraphObjectTypesApi.js +2 -2
  64. package/dist/api/GraphObjectsApi.d.ts +3022 -0
  65. package/dist/api/GraphObjectsApi.js +2 -2
  66. package/dist/api/GraphRelationshipTypesApi.d.ts +939 -0
  67. package/dist/api/GraphRelationshipTypesApi.js +2 -2
  68. package/dist/api/GraphRelationshipsApi.d.ts +1459 -0
  69. package/dist/api/GraphRelationshipsApi.js +2 -2
  70. package/dist/api/GraphSchemasApi.d.ts +534 -0
  71. package/dist/api/GraphSchemasApi.js +2 -2
  72. package/dist/api/GraphTraversalApi.d.ts +345 -0
  73. package/dist/api/GraphTraversalApi.js +2 -2
  74. package/dist/api/GraphsApi.d.ts +531 -0
  75. package/dist/api/GraphsApi.js +2 -2
  76. package/dist/api/GroupsApi.d.ts +545 -0
  77. package/dist/api/GroupsApi.js +7 -7
  78. package/dist/api/IAMApi.d.ts +197 -0
  79. package/dist/api/IAMApi.js +13 -13
  80. package/dist/api/ImagesApi.d.ts +400 -0
  81. package/dist/api/ImagesApi.js +2 -2
  82. package/dist/api/InvitesApi.d.ts +247 -0
  83. package/dist/api/InvitesApi.js +2 -2
  84. package/dist/api/LikesApi.d.ts +629 -0
  85. package/dist/api/LikesApi.js +7 -7
  86. package/dist/api/LinkedINApi.d.ts +36 -0
  87. package/dist/api/LinkedINApi.js +2 -2
  88. package/dist/api/LiveMeetingsApi.d.ts +112 -0
  89. package/dist/api/LiveMeetingsApi.js +2 -2
  90. package/dist/api/MeetingEventsApi.d.ts +253 -0
  91. package/dist/api/MeetingEventsApi.js +2 -2
  92. package/dist/api/NotificationsApi.d.ts +668 -0
  93. package/dist/api/NotificationsApi.js +2 -2
  94. package/dist/api/PagesApi.d.ts +448 -0
  95. package/dist/api/PagesApi.js +7 -7
  96. package/dist/api/PhoneNumbersApi.d.ts +254 -0
  97. package/dist/api/PhoneNumbersApi.js +2 -2
  98. package/dist/api/PostsApi.d.ts +239 -0
  99. package/dist/api/PostsApi.js +7 -7
  100. package/dist/api/PrivateMessagesApi.d.ts +738 -0
  101. package/dist/api/PrivateMessagesApi.js +18 -18
  102. package/dist/api/PublicationsApi.d.ts +61 -0
  103. package/dist/api/PublicationsApi.js +2 -2
  104. package/dist/api/RestApplicationsApi.d.ts +249 -0
  105. package/dist/api/RestApplicationsApi.js +2 -2
  106. package/dist/api/ScreensApi.d.ts +153 -0
  107. package/dist/api/ScreensApi.js +2 -2
  108. package/dist/api/SitesApi.d.ts +479 -0
  109. package/dist/api/SitesApi.js +2 -2
  110. package/dist/api/SocialIntegrationApi.d.ts +96 -0
  111. package/dist/api/SocialIntegrationApi.js +2 -2
  112. package/dist/api/StripeAccountsApi.d.ts +1843 -0
  113. package/dist/api/StripeAccountsApi.js +2 -2
  114. package/dist/api/TagsApi.d.ts +63 -0
  115. package/dist/api/TagsApi.js +2 -2
  116. package/dist/api/TemplatesApi.d.ts +153 -0
  117. package/dist/api/TemplatesApi.js +2 -2
  118. package/dist/api/ThemeMappingsApi.d.ts +152 -0
  119. package/dist/api/ThemeMappingsApi.js +8 -8
  120. package/dist/api/TopicsApi.d.ts +392 -0
  121. package/dist/api/TopicsApi.js +2 -2
  122. package/dist/api/TransactionsApi.d.ts +56 -0
  123. package/dist/api/TransactionsApi.js +2 -2
  124. package/dist/api/TwitterApi.d.ts +36 -0
  125. package/dist/api/TwitterApi.js +2 -2
  126. package/dist/api/UserTagsApi.d.ts +437 -0
  127. package/dist/api/UserTagsApi.js +7 -7
  128. package/dist/api/UsersApi.d.ts +545 -0
  129. package/dist/api/UsersApi.js +76 -67
  130. package/dist/api/UtilsApi.d.ts +26 -0
  131. package/dist/api/UtilsApi.js +2 -2
  132. package/dist/api/VideosApi.d.ts +521 -0
  133. package/dist/api/VideosApi.js +7 -7
  134. package/dist/api/WalletsApi.d.ts +788 -0
  135. package/dist/api/WalletsApi.js +2 -2
  136. package/dist/index.d.ts +250 -0
  137. package/dist/model/APIClient.d.ts +117 -0
  138. package/dist/model/APIClient.js +2 -2
  139. package/dist/model/AccountSessionInput.d.ts +81 -0
  140. package/dist/model/AccountSessionInput.js +2 -2
  141. package/dist/model/AccountSessionResponse.d.ts +61 -0
  142. package/dist/model/AccountSessionResponse.js +2 -2
  143. package/dist/model/ApplicationPaymentAccountResponse.d.ts +82 -0
  144. package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
  145. package/dist/model/ApplicationPaymentAccountResponseFailureException.d.ts +55 -0
  146. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
  147. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.d.ts +100 -0
  148. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.d.ts +55 -0
  149. package/dist/model/Article.d.ts +226 -0
  150. package/dist/model/Article.js +27 -27
  151. package/dist/model/AuthResponse.d.ts +79 -0
  152. package/dist/model/AuthResponse.js +2 -2
  153. package/dist/model/AwsSettings.d.ts +66 -0
  154. package/dist/model/AwsSettings.js +2 -2
  155. package/dist/model/Balance.d.ts +73 -0
  156. package/dist/model/Balance.js +78 -78
  157. package/dist/model/BalanceDetails.d.ts +55 -0
  158. package/dist/model/BalanceDetails.js +2 -2
  159. package/dist/model/BalanceResponse.d.ts +46 -0
  160. package/dist/model/BalanceResponse.js +2 -2
  161. package/dist/model/BankAccountInfo.d.ts +74 -0
  162. package/dist/model/BankAccountInfo.js +2 -2
  163. package/dist/model/CardInfo.d.ts +73 -0
  164. package/dist/model/CardInfo.js +2 -2
  165. package/dist/model/Comment.d.ts +172 -0
  166. package/dist/model/Comment.js +31 -31
  167. package/dist/model/ConsoleProjectInput.d.ts +65 -0
  168. package/dist/model/ConsoleProjectInput.js +2 -2
  169. package/dist/model/ConsoleProjectResponse.d.ts +76 -0
  170. package/dist/model/ConsoleProjectResponse.js +2 -2
  171. package/dist/model/Coordinates.d.ts +46 -0
  172. package/dist/model/Coordinates.js +2 -2
  173. package/dist/model/CreateAccountResponse.d.ts +101 -0
  174. package/dist/model/CreateAccountResponse.js +2 -2
  175. package/dist/model/CreateFunctionInput.d.ts +73 -0
  176. package/dist/model/CreateFunctionInput.js +2 -2
  177. package/dist/model/CreateStripeAccountInput.d.ts +80 -0
  178. package/dist/model/CreateStripeAccountInput.js +2 -2
  179. package/dist/model/CreateStripeCustomerInput.d.ts +64 -0
  180. package/dist/model/CreateStripeCustomerInput.js +2 -2
  181. package/dist/model/CreateTopicInput.d.ts +64 -0
  182. package/dist/model/CreateTopicInput.js +2 -2
  183. package/dist/model/CreateTopicListenerInput.d.ts +55 -0
  184. package/dist/model/CreateTopicListenerInput.js +2 -2
  185. package/dist/model/Currency.d.ts +91 -0
  186. package/dist/model/Currency.js +2 -2
  187. package/dist/model/CurrencyGrantInput.d.ts +107 -0
  188. package/dist/model/CurrencyGrantInput.js +2 -2
  189. package/dist/model/CurrencyGrantResponse.d.ts +139 -0
  190. package/dist/model/CurrencyGrantResponse.js +2 -2
  191. package/dist/model/CurrencyInput.d.ts +93 -0
  192. package/dist/model/CurrencyInput.js +2 -2
  193. package/dist/model/CurrencyMinterRegistrationInput.d.ts +76 -0
  194. package/dist/model/CurrencyMinterRegistrationInput.js +2 -2
  195. package/dist/model/CurrencyResponse.d.ts +106 -0
  196. package/dist/model/CurrencyResponse.js +2 -2
  197. package/dist/model/CurrencySettings.d.ts +46 -0
  198. package/dist/model/CurrencySettings.js +2 -2
  199. package/dist/model/CustomerResponse.d.ts +55 -0
  200. package/dist/model/CustomerResponse.js +2 -2
  201. package/dist/model/DataObject.d.ts +46 -0
  202. package/dist/model/DataObject.js +2 -2
  203. package/dist/model/DataSheetImport.d.ts +237 -0
  204. package/dist/model/DataSheetImport.js +2 -2
  205. package/dist/model/DataSheetImportPrivacySettings.d.ts +55 -0
  206. package/dist/model/DataSheetImportPrivacySettings.js +2 -2
  207. package/dist/model/DataSheetImportSummary.d.ts +62 -0
  208. package/dist/model/DataSheetImportSummary.js +2 -2
  209. package/dist/model/DeviceRegistrationRequest.d.ts +77 -0
  210. package/dist/model/DeviceRegistrationRequest.js +2 -2
  211. package/dist/model/Document.d.ts +244 -0
  212. package/dist/model/Document.js +27 -27
  213. package/dist/model/DocumentPart.d.ts +199 -0
  214. package/dist/model/DocumentPart.js +52 -52
  215. package/dist/model/DocumentPartType.d.ts +118 -0
  216. package/dist/model/DocumentPartType.js +25 -25
  217. package/dist/model/DocumentType.d.ts +154 -0
  218. package/dist/model/DocumentType.js +2 -2
  219. package/dist/model/EmailAddress.d.ts +82 -0
  220. package/dist/model/EmailAddress.js +2 -2
  221. package/dist/model/FieldMapping.d.ts +58 -0
  222. package/dist/model/FieldMapping.js +2 -2
  223. package/dist/model/Fields.d.ts +380 -0
  224. package/dist/model/Fields.js +27 -27
  225. package/dist/model/File.d.ts +118 -0
  226. package/dist/model/File.js +2 -2
  227. package/dist/model/FileAttachmentUploadObject.d.ts +118 -0
  228. package/dist/model/FileAttachmentUploadObject.js +2 -2
  229. package/dist/model/Filter.d.ts +46 -0
  230. package/dist/model/Filter.js +2 -2
  231. package/dist/model/FilterManager.d.ts +46 -0
  232. package/dist/model/FilterManager.js +2 -2
  233. package/dist/model/Form.d.ts +115 -0
  234. package/dist/model/Form.js +2 -2
  235. package/dist/model/FormSection.d.ts +91 -0
  236. package/dist/model/FormSection.js +2 -2
  237. package/dist/model/FormSubmission.d.ts +79 -0
  238. package/dist/model/FormSubmission.js +2 -2
  239. package/dist/model/FunctionConfigInput.d.ts +171 -0
  240. package/dist/model/FunctionConfigInput.js +2 -2
  241. package/dist/model/FunctionEnvironmentConfig.d.ts +71 -0
  242. package/dist/model/FunctionEnvironmentConfig.js +2 -2
  243. package/dist/model/FunctionInput.d.ts +97 -0
  244. package/dist/model/FunctionInput.js +2 -2
  245. package/dist/model/FunctionOutput.d.ts +88 -0
  246. package/dist/model/FunctionOutput.js +2 -2
  247. package/dist/model/Geocode.d.ts +64 -0
  248. package/dist/model/Geocode.js +2 -2
  249. package/dist/model/GeocodePayload.d.ts +46 -0
  250. package/dist/model/GeocodePayload.js +2 -2
  251. package/dist/model/GeolocationInput.d.ts +64 -0
  252. package/dist/model/GeolocationInput.js +2 -2
  253. package/dist/model/GetFunctionConfig.d.ts +168 -0
  254. package/dist/model/GetFunctionConfig.js +2 -2
  255. package/dist/model/GetFunctionEnvironmentConfig.d.ts +72 -0
  256. package/dist/model/GetFunctionEnvironmentConfig.js +2 -2
  257. package/dist/model/GetFunctionResponse.d.ts +96 -0
  258. package/dist/model/GetFunctionResponse.js +2 -2
  259. package/dist/model/GoogleCloudSettings.d.ts +56 -0
  260. package/dist/model/GoogleCloudSettings.js +2 -2
  261. package/dist/model/Graph.d.ts +176 -0
  262. package/dist/model/Graph.js +25 -25
  263. package/dist/model/GraphAction.d.ts +110 -0
  264. package/dist/model/GraphAction.js +2 -2
  265. package/dist/model/GraphDatabaseService.d.ts +91 -0
  266. package/dist/model/GraphDatabaseService.js +2 -2
  267. package/dist/model/GraphGeocode.d.ts +95 -0
  268. package/dist/model/GraphGeocode.js +2 -2
  269. package/dist/model/GraphIteratorEntryPart.d.ts +37 -0
  270. package/dist/model/GraphIteratorEntryPart.js +2 -2
  271. package/dist/model/GraphIteratorEntryPartStackTraceInner.d.ts +100 -0
  272. package/dist/model/GraphIteratorEntryPartStackTraceInner.js +2 -2
  273. package/dist/model/GraphObject.d.ts +161 -0
  274. package/dist/model/GraphObject.js +2 -2
  275. package/dist/model/GraphObjectPayload.d.ts +136 -0
  276. package/dist/model/GraphObjectPayload.js +2 -2
  277. package/dist/model/GraphObjectSchema.d.ts +192 -0
  278. package/dist/model/GraphObjectSchema.js +30 -30
  279. package/dist/model/GraphObjectType.d.ts +214 -0
  280. package/dist/model/GraphObjectType.js +2 -2
  281. package/dist/model/GraphObjectTypeInput.d.ts +183 -0
  282. package/dist/model/GraphObjectTypeInput.js +2 -2
  283. package/dist/model/GraphObjectTypeResponse.d.ts +136 -0
  284. package/dist/model/GraphObjectTypeResponse.js +2 -2
  285. package/dist/model/GraphObjectTypeSchema.d.ts +214 -0
  286. package/dist/model/GraphObjectTypeSchema.js +2 -2
  287. package/dist/model/GraphOwner.d.ts +55 -0
  288. package/dist/model/GraphOwner.js +2 -2
  289. package/dist/model/GraphRelationship.d.ts +112 -0
  290. package/dist/model/GraphRelationship.js +2 -2
  291. package/dist/model/GraphRelationshipPayload.d.ts +73 -0
  292. package/dist/model/GraphRelationshipPayload.js +2 -2
  293. package/dist/model/GraphRelationshipType.d.ts +231 -0
  294. package/dist/model/GraphRelationshipType.js +31 -31
  295. package/dist/model/GraphRelationshipTypeResponse.d.ts +200 -0
  296. package/dist/model/GraphRelationshipTypeResponse.js +2 -2
  297. package/dist/model/GraphSchema.d.ts +221 -0
  298. package/dist/model/GraphSchema.js +2 -2
  299. package/dist/model/GraphSchemaInput.d.ts +100 -0
  300. package/dist/model/GraphSchemaInput.js +2 -2
  301. package/dist/model/GraphSchemaResponse.d.ts +225 -0
  302. package/dist/model/GraphSchemaResponse.js +2 -2
  303. package/dist/model/GraphTraversalInput.d.ts +364 -0
  304. package/dist/model/GraphTraversalInput.js +2 -2
  305. package/dist/model/Image.d.ts +154 -0
  306. package/dist/model/Image.js +27 -27
  307. package/dist/model/ImageUploadObject.d.ts +154 -0
  308. package/dist/model/ImageUploadObject.js +27 -27
  309. package/dist/model/InputPart.d.ts +64 -0
  310. package/dist/model/InputPart.js +2 -2
  311. package/dist/model/InputPartHeaders.d.ts +37 -0
  312. package/dist/model/InputPartMediaType.d.ts +73 -0
  313. package/dist/model/InputPartMediaType.js +2 -2
  314. package/dist/model/KafkaSettings.d.ts +74 -0
  315. package/dist/model/KafkaSettings.js +2 -2
  316. package/dist/model/Link.d.ts +100 -0
  317. package/dist/model/Link.js +2 -2
  318. package/dist/model/LiveStreamInfo.d.ts +55 -0
  319. package/dist/model/LiveStreamInfo.js +2 -2
  320. package/dist/model/MeetingEvent.d.ts +196 -0
  321. package/dist/model/MeetingEvent.js +25 -25
  322. package/dist/model/MeetingEventTimezone.d.ts +64 -0
  323. package/dist/model/MeetingEventTimezone.js +2 -2
  324. package/dist/model/MeetingInfo.d.ts +76 -0
  325. package/dist/model/MeetingInfo.js +2 -2
  326. package/dist/model/Member.d.ts +172 -0
  327. package/dist/model/Member.js +2 -2
  328. package/dist/model/MemberGroupCategory.d.ts +82 -0
  329. package/dist/model/MemberGroupCategory.js +2 -2
  330. package/dist/model/MemberList.d.ts +34 -0
  331. package/dist/model/MemberList.js +2 -2
  332. package/dist/model/MessageGroup.d.ts +55 -0
  333. package/dist/model/MessageGroup.js +2 -2
  334. package/dist/model/MultipartBody.d.ts +46 -0
  335. package/dist/model/MultipartBody.js +2 -2
  336. package/dist/model/Notification.d.ts +126 -0
  337. package/dist/model/NotificationInput.d.ts +91 -0
  338. package/dist/model/NotificationInput.js +2 -2
  339. package/dist/model/NotificationResponse.d.ts +116 -0
  340. package/dist/model/NotificationResponse.js +2 -2
  341. package/dist/model/NumberSettings.d.ts +46 -0
  342. package/dist/model/NumberSettings.js +2 -2
  343. package/dist/model/ObjectSettings.d.ts +55 -0
  344. package/dist/model/ObjectSettings.js +2 -2
  345. package/dist/model/Objecttype.d.ts +205 -0
  346. package/dist/model/Objecttype.js +2 -2
  347. package/dist/model/OutParameter.d.ts +56 -0
  348. package/dist/model/OutParameter.js +2 -2
  349. package/dist/model/Page.d.ts +127 -0
  350. package/dist/model/Page.js +23 -23
  351. package/dist/model/PageSchema.d.ts +163 -0
  352. package/dist/model/PageSchema.js +2 -2
  353. package/dist/model/Pageable.d.ts +82 -0
  354. package/dist/model/Pageable.js +2 -2
  355. package/dist/model/Parameter.d.ts +56 -0
  356. package/dist/model/Parameter.js +2 -2
  357. package/dist/model/Path.d.ts +55 -0
  358. package/dist/model/Path.js +2 -2
  359. package/dist/model/PaymentAccountObject.d.ts +73 -0
  360. package/dist/model/PaymentAccountObject.js +2 -2
  361. package/dist/model/PaymentIntentInput.d.ts +77 -0
  362. package/dist/model/PaymentIntentInput.js +2 -2
  363. package/dist/model/PaymentIntentResponse.d.ts +46 -0
  364. package/dist/model/PaymentIntentResponse.js +2 -2
  365. package/dist/model/PaymentMethod.d.ts +108 -0
  366. package/dist/model/PaymentMethod.js +25 -25
  367. package/dist/model/PaymentMethodInput.d.ts +98 -0
  368. package/dist/model/PaymentMethodInput.js +2 -2
  369. package/dist/model/PaymentMethodResponse.d.ts +46 -0
  370. package/dist/model/PaymentMethodResponse.js +2 -2
  371. package/dist/model/PaymentMethodsResponse.d.ts +46 -0
  372. package/dist/model/PaymentMethodsResponse.js +2 -2
  373. package/dist/model/Payout.d.ts +112 -0
  374. package/dist/model/Payout.js +32 -32
  375. package/dist/model/PayoutInput.d.ts +121 -0
  376. package/dist/model/PayoutInput.js +2 -2
  377. package/dist/model/PayoutResponse.d.ts +48 -0
  378. package/dist/model/PayoutResponse.js +2 -2
  379. package/dist/model/PhoneNumber.d.ts +109 -0
  380. package/dist/model/PhoneNumber.js +2 -2
  381. package/dist/model/Post.d.ts +127 -0
  382. package/dist/model/Post.js +2 -2
  383. package/dist/model/PrivateMessage.d.ts +169 -0
  384. package/dist/model/PrivateMessage.js +2 -2
  385. package/dist/model/PrivateMessageConversation.d.ts +182 -0
  386. package/dist/model/PrivateMessageConversation.js +58 -58
  387. package/dist/model/PrivateMessageConversationSchema.d.ts +95 -0
  388. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  389. package/dist/model/Profile.d.ts +64 -0
  390. package/dist/model/Profile.js +2 -2
  391. package/dist/model/Profiletype.d.ts +64 -0
  392. package/dist/model/Profiletype.js +2 -2
  393. package/dist/model/Project.d.ts +64 -0
  394. package/dist/model/ProjectInput.d.ts +65 -0
  395. package/dist/model/PropertyContainer.d.ts +55 -0
  396. package/dist/model/PropertyContainer.js +2 -2
  397. package/dist/model/PurchaseInput.d.ts +83 -0
  398. package/dist/model/PurchaseInput.js +2 -2
  399. package/dist/model/PurchaseResponse.d.ts +125 -0
  400. package/dist/model/PurchaseResponse.js +2 -2
  401. package/dist/model/PurgeDataDefaultResponse.d.ts +57 -0
  402. package/dist/model/PurgeDataDefaultResponseValue.d.ts +48 -0
  403. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  404. package/dist/model/RelationshipMapping.d.ts +76 -0
  405. package/dist/model/RelationshipMapping.js +2 -2
  406. package/dist/model/RestApplicationInput.d.ts +84 -0
  407. package/dist/model/RestApplicationInput.js +2 -2
  408. package/dist/model/RestApplicationResponse.d.ts +106 -0
  409. package/dist/model/RestApplicationResponse.js +2 -2
  410. package/dist/model/ScreenSchema.d.ts +270 -0
  411. package/dist/model/ScreenSchema.js +2 -2
  412. package/dist/model/SimulcastInfo.d.ts +61 -0
  413. package/dist/model/SimulcastInfo.js +2 -2
  414. package/dist/model/SiteInput.d.ts +84 -0
  415. package/dist/model/SiteInput.js +2 -2
  416. package/dist/model/SiteResponse.d.ts +116 -0
  417. package/dist/model/SiteResponse.js +2 -2
  418. package/dist/model/SiteTypeInput.d.ts +74 -0
  419. package/dist/model/SiteTypeInput.js +2 -2
  420. package/dist/model/SiteTypeResponse.d.ts +76 -0
  421. package/dist/model/SiteTypeResponse.js +2 -2
  422. package/dist/model/SkinField.d.ts +380 -0
  423. package/dist/model/SkinField.js +27 -27
  424. package/dist/model/SkinFieldResponse.d.ts +226 -0
  425. package/dist/model/SkinFieldResponse.js +2 -2
  426. package/dist/model/SocialGroup.d.ts +199 -0
  427. package/dist/model/SocialGroup.js +2 -2
  428. package/dist/model/SocialGroupType.d.ts +109 -0
  429. package/dist/model/SocialGroupType.js +2 -2
  430. package/dist/model/Sort.d.ts +55 -0
  431. package/dist/model/Sort.js +23 -23
  432. package/dist/model/SourceTypes.d.ts +55 -0
  433. package/dist/model/SourceTypes.js +2 -2
  434. package/dist/model/StatusUpdate.d.ts +109 -0
  435. package/dist/model/StatusUpdate.js +2 -2
  436. package/dist/model/StreetAddress.d.ts +73 -0
  437. package/dist/model/StreetAddress.js +2 -2
  438. package/dist/model/StripeAccount.d.ts +156 -0
  439. package/dist/model/StripeAccount.js +2 -2
  440. package/dist/model/StripeCustomerAccount.d.ts +73 -0
  441. package/dist/model/StripeCustomerAccount.js +2 -2
  442. package/dist/model/Template.d.ts +95 -0
  443. package/dist/model/Template.js +2 -2
  444. package/dist/model/TemplateResponse.d.ts +106 -0
  445. package/dist/model/TemplateResponse.js +2 -2
  446. package/dist/model/TemplateSchema.d.ts +104 -0
  447. package/dist/model/TemplateSchema.js +2 -2
  448. package/dist/model/ThemeMapping.d.ts +82 -0
  449. package/dist/model/ThemeMapping.js +2 -2
  450. package/dist/model/ThemeMappingPayload.d.ts +82 -0
  451. package/dist/model/ThemeMappingPayload.js +2 -2
  452. package/dist/model/TopicInfoResponse.d.ts +86 -0
  453. package/dist/model/TopicInfoResponse.js +2 -2
  454. package/dist/model/TopicMessageInput.d.ts +56 -0
  455. package/dist/model/TopicMessageInput.js +2 -2
  456. package/dist/model/TopicSubscriptionResponse.d.ts +76 -0
  457. package/dist/model/TopicSubscriptionResponse.js +2 -2
  458. package/dist/model/Transaction.d.ts +46 -0
  459. package/dist/model/Transaction.js +2 -2
  460. package/dist/model/Transfer.d.ts +99 -0
  461. package/dist/model/Transfer.js +29 -29
  462. package/dist/model/TransferInput.d.ts +155 -0
  463. package/dist/model/TransferInput.js +2 -2
  464. package/dist/model/TransferResponse.d.ts +90 -0
  465. package/dist/model/TransferResponse.js +2 -2
  466. package/dist/model/TransferResponsePaymentMethodDetails.d.ts +99 -0
  467. package/dist/model/TransferResponsePaymentMethodDetails.js +29 -29
  468. package/dist/model/TraversalRelationResponse.d.ts +46 -0
  469. package/dist/model/TraversalRelationResponse.js +2 -2
  470. package/dist/model/User.d.ts +172 -0
  471. package/dist/model/User.js +2 -2
  472. package/dist/model/UserDataPayload.d.ts +172 -0
  473. package/dist/model/UserDataPayload.js +2 -2
  474. package/dist/model/UserDomain.d.ts +64 -0
  475. package/dist/model/UserDomain.js +2 -2
  476. package/dist/model/UserInvite.d.ts +136 -0
  477. package/dist/model/UserInvite.js +2 -2
  478. package/dist/model/UserInviteInput.d.ts +82 -0
  479. package/dist/model/UserInviteInput.js +2 -2
  480. package/dist/model/UserResponse.d.ts +196 -0
  481. package/dist/model/UserResponse.js +2 -2
  482. package/dist/model/UserSchema.d.ts +172 -0
  483. package/dist/model/UserSchema.js +2 -2
  484. package/dist/model/UserTag.d.ts +82 -0
  485. package/dist/model/UserTag.js +2 -2
  486. package/dist/model/Userid.d.ts +46 -0
  487. package/dist/model/Userid.js +2 -2
  488. package/dist/model/Video.d.ts +217 -0
  489. package/dist/model/Video.js +2 -2
  490. package/dist/model/VideoLiveUrl.d.ts +46 -0
  491. package/dist/model/VideoLiveUrl.js +2 -2
  492. package/dist/model/VideoSchema.d.ts +244 -0
  493. package/dist/model/VideoSchema.js +2 -2
  494. package/dist/model/VideoUploadObject.d.ts +217 -0
  495. package/dist/model/VideoUploadObject.js +2 -2
  496. package/dist/model/WalletHoldInput.d.ts +95 -0
  497. package/dist/model/WalletHoldInput.js +2 -2
  498. package/dist/model/WalletHoldResponse.d.ts +125 -0
  499. package/dist/model/WalletHoldResponse.js +2 -2
  500. package/dist/model/WalletPayoutInput.d.ts +75 -0
  501. package/dist/model/WalletPayoutInput.js +2 -2
  502. package/dist/model/WalletPayoutResponse.d.ts +95 -0
  503. package/dist/model/WalletPayoutResponse.js +2 -2
  504. package/dist/model/WalletResponse.d.ts +86 -0
  505. package/dist/model/WalletResponse.js +2 -2
  506. package/dist/model/ZeusPortalCategory.d.ts +145 -0
  507. package/dist/model/ZeusPortalCategory.js +2 -2
  508. package/package.json +12 -5
@@ -0,0 +1,1843 @@
1
+ /**
2
+ * StripeAccounts service.
3
+ * @module api/StripeAccountsApi
4
+ * @version 0.1.89
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
+ * Adds payment methods for the customer stored in stripe
18
+ * Retrieves the payment methods for the customer stored in stripe
19
+ * @param {Object} opts Optional parameters
20
+ * @param {String} [authorization] The authorization token of the logged in user
21
+ * @param {Number} [cacheduration] The how long the cache entry should persist
22
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
23
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
24
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
25
+ * @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)
26
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
27
+ * @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
28
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
29
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
30
+ * @param {module:model/PaymentMethodInput} [paymentMethodInput]
31
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PaymentMethodResponse} and HTTP response
32
+ */
33
+ addStripePaymentMethodWithHttpInfo(opts: any): Promise<any>;
34
+ /**
35
+ * Adds payment methods for the customer stored in stripe
36
+ * Retrieves the payment methods for the customer stored in stripe
37
+ * @param {Object} opts Optional parameters
38
+ * @param {String} opts.authorization The authorization token of the logged in user
39
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
40
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
41
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
42
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
43
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
44
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
45
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
46
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
47
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
48
+ * @param {module:model/PaymentMethodInput} opts.paymentMethodInput
49
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PaymentMethodResponse}
50
+ */
51
+ addStripePaymentMethod(opts: {
52
+ authorization: string;
53
+ cacheduration: number;
54
+ cachegroup: Array<string>;
55
+ cachekey: Array<string>;
56
+ cachescope: any;
57
+ cacheuser: Array<string>;
58
+ zeusportalPostasApp: number;
59
+ zeusportalPostas: number;
60
+ zeusportalPostasSite: number;
61
+ transactionid: string;
62
+ paymentMethodInput: any;
63
+ }): Promise<any>;
64
+ /**
65
+ * Adds payment methods for the customer stored in stripe
66
+ * Retrieves the payment methods for the customer stored in stripe
67
+ * @param {Number} customerID The id of the customer
68
+ * @param {String} body The payment method id
69
+ * @param {Object} opts Optional parameters
70
+ * @param {String} [authorization] The authorization token of the logged in user
71
+ * @param {Number} [cacheduration] The how long the cache entry should persist
72
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
73
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
74
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
75
+ * @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)
76
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
77
+ * @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
78
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
79
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
80
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PaymentMethodResponse} and HTTP response
81
+ */
82
+ attachCustomerStripePaymentMethodWithHttpInfo(customerID: number, body: string, opts: any): Promise<any>;
83
+ /**
84
+ * Adds payment methods for the customer stored in stripe
85
+ * Retrieves the payment methods for the customer stored in stripe
86
+ * @param {Number} customerID The id of the customer
87
+ * @param {String} body The payment method id
88
+ * @param {Object} opts Optional parameters
89
+ * @param {String} opts.authorization The authorization token of the logged in user
90
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
91
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
92
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
93
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
94
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
95
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
96
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
97
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
98
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
99
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PaymentMethodResponse}
100
+ */
101
+ attachCustomerStripePaymentMethod(customerID: number, body: string, opts: {
102
+ authorization: string;
103
+ cacheduration: number;
104
+ cachegroup: Array<string>;
105
+ cachekey: Array<string>;
106
+ cachescope: any;
107
+ cacheuser: Array<string>;
108
+ zeusportalPostasApp: number;
109
+ zeusportalPostas: number;
110
+ zeusportalPostasSite: number;
111
+ transactionid: string;
112
+ }): Promise<any>;
113
+ /**
114
+ * Adds payment methods for the customer stored in stripe
115
+ * Retrieves the payment methods for the customer stored in stripe
116
+ * @param {String} body The payment method id
117
+ * @param {Object} opts Optional parameters
118
+ * @param {String} [authorization] The authorization token of the logged in user
119
+ * @param {Number} [cacheduration] The how long the cache entry should persist
120
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
121
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
122
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
123
+ * @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)
124
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
125
+ * @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
126
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
127
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
128
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PaymentMethodResponse} and HTTP response
129
+ */
130
+ attachStripePaymentMethodWithHttpInfo(body: string, opts: any): Promise<any>;
131
+ /**
132
+ * Adds payment methods for the customer stored in stripe
133
+ * Retrieves the payment methods for the customer stored in stripe
134
+ * @param {String} body The payment method id
135
+ * @param {Object} opts Optional parameters
136
+ * @param {String} opts.authorization The authorization token of the logged in user
137
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
138
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
139
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
140
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
141
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
142
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
143
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
144
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
145
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
146
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PaymentMethodResponse}
147
+ */
148
+ attachStripePaymentMethod(body: string, opts: {
149
+ authorization: string;
150
+ cacheduration: number;
151
+ cachegroup: Array<string>;
152
+ cachekey: Array<string>;
153
+ cachescope: any;
154
+ cacheuser: Array<string>;
155
+ zeusportalPostasApp: number;
156
+ zeusportalPostas: number;
157
+ zeusportalPostasSite: number;
158
+ transactionid: string;
159
+ }): Promise<any>;
160
+ /**
161
+ * Creates an Account Session which is used to integrate Stripe's connected UI components
162
+ * Creates an Account Session which is used to integrate Stripe's connected UI components
163
+ * @param {module:model/AccountSessionInput} accountSessionInput Contains the info to create the Account Session
164
+ * @param {Object} opts Optional parameters
165
+ * @param {String} [authorization] The authorization token of the logged in user
166
+ * @param {Number} [cacheduration] The how long the cache entry should persist
167
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
168
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
169
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
170
+ * @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)
171
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
172
+ * @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
173
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
174
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
175
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/AccountSessionResponse} and HTTP response
176
+ */
177
+ createAccountSessionWithHttpInfo(accountSessionInput: any, opts: any): Promise<any>;
178
+ /**
179
+ * Creates an Account Session which is used to integrate Stripe's connected UI components
180
+ * Creates an Account Session which is used to integrate Stripe's connected UI components
181
+ * @param {module:model/AccountSessionInput} accountSessionInput Contains the info to create the Account Session
182
+ * @param {Object} opts Optional parameters
183
+ * @param {String} opts.authorization The authorization token of the logged in user
184
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
185
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
186
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
187
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
188
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
189
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
190
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
191
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
192
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
193
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/AccountSessionResponse}
194
+ */
195
+ createAccountSession(accountSessionInput: any, opts: {
196
+ authorization: string;
197
+ cacheduration: number;
198
+ cachegroup: Array<string>;
199
+ cachekey: Array<string>;
200
+ cachescope: any;
201
+ cacheuser: Array<string>;
202
+ zeusportalPostasApp: number;
203
+ zeusportalPostas: number;
204
+ zeusportalPostasSite: number;
205
+ transactionid: string;
206
+ }): Promise<any>;
207
+ /**
208
+ * Creates a Stripe account for the logged in user
209
+ * Creates a Stripe Account
210
+ * @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
211
+ * @param {Object} opts Optional parameters
212
+ * @param {String} [authorization] The authorization token of the logged in user
213
+ * @param {Number} [cacheduration] The how long the cache entry should persist
214
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
215
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
216
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
217
+ * @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)
218
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
219
+ * @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
220
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
221
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
222
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/CreateAccountResponse} and HTTP response
223
+ */
224
+ createAndLinkStripeAccountWithHttpInfo(createStripeAccountInput: any, opts: any): Promise<any>;
225
+ /**
226
+ * Creates a Stripe account for the logged in user
227
+ * Creates a Stripe Account
228
+ * @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
229
+ * @param {Object} opts Optional parameters
230
+ * @param {String} opts.authorization The authorization token of the logged in user
231
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
232
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
233
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
234
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
235
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
236
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
237
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
238
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
239
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
240
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/CreateAccountResponse}
241
+ */
242
+ createAndLinkStripeAccount(createStripeAccountInput: any, opts: {
243
+ authorization: string;
244
+ cacheduration: number;
245
+ cachegroup: Array<string>;
246
+ cachekey: Array<string>;
247
+ cachescope: any;
248
+ cacheuser: Array<string>;
249
+ zeusportalPostasApp: number;
250
+ zeusportalPostas: number;
251
+ zeusportalPostasSite: number;
252
+ transactionid: string;
253
+ }): Promise<any>;
254
+ /**
255
+ * Creates a Stripe customer account for the logged in user
256
+ * Creates a Stripe Customer Account
257
+ * @param {module:model/CreateStripeCustomerInput} createStripeCustomerInput Contains the info to create the Stripe Account
258
+ * @param {Object} opts Optional parameters
259
+ * @param {String} [authorization] The authorization token of the logged in user
260
+ * @param {Number} [cacheduration] The how long the cache entry should persist
261
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
262
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
263
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
264
+ * @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)
265
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
266
+ * @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
267
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
268
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
269
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/CustomerResponse} and HTTP response
270
+ */
271
+ createAndLinkStripeCustomerAccountWithHttpInfo(createStripeCustomerInput: any, opts: any): Promise<any>;
272
+ /**
273
+ * Creates a Stripe customer account for the logged in user
274
+ * Creates a Stripe Customer Account
275
+ * @param {module:model/CreateStripeCustomerInput} createStripeCustomerInput Contains the info to create the Stripe Account
276
+ * @param {Object} opts Optional parameters
277
+ * @param {String} opts.authorization The authorization token of the logged in user
278
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
279
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
280
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
281
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
282
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
283
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
284
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
285
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
286
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
287
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/CustomerResponse}
288
+ */
289
+ createAndLinkStripeCustomerAccount(createStripeCustomerInput: any, opts: {
290
+ authorization: string;
291
+ cacheduration: number;
292
+ cachegroup: Array<string>;
293
+ cachekey: Array<string>;
294
+ cachescope: any;
295
+ cacheuser: Array<string>;
296
+ zeusportalPostasApp: number;
297
+ zeusportalPostas: number;
298
+ zeusportalPostasSite: number;
299
+ transactionid: string;
300
+ }): Promise<any>;
301
+ /**
302
+ * Creates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
303
+ * Updates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
304
+ * @param {Number} applicationid
305
+ * @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
306
+ * @param {Object} opts Optional parameters
307
+ * @param {String} [authorization] The authorization token of the logged in user
308
+ * @param {Number} [cacheduration] The how long the cache entry should persist
309
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
310
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
311
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
312
+ * @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)
313
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
314
+ * @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
315
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
316
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
317
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ApplicationPaymentAccountResponse} and HTTP response
318
+ */
319
+ createApplicationStripePaymentAccountWithHttpInfo(applicationid: number, createStripeAccountInput: any, opts: any): Promise<any>;
320
+ /**
321
+ * Creates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
322
+ * Updates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
323
+ * @param {Number} applicationid
324
+ * @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
325
+ * @param {Object} opts Optional parameters
326
+ * @param {String} opts.authorization The authorization token of the logged in user
327
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
328
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
329
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
330
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
331
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
332
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
333
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
334
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
335
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
336
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ApplicationPaymentAccountResponse}
337
+ */
338
+ createApplicationStripePaymentAccount(applicationid: number, createStripeAccountInput: any, opts: {
339
+ authorization: string;
340
+ cacheduration: number;
341
+ cachegroup: Array<string>;
342
+ cachekey: Array<string>;
343
+ cachescope: any;
344
+ cacheuser: Array<string>;
345
+ zeusportalPostasApp: number;
346
+ zeusportalPostas: number;
347
+ zeusportalPostasSite: number;
348
+ transactionid: string;
349
+ }): Promise<any>;
350
+ /**
351
+ * Creates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
352
+ * Updates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
353
+ * @param {Number} siteid
354
+ * @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
355
+ * @param {Object} opts Optional parameters
356
+ * @param {String} [authorization] The authorization token of the logged in user
357
+ * @param {Number} [cacheduration] The how long the cache entry should persist
358
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
359
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
360
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
361
+ * @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)
362
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
363
+ * @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
364
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
365
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
366
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ApplicationPaymentAccountResponse} and HTTP response
367
+ */
368
+ createSiteStripePaymentAccountWithHttpInfo(siteid: number, createStripeAccountInput: any, opts: any): Promise<any>;
369
+ /**
370
+ * Creates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
371
+ * Updates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
372
+ * @param {Number} siteid
373
+ * @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
374
+ * @param {Object} opts Optional parameters
375
+ * @param {String} opts.authorization The authorization token of the logged in user
376
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
377
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
378
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
379
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
380
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
381
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
382
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
383
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
384
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
385
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ApplicationPaymentAccountResponse}
386
+ */
387
+ createSiteStripePaymentAccount(siteid: number, createStripeAccountInput: any, opts: {
388
+ authorization: string;
389
+ cacheduration: number;
390
+ cachegroup: Array<string>;
391
+ cachekey: Array<string>;
392
+ cachescope: any;
393
+ cacheuser: Array<string>;
394
+ zeusportalPostasApp: number;
395
+ zeusportalPostas: number;
396
+ zeusportalPostasSite: number;
397
+ transactionid: string;
398
+ }): Promise<any>;
399
+ /**
400
+ * Creates a Payment Intent to initate a Stripe payment
401
+ * Creates a Payment Intent to initate a Stripe payment
402
+ * @param {module:model/PaymentIntentInput} paymentIntentInput Contains the info to create the Stripe Payment Intent
403
+ * @param {Object} opts Optional parameters
404
+ * @param {String} [authorization] The authorization token of the logged in user
405
+ * @param {Number} [cacheduration] The how long the cache entry should persist
406
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
407
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
408
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
409
+ * @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)
410
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
411
+ * @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
412
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
413
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
414
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PaymentIntentResponse} and HTTP response
415
+ */
416
+ createStripePaymentIntentWithHttpInfo(paymentIntentInput: any, opts: any): Promise<any>;
417
+ /**
418
+ * Creates a Payment Intent to initate a Stripe payment
419
+ * Creates a Payment Intent to initate a Stripe payment
420
+ * @param {module:model/PaymentIntentInput} paymentIntentInput Contains the info to create the Stripe Payment Intent
421
+ * @param {Object} opts Optional parameters
422
+ * @param {String} opts.authorization The authorization token of the logged in user
423
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
424
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
425
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
426
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
427
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
428
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
429
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
430
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
431
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
432
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PaymentIntentResponse}
433
+ */
434
+ createStripePaymentIntent(paymentIntentInput: any, opts: {
435
+ authorization: string;
436
+ cacheduration: number;
437
+ cachegroup: Array<string>;
438
+ cachekey: Array<string>;
439
+ cachescope: any;
440
+ cacheuser: Array<string>;
441
+ zeusportalPostasApp: number;
442
+ zeusportalPostas: number;
443
+ zeusportalPostasSite: number;
444
+ transactionid: string;
445
+ }): Promise<any>;
446
+ /**
447
+ * @param {Object} opts Optional parameters
448
+ * @param {String} [authorization] The authorization token of the logged in user
449
+ * @param {Number} [cacheduration] The how long the cache entry should persist
450
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
451
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
452
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
453
+ * @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)
454
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
455
+ * @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
456
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
457
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
458
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Object} and HTTP response
459
+ */
460
+ deleteStripeAccountWithHttpInfo(opts: any): Promise<any>;
461
+ /**
462
+ * @param {Object} opts Optional parameters
463
+ * @param {String} opts.authorization The authorization token of the logged in user
464
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
465
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
466
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
467
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
468
+ * @param {Array.<String>} opts.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} opts.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} opts.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} opts.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} opts.transactionid The id of the transaction this operation is being run in
473
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Object}
474
+ */
475
+ deleteStripeAccount(opts: {
476
+ authorization: string;
477
+ cacheduration: number;
478
+ cachegroup: Array<string>;
479
+ cachekey: Array<string>;
480
+ cachescope: any;
481
+ cacheuser: Array<string>;
482
+ zeusportalPostasApp: number;
483
+ zeusportalPostas: number;
484
+ zeusportalPostasSite: number;
485
+ transactionid: string;
486
+ }): Promise<any>;
487
+ /**
488
+ * @param {Number} accountID The id of the account to delete
489
+ * @param {Object} opts Optional parameters
490
+ * @param {String} [authorization] The authorization token of the logged in user
491
+ * @param {Number} [cacheduration] The how long the cache entry should persist
492
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
493
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
494
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
495
+ * @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)
496
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
497
+ * @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
498
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
499
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
500
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Object} and HTTP response
501
+ */
502
+ deleteStripeAccountWithIdWithHttpInfo(accountID: number, opts: any): Promise<any>;
503
+ /**
504
+ * @param {Number} accountID The id of the account to delete
505
+ * @param {Object} opts Optional parameters
506
+ * @param {String} opts.authorization The authorization token of the logged in user
507
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
508
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
509
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
510
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
511
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
512
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
513
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
514
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
515
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
516
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Object}
517
+ */
518
+ deleteStripeAccountWithId(accountID: number, opts: {
519
+ authorization: string;
520
+ cacheduration: number;
521
+ cachegroup: Array<string>;
522
+ cachekey: Array<string>;
523
+ cachescope: any;
524
+ cacheuser: Array<string>;
525
+ zeusportalPostasApp: number;
526
+ zeusportalPostas: number;
527
+ zeusportalPostasSite: number;
528
+ transactionid: string;
529
+ }): Promise<any>;
530
+ /**
531
+ * Adds payment methods for the customer stored in stripe
532
+ * Retrieves the payment methods for the customer stored in stripe
533
+ * @param {String} paymentMethodID The id of the payment method to delete
534
+ * @param {Object} opts Optional parameters
535
+ * @param {String} [authorization] The authorization token of the logged in user
536
+ * @param {Number} [cacheduration] The how long the cache entry should persist
537
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
538
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
539
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
540
+ * @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)
541
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
542
+ * @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
543
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
544
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
545
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PaymentMethodResponse} and HTTP response
546
+ */
547
+ deleteStripePaymentMethodWithHttpInfo(paymentMethodID: string, opts: any): Promise<any>;
548
+ /**
549
+ * Adds payment methods for the customer stored in stripe
550
+ * Retrieves the payment methods for the customer stored in stripe
551
+ * @param {String} paymentMethodID The id of the payment method to delete
552
+ * @param {Object} opts Optional parameters
553
+ * @param {String} opts.authorization The authorization token of the logged in user
554
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
555
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
556
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
557
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
558
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
559
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
560
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
561
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
562
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
563
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PaymentMethodResponse}
564
+ */
565
+ deleteStripePaymentMethod(paymentMethodID: string, opts: {
566
+ authorization: string;
567
+ cacheduration: number;
568
+ cachegroup: Array<string>;
569
+ cachekey: Array<string>;
570
+ cachescope: any;
571
+ cacheuser: Array<string>;
572
+ zeusportalPostasApp: number;
573
+ zeusportalPostas: number;
574
+ zeusportalPostasSite: number;
575
+ transactionid: string;
576
+ }): Promise<any>;
577
+ /**
578
+ * Root for the API
579
+ * @param {Object} opts Optional parameters
580
+ * @param {String} [authorization] The authorization token of the logged in user
581
+ * @param {Number} [cacheduration] The how long the cache entry should persist
582
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
583
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
584
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
585
+ * @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)
586
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
587
+ * @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
588
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
589
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
590
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
591
+ */
592
+ getWithHttpInfo(opts: any): Promise<any>;
593
+ /**
594
+ * Root for the API
595
+ * @param {Object} opts Optional parameters
596
+ * @param {String} opts.authorization The authorization token of the logged in user
597
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
598
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
599
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
600
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
601
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
602
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
603
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
604
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
605
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
606
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}
607
+ */
608
+ get(opts: {
609
+ authorization: string;
610
+ cacheduration: number;
611
+ cachegroup: Array<string>;
612
+ cachekey: Array<string>;
613
+ cachescope: any;
614
+ cacheuser: Array<string>;
615
+ zeusportalPostasApp: number;
616
+ zeusportalPostas: number;
617
+ zeusportalPostasSite: number;
618
+ transactionid: string;
619
+ }): Promise<any>;
620
+ /**
621
+ * Gets and object by id
622
+ * @param {Number} id
623
+ * @param {Object} opts Optional parameters
624
+ * @param {String} [authorization] The authorization token of the logged in user
625
+ * @param {Number} [cacheduration] The how long the cache entry should persist
626
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
627
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
628
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
629
+ * @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)
630
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
631
+ * @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
632
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
633
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
634
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} and HTTP response
635
+ */
636
+ get1WithHttpInfo(id: number, opts: any): Promise<any>;
637
+ /**
638
+ * Gets and object by id
639
+ * @param {Number} id
640
+ * @param {Object} opts Optional parameters
641
+ * @param {String} opts.authorization The authorization token of the logged in user
642
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
643
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
644
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
645
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
646
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
647
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
648
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
649
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
650
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
651
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
652
+ */
653
+ get1(id: number, opts: {
654
+ authorization: string;
655
+ cacheduration: number;
656
+ cachegroup: Array<string>;
657
+ cachekey: Array<string>;
658
+ cachescope: any;
659
+ cacheuser: Array<string>;
660
+ zeusportalPostasApp: number;
661
+ zeusportalPostas: number;
662
+ zeusportalPostasSite: number;
663
+ transactionid: string;
664
+ }): Promise<any>;
665
+ /**
666
+ * Retrieves the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
667
+ * Retrieves the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
668
+ * @param {Number} applicationid
669
+ * @param {Object} opts Optional parameters
670
+ * @param {String} [authorization] The authorization token of the logged in user
671
+ * @param {Number} [cacheduration] The how long the cache entry should persist
672
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
673
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
674
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
675
+ * @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)
676
+ * @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
+ * @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
678
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
679
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
680
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ApplicationPaymentAccountResponse} and HTTP response
681
+ */
682
+ getApplicationStripePaymentAccountWithHttpInfo(applicationid: number, opts: any): Promise<any>;
683
+ /**
684
+ * Retrieves the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
685
+ * Retrieves the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
686
+ * @param {Number} applicationid
687
+ * @param {Object} opts Optional parameters
688
+ * @param {String} opts.authorization The authorization token of the logged in user
689
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
690
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
691
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
692
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
693
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
694
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
695
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
696
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
697
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
698
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ApplicationPaymentAccountResponse}
699
+ */
700
+ getApplicationStripePaymentAccount(applicationid: number, opts: {
701
+ authorization: string;
702
+ cacheduration: number;
703
+ cachegroup: Array<string>;
704
+ cachekey: Array<string>;
705
+ cachescope: any;
706
+ cacheuser: Array<string>;
707
+ zeusportalPostasApp: number;
708
+ zeusportalPostas: number;
709
+ zeusportalPostasSite: number;
710
+ transactionid: string;
711
+ }): Promise<any>;
712
+ /**
713
+ * Gets the default payment method
714
+ * Retrieves the default payment for the customer stored in stripe
715
+ * @param {Number} customerID The id of the customer
716
+ * @param {Object} opts Optional parameters
717
+ * @param {String} [authorization] The authorization token of the logged in user
718
+ * @param {Number} [cacheduration] The how long the cache entry should persist
719
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
720
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
721
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
722
+ * @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)
723
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
724
+ * @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
725
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
726
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
727
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PaymentMethodResponse} and HTTP response
728
+ */
729
+ getDefaultCustomerStripePaymentMethodWithHttpInfo(customerID: number, opts: any): Promise<any>;
730
+ /**
731
+ * Gets the default payment method
732
+ * Retrieves the default payment for the customer stored in stripe
733
+ * @param {Number} customerID The id of the customer
734
+ * @param {Object} opts Optional parameters
735
+ * @param {String} opts.authorization The authorization token of the logged in user
736
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
737
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
738
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
739
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
740
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
741
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
742
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
743
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
744
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
745
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PaymentMethodResponse}
746
+ */
747
+ getDefaultCustomerStripePaymentMethod(customerID: number, opts: {
748
+ authorization: string;
749
+ cacheduration: number;
750
+ cachegroup: Array<string>;
751
+ cachekey: Array<string>;
752
+ cachescope: any;
753
+ cacheuser: Array<string>;
754
+ zeusportalPostasApp: number;
755
+ zeusportalPostas: number;
756
+ zeusportalPostasSite: number;
757
+ transactionid: string;
758
+ }): Promise<any>;
759
+ /**
760
+ * Gets the default payment method
761
+ * Retrieves the default payment for the customer stored in stripe
762
+ * @param {Object} opts Optional parameters
763
+ * @param {String} [authorization] The authorization token of the logged in user
764
+ * @param {Number} [cacheduration] The how long the cache entry should persist
765
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
766
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
767
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
768
+ * @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)
769
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
770
+ * @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
771
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
772
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
773
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PaymentMethodResponse} and HTTP response
774
+ */
775
+ getDefaultStripePaymentMethodWithHttpInfo(opts: any): Promise<any>;
776
+ /**
777
+ * Gets the default payment method
778
+ * Retrieves the default payment for the customer stored in stripe
779
+ * @param {Object} opts Optional parameters
780
+ * @param {String} opts.authorization The authorization token of the logged in user
781
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
782
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
783
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
784
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
785
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
786
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
787
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
788
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
789
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
790
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PaymentMethodResponse}
791
+ */
792
+ getDefaultStripePaymentMethod(opts: {
793
+ authorization: string;
794
+ cacheduration: number;
795
+ cachegroup: Array<string>;
796
+ cachekey: Array<string>;
797
+ cachescope: any;
798
+ cacheuser: Array<string>;
799
+ zeusportalPostasApp: number;
800
+ zeusportalPostas: number;
801
+ zeusportalPostasSite: number;
802
+ transactionid: string;
803
+ }): Promise<any>;
804
+ /**
805
+ * Retrieves the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
806
+ * Retrieves the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
807
+ * @param {Number} siteid
808
+ * @param {Object} opts Optional parameters
809
+ * @param {String} [authorization] The authorization token of the logged in user
810
+ * @param {Number} [cacheduration] The how long the cache entry should persist
811
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
812
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
813
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
814
+ * @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)
815
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
816
+ * @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
817
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
818
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
819
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ApplicationPaymentAccountResponse} and HTTP response
820
+ */
821
+ getSiteStripePaymentAccountWithHttpInfo(siteid: number, opts: any): Promise<any>;
822
+ /**
823
+ * Retrieves the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
824
+ * Retrieves the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
825
+ * @param {Number} siteid
826
+ * @param {Object} opts Optional parameters
827
+ * @param {String} opts.authorization The authorization token of the logged in user
828
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
829
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
830
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
831
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
832
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
833
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
834
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
835
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
836
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
837
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ApplicationPaymentAccountResponse}
838
+ */
839
+ getSiteStripePaymentAccount(siteid: number, opts: {
840
+ authorization: string;
841
+ cacheduration: number;
842
+ cachegroup: Array<string>;
843
+ cachekey: Array<string>;
844
+ cachescope: any;
845
+ cacheuser: Array<string>;
846
+ zeusportalPostasApp: number;
847
+ zeusportalPostas: number;
848
+ zeusportalPostasSite: number;
849
+ transactionid: string;
850
+ }): Promise<any>;
851
+ /**
852
+ * Retrieves the Stripe Account For the Logged In User
853
+ * Retrieves the Stripe Customer Account
854
+ * @param {Object} opts Optional parameters
855
+ * @param {String} [authorization] The authorization token of the logged in user
856
+ * @param {Number} [cacheduration] The how long the cache entry should persist
857
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
858
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
859
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
860
+ * @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)
861
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
862
+ * @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
863
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
864
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
865
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/CreateAccountResponse} and HTTP response
866
+ */
867
+ getStripeAccountWithHttpInfo(opts: any): Promise<any>;
868
+ /**
869
+ * Retrieves the Stripe Account For the Logged In User
870
+ * Retrieves the Stripe Customer Account
871
+ * @param {Object} opts Optional parameters
872
+ * @param {String} opts.authorization The authorization token of the logged in user
873
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
874
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
875
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
876
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
877
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
878
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
879
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
880
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
881
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
882
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/CreateAccountResponse}
883
+ */
884
+ getStripeAccount(opts: {
885
+ authorization: string;
886
+ cacheduration: number;
887
+ cachegroup: Array<string>;
888
+ cachekey: Array<string>;
889
+ cachescope: any;
890
+ cacheuser: Array<string>;
891
+ zeusportalPostasApp: number;
892
+ zeusportalPostas: number;
893
+ zeusportalPostasSite: number;
894
+ transactionid: string;
895
+ }): Promise<any>;
896
+ /**
897
+ * Gets the balance of the logged in user
898
+ * Gets the balance of the logged in user
899
+ * @param {Number} accountID The id of the account we are getting the balance for
900
+ * @param {Object} opts Optional parameters
901
+ * @param {String} [authorization] The authorization token of the logged in user
902
+ * @param {Number} [cacheduration] The how long the cache entry should persist
903
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
904
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
905
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
906
+ * @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)
907
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
908
+ * @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
909
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
910
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
911
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/BalanceResponse} and HTTP response
912
+ */
913
+ getStripeAccountBalanceWithHttpInfo(accountID: number, opts: any): Promise<any>;
914
+ /**
915
+ * Gets the balance of the logged in user
916
+ * Gets the balance of the logged in user
917
+ * @param {Number} accountID The id of the account we are getting the balance for
918
+ * @param {Object} opts Optional parameters
919
+ * @param {String} opts.authorization The authorization token of the logged in user
920
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
921
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
922
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
923
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
924
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
925
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
926
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
927
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
928
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
929
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/BalanceResponse}
930
+ */
931
+ getStripeAccountBalance(accountID: number, opts: {
932
+ authorization: string;
933
+ cacheduration: number;
934
+ cachegroup: Array<string>;
935
+ cachekey: Array<string>;
936
+ cachescope: any;
937
+ cacheuser: Array<string>;
938
+ zeusportalPostasApp: number;
939
+ zeusportalPostas: number;
940
+ zeusportalPostasSite: number;
941
+ transactionid: string;
942
+ }): Promise<any>;
943
+ /**
944
+ * Returns the publishable API key for Stripe
945
+ * Returns the publishable API key for Stripe
946
+ * @param {Object} opts Optional parameters
947
+ * @param {String} [authorization] The authorization token of the logged in user
948
+ * @param {Number} [cacheduration] The how long the cache entry should persist
949
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
950
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
951
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
952
+ * @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)
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
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
956
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
957
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link String} and HTTP response
958
+ */
959
+ getStripeApiKeyWithHttpInfo(opts: any): Promise<any>;
960
+ /**
961
+ * Returns the publishable API key for Stripe
962
+ * Returns the publishable API key for Stripe
963
+ * @param {Object} opts Optional parameters
964
+ * @param {String} opts.authorization The authorization token of the logged in user
965
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
966
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
967
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
968
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
969
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
970
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
971
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
972
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
973
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
974
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link String}
975
+ */
976
+ getStripeApiKey(opts: {
977
+ authorization: string;
978
+ cacheduration: number;
979
+ cachegroup: Array<string>;
980
+ cachekey: Array<string>;
981
+ cachescope: any;
982
+ cacheuser: Array<string>;
983
+ zeusportalPostasApp: number;
984
+ zeusportalPostas: number;
985
+ zeusportalPostasSite: number;
986
+ transactionid: string;
987
+ }): Promise<any>;
988
+ /**
989
+ * Gets the balance of the logged in user
990
+ * Gets the balance of the logged in user
991
+ * @param {Object} opts Optional parameters
992
+ * @param {String} [authorization] The authorization token of the logged in user
993
+ * @param {Number} [cacheduration] The how long the cache entry should persist
994
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
995
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
996
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
997
+ * @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)
998
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
999
+ * @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
1000
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1001
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1002
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/BalanceResponse} and HTTP response
1003
+ */
1004
+ getStripeBalanceWithHttpInfo(opts: any): Promise<any>;
1005
+ /**
1006
+ * Gets the balance of the logged in user
1007
+ * Gets the balance of the logged in user
1008
+ * @param {Object} opts Optional parameters
1009
+ * @param {String} opts.authorization The authorization token of the logged in user
1010
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1011
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1012
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1013
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1014
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1015
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1016
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1017
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
1018
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
1019
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/BalanceResponse}
1020
+ */
1021
+ getStripeBalance(opts: {
1022
+ authorization: string;
1023
+ cacheduration: number;
1024
+ cachegroup: Array<string>;
1025
+ cachekey: Array<string>;
1026
+ cachescope: any;
1027
+ cacheuser: Array<string>;
1028
+ zeusportalPostasApp: number;
1029
+ zeusportalPostas: number;
1030
+ zeusportalPostasSite: number;
1031
+ transactionid: string;
1032
+ }): Promise<any>;
1033
+ /**
1034
+ * Retrieves the Stripe Customer Account For the Logged In User
1035
+ * Retrieves the Stripe Customer Account
1036
+ * @param {Object} opts Optional parameters
1037
+ * @param {String} [authorization] The authorization token of the logged in user
1038
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1039
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1040
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1041
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1042
+ * @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)
1043
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1044
+ * @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
1045
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1046
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1047
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/CustomerResponse} and HTTP response
1048
+ */
1049
+ getStripeCustomerAccountWithHttpInfo(opts: any): Promise<any>;
1050
+ /**
1051
+ * Retrieves the Stripe Customer Account For the Logged In User
1052
+ * Retrieves the Stripe Customer Account
1053
+ * @param {Object} opts Optional parameters
1054
+ * @param {String} opts.authorization The authorization token of the logged in user
1055
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1056
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1057
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1058
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1059
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1060
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1061
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1062
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
1063
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
1064
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/CustomerResponse}
1065
+ */
1066
+ getStripeCustomerAccount(opts: {
1067
+ authorization: string;
1068
+ cacheduration: number;
1069
+ cachegroup: Array<string>;
1070
+ cachekey: Array<string>;
1071
+ cachescope: any;
1072
+ cacheuser: Array<string>;
1073
+ zeusportalPostasApp: number;
1074
+ zeusportalPostas: number;
1075
+ zeusportalPostasSite: number;
1076
+ transactionid: string;
1077
+ }): Promise<any>;
1078
+ /**
1079
+ * Retrieves the payment methods for the customer stored in stripe
1080
+ * Retrieves the payment methods for the customer stored in stripe
1081
+ * @param {Number} customerID The customerid to update
1082
+ * @param {Object} opts Optional parameters
1083
+ * @param {String} [authorization] The authorization token of the logged in user
1084
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1085
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1086
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1087
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1088
+ * @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)
1089
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1090
+ * @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
1091
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1092
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1093
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PaymentMethodsResponse} and HTTP response
1094
+ */
1095
+ getStripeCustomerPaymentMethodsWithHttpInfo(customerID: number, opts: any): Promise<any>;
1096
+ /**
1097
+ * Retrieves the payment methods for the customer stored in stripe
1098
+ * Retrieves the payment methods for the customer stored in stripe
1099
+ * @param {Number} customerID The customerid to update
1100
+ * @param {Object} opts Optional parameters
1101
+ * @param {String} opts.authorization The authorization token of the logged in user
1102
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1103
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1104
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1105
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1106
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1107
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1108
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1109
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
1110
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
1111
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PaymentMethodsResponse}
1112
+ */
1113
+ getStripeCustomerPaymentMethods(customerID: number, opts: {
1114
+ authorization: string;
1115
+ cacheduration: number;
1116
+ cachegroup: Array<string>;
1117
+ cachekey: Array<string>;
1118
+ cachescope: any;
1119
+ cacheuser: Array<string>;
1120
+ zeusportalPostasApp: number;
1121
+ zeusportalPostas: number;
1122
+ zeusportalPostasSite: number;
1123
+ transactionid: string;
1124
+ }): Promise<any>;
1125
+ /**
1126
+ * Retrieves the payment methods for the customer stored in stripe
1127
+ * Retrieves the payment methods for the customer stored in stripe
1128
+ * @param {Object} opts Optional parameters
1129
+ * @param {String} [authorization] The authorization token of the logged in user
1130
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1131
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1132
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1133
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1134
+ * @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)
1135
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1136
+ * @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
1137
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1138
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1139
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PaymentMethodsResponse} and HTTP response
1140
+ */
1141
+ getStripePaymentMethodsWithHttpInfo(opts: any): Promise<any>;
1142
+ /**
1143
+ * Retrieves the payment methods for the customer stored in stripe
1144
+ * Retrieves the payment methods for the customer stored in stripe
1145
+ * @param {Object} opts Optional parameters
1146
+ * @param {String} opts.authorization The authorization token of the logged in user
1147
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1148
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1149
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1150
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1151
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1152
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1153
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1154
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
1155
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
1156
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PaymentMethodsResponse}
1157
+ */
1158
+ getStripePaymentMethods(opts: {
1159
+ authorization: string;
1160
+ cacheduration: number;
1161
+ cachegroup: Array<string>;
1162
+ cachekey: Array<string>;
1163
+ cachescope: any;
1164
+ cacheuser: Array<string>;
1165
+ zeusportalPostasApp: number;
1166
+ zeusportalPostas: number;
1167
+ zeusportalPostasSite: number;
1168
+ transactionid: string;
1169
+ }): Promise<any>;
1170
+ /**
1171
+ * Retrieves the transfer payment with the given transferId
1172
+ * Retrieves the transfer payment with the given transferId
1173
+ * @param {String} transferID The id of the transfer
1174
+ * @param {Object} opts Optional parameters
1175
+ * @param {String} [authorization] The authorization token of the logged in user
1176
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1177
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1178
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1179
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1180
+ * @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)
1181
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1182
+ * @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
1183
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1184
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1185
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/TransferResponse} and HTTP response
1186
+ */
1187
+ getStripeTransferWithHttpInfo(transferID: string, opts: any): Promise<any>;
1188
+ /**
1189
+ * Retrieves the transfer payment with the given transferId
1190
+ * Retrieves the transfer payment with the given transferId
1191
+ * @param {String} transferID The id of the transfer
1192
+ * @param {Object} opts Optional parameters
1193
+ * @param {String} opts.authorization The authorization token of the logged in user
1194
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1195
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1196
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1197
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1198
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1199
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1200
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1201
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
1202
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
1203
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/TransferResponse}
1204
+ */
1205
+ getStripeTransfer(transferID: string, opts: {
1206
+ authorization: string;
1207
+ cacheduration: number;
1208
+ cachegroup: Array<string>;
1209
+ cachekey: Array<string>;
1210
+ cachescope: any;
1211
+ cacheuser: Array<string>;
1212
+ zeusportalPostasApp: number;
1213
+ zeusportalPostas: number;
1214
+ zeusportalPostasSite: number;
1215
+ transactionid: string;
1216
+ }): Promise<any>;
1217
+ /**
1218
+ * Retrieves the transfer payment details with the given transferId
1219
+ * Retrieves the transfer payment with the given transferId
1220
+ * @param {String} transferID The id of the transfer
1221
+ * @param {Object} opts Optional parameters
1222
+ * @param {String} [authorization] The authorization token of the logged in user
1223
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1224
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1225
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1226
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1227
+ * @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)
1228
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1229
+ * @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
1230
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1231
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1232
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/TransferResponse} and HTTP response
1233
+ */
1234
+ getStripeTransferPaymentMethodDetailsWithHttpInfo(transferID: string, opts: any): Promise<any>;
1235
+ /**
1236
+ * Retrieves the transfer payment details with the given transferId
1237
+ * Retrieves the transfer payment with the given transferId
1238
+ * @param {String} transferID The id of the transfer
1239
+ * @param {Object} opts Optional parameters
1240
+ * @param {String} opts.authorization The authorization token of the logged in user
1241
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1242
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1243
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1244
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1245
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1246
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1247
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1248
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
1249
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
1250
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/TransferResponse}
1251
+ */
1252
+ getStripeTransferPaymentMethodDetails(transferID: string, opts: {
1253
+ authorization: string;
1254
+ cacheduration: number;
1255
+ cachegroup: Array<string>;
1256
+ cachekey: Array<string>;
1257
+ cachescope: any;
1258
+ cacheuser: Array<string>;
1259
+ zeusportalPostasApp: number;
1260
+ zeusportalPostas: number;
1261
+ zeusportalPostasSite: number;
1262
+ transactionid: string;
1263
+ }): Promise<any>;
1264
+ /**
1265
+ * Retrieves the Stripe Account For the Specified User
1266
+ * Retrieves the Stripe Account
1267
+ * @param {Number} userID The id of the user to retrieve the account for
1268
+ * @param {Object} opts Optional parameters
1269
+ * @param {String} [authorization] The authorization token of the logged in user
1270
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1271
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1272
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1273
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1274
+ * @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)
1275
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1276
+ * @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
1277
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1278
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1279
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/CreateAccountResponse} and HTTP response
1280
+ */
1281
+ getUserStripeAccountWithHttpInfo(userID: number, opts: any): Promise<any>;
1282
+ /**
1283
+ * Retrieves the Stripe Account For the Specified User
1284
+ * Retrieves the Stripe Account
1285
+ * @param {Number} userID The id of the user to retrieve the account for
1286
+ * @param {Object} opts Optional parameters
1287
+ * @param {String} opts.authorization The authorization token of the logged in user
1288
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1289
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1290
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1291
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1292
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1293
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1294
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1295
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
1296
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
1297
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/CreateAccountResponse}
1298
+ */
1299
+ getUserStripeAccount(userID: number, opts: {
1300
+ authorization: string;
1301
+ cacheduration: number;
1302
+ cachegroup: Array<string>;
1303
+ cachekey: Array<string>;
1304
+ cachescope: any;
1305
+ cacheuser: Array<string>;
1306
+ zeusportalPostasApp: number;
1307
+ zeusportalPostas: number;
1308
+ zeusportalPostasSite: number;
1309
+ transactionid: string;
1310
+ }): Promise<any>;
1311
+ /**
1312
+ * Retrieves the Stripe Customer Account For the Logged In User
1313
+ * Retrieves the Stripe Customer Account
1314
+ * @param {Number} userID The id of the user to retrieve the account for
1315
+ * @param {Object} opts Optional parameters
1316
+ * @param {String} [authorization] The authorization token of the logged in user
1317
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1318
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1319
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1320
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1321
+ * @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)
1322
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1323
+ * @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
1324
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1325
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1326
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/CustomerResponse} and HTTP response
1327
+ */
1328
+ getUserStripeCustomerAccountWithHttpInfo(userID: number, opts: any): Promise<any>;
1329
+ /**
1330
+ * Retrieves the Stripe Customer Account For the Logged In User
1331
+ * Retrieves the Stripe Customer Account
1332
+ * @param {Number} userID The id of the user to retrieve the account for
1333
+ * @param {Object} opts Optional parameters
1334
+ * @param {String} opts.authorization The authorization token of the logged in user
1335
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1336
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1337
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1338
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1339
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1340
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1341
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1342
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
1343
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
1344
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/CustomerResponse}
1345
+ */
1346
+ getUserStripeCustomerAccount(userID: number, opts: {
1347
+ authorization: string;
1348
+ cacheduration: number;
1349
+ cachegroup: Array<string>;
1350
+ cachekey: Array<string>;
1351
+ cachescope: any;
1352
+ cacheuser: Array<string>;
1353
+ zeusportalPostasApp: number;
1354
+ zeusportalPostas: number;
1355
+ zeusportalPostasSite: number;
1356
+ transactionid: string;
1357
+ }): Promise<any>;
1358
+ /**
1359
+ * Pays out the specified account
1360
+ * Pays out the specified account
1361
+ * @param {Number} accountID The id of the account we are paying out
1362
+ * @param {module:model/PayoutInput} payoutInput Contains the info to create the Payout
1363
+ * @param {Object} opts Optional parameters
1364
+ * @param {String} [authorization] The authorization token of the logged in user
1365
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1366
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1367
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1368
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1369
+ * @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)
1370
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1371
+ * @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
1372
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1373
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1374
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PayoutResponse} and HTTP response
1375
+ */
1376
+ payoutStripeAccountWithHttpInfo(accountID: number, payoutInput: any, opts: any): Promise<any>;
1377
+ /**
1378
+ * Pays out the specified account
1379
+ * Pays out the specified account
1380
+ * @param {Number} accountID The id of the account we are paying out
1381
+ * @param {module:model/PayoutInput} payoutInput Contains the info to create the Payout
1382
+ * @param {Object} opts Optional parameters
1383
+ * @param {String} opts.authorization The authorization token of the logged in user
1384
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1385
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1386
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1387
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1388
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1389
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1390
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1391
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
1392
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
1393
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PayoutResponse}
1394
+ */
1395
+ payoutStripeAccount(accountID: number, payoutInput: any, opts: {
1396
+ authorization: string;
1397
+ cacheduration: number;
1398
+ cachegroup: Array<string>;
1399
+ cachekey: Array<string>;
1400
+ cachescope: any;
1401
+ cacheuser: Array<string>;
1402
+ zeusportalPostasApp: number;
1403
+ zeusportalPostas: number;
1404
+ zeusportalPostasSite: number;
1405
+ transactionid: string;
1406
+ }): Promise<any>;
1407
+ /**
1408
+ * Updates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
1409
+ * Updates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
1410
+ * @param {Number} applicationid
1411
+ * @param {Number} accountid
1412
+ * @param {Object} opts Optional parameters
1413
+ * @param {String} [authorization] The authorization token of the logged in user
1414
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1415
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1416
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1417
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1418
+ * @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)
1419
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1420
+ * @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
1421
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1422
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1423
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ApplicationPaymentAccountResponse} and HTTP response
1424
+ */
1425
+ setApplicationStripePaymentAccountWithHttpInfo(applicationid: number, accountid: number, opts: any): Promise<any>;
1426
+ /**
1427
+ * Updates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
1428
+ * Updates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
1429
+ * @param {Number} applicationid
1430
+ * @param {Number} accountid
1431
+ * @param {Object} opts Optional parameters
1432
+ * @param {String} opts.authorization The authorization token of the logged in user
1433
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1434
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1435
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1436
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1437
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1438
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1439
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1440
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
1441
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
1442
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ApplicationPaymentAccountResponse}
1443
+ */
1444
+ setApplicationStripePaymentAccount(applicationid: number, accountid: number, opts: {
1445
+ authorization: string;
1446
+ cacheduration: number;
1447
+ cachegroup: Array<string>;
1448
+ cachekey: Array<string>;
1449
+ cachescope: any;
1450
+ cacheuser: Array<string>;
1451
+ zeusportalPostasApp: number;
1452
+ zeusportalPostas: number;
1453
+ zeusportalPostasSite: number;
1454
+ transactionid: string;
1455
+ }): Promise<any>;
1456
+ /**
1457
+ * Adds payment methods for the customer stored in stripe
1458
+ * Retrieves the payment methods for the customer stored in stripe
1459
+ * @param {Number} customerID The id of the customer
1460
+ * @param {String} body The id of the payment method
1461
+ * @param {Object} opts Optional parameters
1462
+ * @param {String} [authorization] The authorization token of the logged in user
1463
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1464
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1465
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1466
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1467
+ * @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)
1468
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1469
+ * @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
1470
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1471
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1472
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PaymentMethodResponse} and HTTP response
1473
+ */
1474
+ setDefaultCustomerStripePaymentMethodWithHttpInfo(customerID: number, body: string, opts: any): Promise<any>;
1475
+ /**
1476
+ * Adds payment methods for the customer stored in stripe
1477
+ * Retrieves the payment methods for the customer stored in stripe
1478
+ * @param {Number} customerID The id of the customer
1479
+ * @param {String} body The id of the payment method
1480
+ * @param {Object} opts Optional parameters
1481
+ * @param {String} opts.authorization The authorization token of the logged in user
1482
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1483
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1484
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1485
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1486
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1487
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1488
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1489
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
1490
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
1491
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PaymentMethodResponse}
1492
+ */
1493
+ setDefaultCustomerStripePaymentMethod(customerID: number, body: string, opts: {
1494
+ authorization: string;
1495
+ cacheduration: number;
1496
+ cachegroup: Array<string>;
1497
+ cachekey: Array<string>;
1498
+ cachescope: any;
1499
+ cacheuser: Array<string>;
1500
+ zeusportalPostasApp: number;
1501
+ zeusportalPostas: number;
1502
+ zeusportalPostasSite: number;
1503
+ transactionid: string;
1504
+ }): Promise<any>;
1505
+ /**
1506
+ * Sets the default payment method for the customer stored in stripe
1507
+ * Retrieves the payment methods for the customer stored in stripe
1508
+ * @param {String} body The id of the payment method
1509
+ * @param {Object} opts Optional parameters
1510
+ * @param {String} [authorization] The authorization token of the logged in user
1511
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1512
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1513
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1514
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1515
+ * @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)
1516
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1517
+ * @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
1518
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1519
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1520
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PaymentMethodResponse} and HTTP response
1521
+ */
1522
+ setDefaultStripePaymentMethodWithHttpInfo(body: string, opts: any): Promise<any>;
1523
+ /**
1524
+ * Sets the default payment method for the customer stored in stripe
1525
+ * Retrieves the payment methods for the customer stored in stripe
1526
+ * @param {String} body The id of the payment method
1527
+ * @param {Object} opts Optional parameters
1528
+ * @param {String} opts.authorization The authorization token of the logged in user
1529
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1530
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1531
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1532
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1533
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1534
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1535
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1536
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
1537
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
1538
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PaymentMethodResponse}
1539
+ */
1540
+ setDefaultStripePaymentMethod(body: string, opts: {
1541
+ authorization: string;
1542
+ cacheduration: number;
1543
+ cachegroup: Array<string>;
1544
+ cachekey: Array<string>;
1545
+ cachescope: any;
1546
+ cacheuser: Array<string>;
1547
+ zeusportalPostasApp: number;
1548
+ zeusportalPostas: number;
1549
+ zeusportalPostasSite: number;
1550
+ transactionid: string;
1551
+ }): Promise<any>;
1552
+ /**
1553
+ * Updates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
1554
+ * Updates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
1555
+ * @param {Number} siteid
1556
+ * @param {Number} accountid
1557
+ * @param {Object} opts Optional parameters
1558
+ * @param {String} [authorization] The authorization token of the logged in user
1559
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1560
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1561
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1562
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1563
+ * @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)
1564
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1565
+ * @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
1566
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1567
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1568
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ApplicationPaymentAccountResponse} and HTTP response
1569
+ */
1570
+ setSiteStripePaymentAccountWithHttpInfo(siteid: number, accountid: number, opts: any): Promise<any>;
1571
+ /**
1572
+ * Updates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
1573
+ * Updates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
1574
+ * @param {Number} siteid
1575
+ * @param {Number} accountid
1576
+ * @param {Object} opts Optional parameters
1577
+ * @param {String} opts.authorization The authorization token of the logged in user
1578
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1579
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1580
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1581
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1582
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1583
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1584
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1585
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
1586
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
1587
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ApplicationPaymentAccountResponse}
1588
+ */
1589
+ setSiteStripePaymentAccount(siteid: number, accountid: number, opts: {
1590
+ authorization: string;
1591
+ cacheduration: number;
1592
+ cachegroup: Array<string>;
1593
+ cachekey: Array<string>;
1594
+ cachescope: any;
1595
+ cacheuser: Array<string>;
1596
+ zeusportalPostasApp: number;
1597
+ zeusportalPostas: number;
1598
+ zeusportalPostasSite: number;
1599
+ transactionid: string;
1600
+ }): Promise<any>;
1601
+ /**
1602
+ * Pays out the account of the logged in user
1603
+ * Pays out the account of the logged in user
1604
+ * @param {module:model/PayoutInput} payoutInput Contains the info to create the Payout
1605
+ * @param {Object} opts Optional parameters
1606
+ * @param {String} [authorization] The authorization token of the logged in user
1607
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1608
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1609
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1610
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1611
+ * @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)
1612
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1613
+ * @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
1614
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1615
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1616
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PayoutResponse} and HTTP response
1617
+ */
1618
+ stripePayoutWithHttpInfo(payoutInput: any, opts: any): Promise<any>;
1619
+ /**
1620
+ * Pays out the account of the logged in user
1621
+ * Pays out the account of the logged in user
1622
+ * @param {module:model/PayoutInput} payoutInput Contains the info to create the Payout
1623
+ * @param {Object} opts Optional parameters
1624
+ * @param {String} opts.authorization The authorization token of the logged in user
1625
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1626
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1627
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1628
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1629
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1630
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1631
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1632
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
1633
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
1634
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PayoutResponse}
1635
+ */
1636
+ stripePayout(payoutInput: any, opts: {
1637
+ authorization: string;
1638
+ cacheduration: number;
1639
+ cachegroup: Array<string>;
1640
+ cachekey: Array<string>;
1641
+ cachescope: any;
1642
+ cacheuser: Array<string>;
1643
+ zeusportalPostasApp: number;
1644
+ zeusportalPostas: number;
1645
+ zeusportalPostasSite: number;
1646
+ transactionid: string;
1647
+ }): Promise<any>;
1648
+ /**
1649
+ * Sends a transfer payment from the logged in user to the recipient specified in the TransferInput
1650
+ * Sends a transfer payment from the logged in user to the recipient specified in the TransferInput
1651
+ * @param {module:model/TransferInput} transferInput Contains the info to create the Transfer
1652
+ * @param {Object} opts Optional parameters
1653
+ * @param {String} [authorization] The authorization token of the logged in user
1654
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1655
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1656
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1657
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1658
+ * @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)
1659
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1660
+ * @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
1661
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1662
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1663
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/TransferResponse} and HTTP response
1664
+ */
1665
+ stripeTransferWithHttpInfo(transferInput: any, opts: any): Promise<any>;
1666
+ /**
1667
+ * Sends a transfer payment from the logged in user to the recipient specified in the TransferInput
1668
+ * Sends a transfer payment from the logged in user to the recipient specified in the TransferInput
1669
+ * @param {module:model/TransferInput} transferInput Contains the info to create the Transfer
1670
+ * @param {Object} opts Optional parameters
1671
+ * @param {String} opts.authorization The authorization token of the logged in user
1672
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1673
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1674
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1675
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1676
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1677
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1678
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1679
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
1680
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
1681
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/TransferResponse}
1682
+ */
1683
+ stripeTransfer(transferInput: any, opts: {
1684
+ authorization: string;
1685
+ cacheduration: number;
1686
+ cachegroup: Array<string>;
1687
+ cachekey: Array<string>;
1688
+ cachescope: any;
1689
+ cacheuser: Array<string>;
1690
+ zeusportalPostasApp: number;
1691
+ zeusportalPostas: number;
1692
+ zeusportalPostasSite: number;
1693
+ transactionid: string;
1694
+ }): Promise<any>;
1695
+ /**
1696
+ * Creates an Account Link which enables the user to update their Stripe account details
1697
+ * Creates an Account Link which enables the user to update their Stripe account details
1698
+ * @param {Number} accountID The accountid to update
1699
+ * @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
1700
+ * @param {Object} opts Optional parameters
1701
+ * @param {String} [authorization] The authorization token of the logged in user
1702
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1703
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1704
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1705
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1706
+ * @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)
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
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
1710
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1711
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/CreateAccountResponse} and HTTP response
1712
+ */
1713
+ updateAccountLinkWithHttpInfo(accountID: number, createStripeAccountInput: any, opts: any): Promise<any>;
1714
+ /**
1715
+ * Creates an Account Link which enables the user to update their Stripe account details
1716
+ * Creates an Account Link which enables the user to update their Stripe account details
1717
+ * @param {Number} accountID The accountid to update
1718
+ * @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
1719
+ * @param {Object} opts Optional parameters
1720
+ * @param {String} opts.authorization The authorization token of the logged in user
1721
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1722
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1723
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1724
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1725
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1726
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1727
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1728
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
1729
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
1730
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/CreateAccountResponse}
1731
+ */
1732
+ updateAccountLink(accountID: number, createStripeAccountInput: any, opts: {
1733
+ authorization: string;
1734
+ cacheduration: number;
1735
+ cachegroup: Array<string>;
1736
+ cachekey: Array<string>;
1737
+ cachescope: any;
1738
+ cacheuser: Array<string>;
1739
+ zeusportalPostasApp: number;
1740
+ zeusportalPostas: number;
1741
+ zeusportalPostasSite: number;
1742
+ transactionid: string;
1743
+ }): Promise<any>;
1744
+ /**
1745
+ * Updates the customer account and returns a client secret to enable user to update their details on Stripe
1746
+ * Creates a client secret to enable user to update their Stripe details
1747
+ * @param {Number} customerID The customerid to update
1748
+ * @param {module:model/CreateStripeCustomerInput} createStripeCustomerInput Contains the info to update the Stripe Customer Account including a client secret to pass into Stripe Payment Elements
1749
+ * @param {Object} opts Optional parameters
1750
+ * @param {String} [authorization] The authorization token of the logged in user
1751
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1752
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1753
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1754
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1755
+ * @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)
1756
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1757
+ * @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
1758
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1759
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1760
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/CustomerResponse} and HTTP response
1761
+ */
1762
+ updateCustomerWithHttpInfo(customerID: number, createStripeCustomerInput: any, opts: any): Promise<any>;
1763
+ /**
1764
+ * Updates the customer account and returns a client secret to enable user to update their details on Stripe
1765
+ * Creates a client secret to enable user to update their Stripe details
1766
+ * @param {Number} customerID The customerid to update
1767
+ * @param {module:model/CreateStripeCustomerInput} createStripeCustomerInput Contains the info to update the Stripe Customer Account including a client secret to pass into Stripe Payment Elements
1768
+ * @param {Object} opts Optional parameters
1769
+ * @param {String} opts.authorization The authorization token of the logged in user
1770
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1771
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1772
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1773
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1774
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1775
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1776
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1777
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
1778
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
1779
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/CustomerResponse}
1780
+ */
1781
+ updateCustomer(customerID: number, createStripeCustomerInput: any, opts: {
1782
+ authorization: string;
1783
+ cacheduration: number;
1784
+ cachegroup: Array<string>;
1785
+ cachekey: Array<string>;
1786
+ cachescope: any;
1787
+ cacheuser: Array<string>;
1788
+ zeusportalPostasApp: number;
1789
+ zeusportalPostas: number;
1790
+ zeusportalPostasSite: number;
1791
+ transactionid: string;
1792
+ }): Promise<any>;
1793
+ /**
1794
+ * Adds payment methods for the customer stored in stripe
1795
+ * Retrieves the payment methods for the customer stored in stripe
1796
+ * @param {String} paymentMethodID The id of the payment method to update
1797
+ * @param {Object} opts Optional parameters
1798
+ * @param {String} [authorization] The authorization token of the logged in user
1799
+ * @param {Number} [cacheduration] The how long the cache entry should persist
1800
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1801
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1802
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
1803
+ * @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)
1804
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1805
+ * @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
1806
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1807
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1808
+ * @param {module:model/PaymentMethodInput} [paymentMethodInput] The payment method data
1809
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PaymentMethodResponse} and HTTP response
1810
+ */
1811
+ updateStripePaymentMethodWithHttpInfo(paymentMethodID: string, opts: any): Promise<any>;
1812
+ /**
1813
+ * Adds payment methods for the customer stored in stripe
1814
+ * Retrieves the payment methods for the customer stored in stripe
1815
+ * @param {String} paymentMethodID The id of the payment method to update
1816
+ * @param {Object} opts Optional parameters
1817
+ * @param {String} opts.authorization The authorization token of the logged in user
1818
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
1819
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1820
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1821
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1822
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
1823
+ * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
1824
+ * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1825
+ * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
1826
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
1827
+ * @param {module:model/PaymentMethodInput} opts.paymentMethodInput The payment method data
1828
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PaymentMethodResponse}
1829
+ */
1830
+ updateStripePaymentMethod(paymentMethodID: string, opts: {
1831
+ authorization: string;
1832
+ cacheduration: number;
1833
+ cachegroup: Array<string>;
1834
+ cachekey: Array<string>;
1835
+ cachescope: any;
1836
+ cacheuser: Array<string>;
1837
+ zeusportalPostasApp: number;
1838
+ zeusportalPostas: number;
1839
+ zeusportalPostasSite: number;
1840
+ transactionid: string;
1841
+ paymentMethodInput: any;
1842
+ }): Promise<any>;
1843
+ }