integration_api 1.2.1

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 (613) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +7 -0
  3. data/README.md +438 -0
  4. data/Rakefile +8 -0
  5. data/docs/ACHApi.md +878 -0
  6. data/docs/AccountingApi.md +633 -0
  7. data/docs/AccountingCustomerResponseVO.md +9 -0
  8. data/docs/AccountingCustomerRevenueResponseVO.md +9 -0
  9. data/docs/AccountingFinalResponseVO.md +15 -0
  10. data/docs/AccountingInvoicePaymentResponseVO.md +9 -0
  11. data/docs/AccountingInvoiceResponseVO.md +9 -0
  12. data/docs/AccountingStatsResponseVO.md +9 -0
  13. data/docs/AchBalanceResponseVO.md +13 -0
  14. data/docs/AchBankLinkRequestCO.md +10 -0
  15. data/docs/AchBankLinkResponseVO.md +14 -0
  16. data/docs/AchBusinessRequestCO.md +10 -0
  17. data/docs/AchBusinessResponseVO.md +12 -0
  18. data/docs/AchCardLinkRequestCO.md +9 -0
  19. data/docs/AchCardLinkResponseVO.md +12 -0
  20. data/docs/AchClientRequestCO.md +10 -0
  21. data/docs/AchClientResponseVO.md +12 -0
  22. data/docs/AchTransferRequestCO.md +10 -0
  23. data/docs/AchTransferResponseVO.md +14 -0
  24. data/docs/Acquiree.md +10 -0
  25. data/docs/Acquirer.md +10 -0
  26. data/docs/Address.md +15 -0
  27. data/docs/AggregationAccount.md +29 -0
  28. data/docs/AggregationAccountBalance.md +18 -0
  29. data/docs/AggregationAccountBalanceResponseVO.md +11 -0
  30. data/docs/AggregationAccountHolding.md +27 -0
  31. data/docs/AggregationAccountHoldingResponseInternalObjectVO.md +9 -0
  32. data/docs/AggregationAccountHoldingResponseVO.md +11 -0
  33. data/docs/AggregationAccountResponseInternalObjectVO.md +9 -0
  34. data/docs/AggregationAccountResponseVO.md +11 -0
  35. data/docs/AggregationAccountTransaction.md +24 -0
  36. data/docs/AggregationAccountTransactionResponseInternalObjectVO.md +9 -0
  37. data/docs/AggregationAccountTransactionResponseVO.md +12 -0
  38. data/docs/AggregationAccountsResponseVO.md +11 -0
  39. data/docs/AggregationApi.md +722 -0
  40. data/docs/AggregationRequestObject.md +12 -0
  41. data/docs/AggregationVendorRequestCO.md +10 -0
  42. data/docs/ApplePayload.md +10 -0
  43. data/docs/AsyncApi.md +262 -0
  44. data/docs/AsyncTransaction.md +12 -0
  45. data/docs/AsyncTransactionVO.md +10 -0
  46. data/docs/BaasAccountCO.md +9 -0
  47. data/docs/BaasAccountVO.md +16 -0
  48. data/docs/BaasApi.md +551 -0
  49. data/docs/BaasBalanceVO.md +12 -0
  50. data/docs/BaasBusinessVO.md +14 -0
  51. data/docs/BaasClientVO.md +14 -0
  52. data/docs/BaasStatementVO.md +13 -0
  53. data/docs/BaasStatementsVO.md +10 -0
  54. data/docs/BaasSubAccountCO.md +8 -0
  55. data/docs/BaasSubAccountVO.md +15 -0
  56. data/docs/BaasTransactionsVO.md +12 -0
  57. data/docs/BankCredit.md +15 -0
  58. data/docs/BankLink.md +29 -0
  59. data/docs/BankLinkResponseInternalObjectVO.md +9 -0
  60. data/docs/BankLinkVendorDataVO.md +9 -0
  61. data/docs/BaseResponseVO.md +10 -0
  62. data/docs/BrokerageAccountCO.md +9 -0
  63. data/docs/BrokerageAccountVO.md +12 -0
  64. data/docs/BrokerageApi.md +1170 -0
  65. data/docs/BrokerageBalanceVO.md +13 -0
  66. data/docs/BrokerageBankLinkCO.md +8 -0
  67. data/docs/BrokerageBankLinkVO.md +13 -0
  68. data/docs/BrokerageClientCO.md +9 -0
  69. data/docs/BrokerageCreateClientVO.md +12 -0
  70. data/docs/BrokerageDepositCO.md +8 -0
  71. data/docs/BrokerageDepositVO.md +12 -0
  72. data/docs/BrokerageDocumentCO.md +9 -0
  73. data/docs/BrokerageDocumentVO.md +13 -0
  74. data/docs/BrokerageHoldingVO.md +13 -0
  75. data/docs/BrokerageOrderCO.md +8 -0
  76. data/docs/BrokerageOrderVO.md +13 -0
  77. data/docs/BrokeragePerformanceVO.md +13 -0
  78. data/docs/BrokerageSecuritiesVO.md +11 -0
  79. data/docs/BrokerageStatementVO.md +10 -0
  80. data/docs/BrokerageTransactionVO.md +13 -0
  81. data/docs/BrokerageUpdateClientVO.md +13 -0
  82. data/docs/BrokerageWithdrawalCO.md +8 -0
  83. data/docs/BrokerageWithdrawalVO.md +12 -0
  84. data/docs/BusinessAddress.md +14 -0
  85. data/docs/BusinessVendorRequestDataVO.md +22 -0
  86. data/docs/CardApi.md +1684 -0
  87. data/docs/CardAutoReloadRequestCO.md +11 -0
  88. data/docs/CardAutoReloadResponseVO.md +13 -0
  89. data/docs/CardBalanceResponseVO.md +13 -0
  90. data/docs/CardBaseRequestCO.md +10 -0
  91. data/docs/CardBusinessRequestCO.md +8 -0
  92. data/docs/CardClientRequestCO.md +9 -0
  93. data/docs/CardLoadRequestCO.md +9 -0
  94. data/docs/CardLoadUnloadResponseVO.md +14 -0
  95. data/docs/CardPinRequestCO.md +11 -0
  96. data/docs/CardReplaceResponseVO.md +14 -0
  97. data/docs/CardReserveAccountResponseVO.md +14 -0
  98. data/docs/CardSpendingControlRequestCO.md +8 -0
  99. data/docs/CardSpendingControlResponseVO.md +12 -0
  100. data/docs/CardTokenRequestCO.md +11 -0
  101. data/docs/CardTokenResponseVO.md +15 -0
  102. data/docs/CardTransactionResponseVO.md +13 -0
  103. data/docs/CardUnloadRequestCO.md +9 -0
  104. data/docs/CardUpdatePinRequestCO.md +11 -0
  105. data/docs/Cash.md +10 -0
  106. data/docs/ClientAddress.md +15 -0
  107. data/docs/ClientVendorRequestDataVO.md +25 -0
  108. data/docs/CreateBaasBusinessCO.md +9 -0
  109. data/docs/CreateBaasClientCO.md +9 -0
  110. data/docs/CreateBusinessResponseVO.md +12 -0
  111. data/docs/CreateCardClientResponseVO.md +12 -0
  112. data/docs/CreateUserRequest.md +13 -0
  113. data/docs/Customer.md +21 -0
  114. data/docs/CustomerAddress.md +14 -0
  115. data/docs/CustomerRevenue.md +16 -0
  116. data/docs/Dividend.md +10 -0
  117. data/docs/DividendTax.md +9 -0
  118. data/docs/Email.md +26 -0
  119. data/docs/EmailClick.md +11 -0
  120. data/docs/EmailOpen.md +10 -0
  121. data/docs/ExchangePublicTokenVO.md +12 -0
  122. data/docs/ExchangeTokenCO.md +13 -0
  123. data/docs/FinancialStatement.md +23 -0
  124. data/docs/GetCardImageResponseVO.md +12 -0
  125. data/docs/GetCardPciDetailsResponseVO.md +14 -0
  126. data/docs/GetCardStatementResponseVO.md +15 -0
  127. data/docs/GetCardTokenResponseVO.md +15 -0
  128. data/docs/GetTransactionsResponse.md +8 -0
  129. data/docs/GooglePayload.md +8 -0
  130. data/docs/IAVApi.md +126 -0
  131. data/docs/IavAggregationResponseVo.md +9 -0
  132. data/docs/IavBankLinkResponseVo.md +9 -0
  133. data/docs/IavRequestCO.md +14 -0
  134. data/docs/IavResponseVo.md +10 -0
  135. data/docs/IavTokenExchangeVendorResponseVO.md +7 -0
  136. data/docs/IavVendorRequestCO.md +10 -0
  137. data/docs/Identification.md +14 -0
  138. data/docs/Instrument.md +10 -0
  139. data/docs/Investment.md +16 -0
  140. data/docs/Invoice.md +32 -0
  141. data/docs/InvoicePayment.md +15 -0
  142. data/docs/JsonNode.md +28 -0
  143. data/docs/KMSApi.md +314 -0
  144. data/docs/KYCApi.md +135 -0
  145. data/docs/KmsConfig.md +19 -0
  146. data/docs/KycRequestCO.md +16 -0
  147. data/docs/KycResponseVo.md +18 -0
  148. data/docs/KycVendorRequestDataVO.md +30 -0
  149. data/docs/LineItems.md +15 -0
  150. data/docs/Location.md +15 -0
  151. data/docs/Mapstringobject.md +7 -0
  152. data/docs/MarketDataApi.md +122 -0
  153. data/docs/MdHistoryItemVO.md +14 -0
  154. data/docs/MdHistoryRequestCO.md +12 -0
  155. data/docs/MdHistoryResponseVO.md +8 -0
  156. data/docs/MdQuoteItemVO.md +25 -0
  157. data/docs/MdQuoteRequestCO.md +11 -0
  158. data/docs/MdQuoteResponseVO.md +8 -0
  159. data/docs/MergerAcquisition.md +10 -0
  160. data/docs/NucleusTransferFieldsCO.md +9 -0
  161. data/docs/Ownership.md +9 -0
  162. data/docs/PageAchTransferResponseVO.md +16 -0
  163. data/docs/PageKmsConfig.md +16 -0
  164. data/docs/PageWebhook.md +16 -0
  165. data/docs/Pageobject.md +16 -0
  166. data/docs/PoliticallyExposedPersonDTO.md +11 -0
  167. data/docs/PortfolioAssetSizeLog.md +20 -0
  168. data/docs/PropertyValueResponseVO.md +12 -0
  169. data/docs/RTPApi.md +521 -0
  170. data/docs/ResponseEntity.md +10 -0
  171. data/docs/RtpBankLinkRequestCO.md +9 -0
  172. data/docs/RtpBankLinkResponseVO.md +14 -0
  173. data/docs/RtpTransferRequestCO.md +9 -0
  174. data/docs/RtpTransferResponseVO.md +13 -0
  175. data/docs/SMS.md +24 -0
  176. data/docs/SMSApi.md +128 -0
  177. data/docs/SMSResponseVO.md +13 -0
  178. data/docs/SMSVO.md +12 -0
  179. data/docs/SMTPApi.md +128 -0
  180. data/docs/SamsungPayload.md +8 -0
  181. data/docs/SmtpResponseVO.md +13 -0
  182. data/docs/SmtpVO.md +17 -0
  183. data/docs/Sort.md +13 -0
  184. data/docs/SpendingControlVendorRequestDataVO.md +16 -0
  185. data/docs/Stat.md +9 -0
  186. data/docs/Transaction.md +29 -0
  187. data/docs/UpdateBaasBusinessCO.md +8 -0
  188. data/docs/UpdateBaasClientCO.md +8 -0
  189. data/docs/UpdateBusinessResponseVO.md +12 -0
  190. data/docs/UpdateCardClientResponseVO.md +12 -0
  191. data/docs/UserResponseInterface.md +7 -0
  192. data/docs/UserResponseVO.md +13 -0
  193. data/docs/UtilsApi.md +273 -0
  194. data/docs/VendorAccessConfigVO.md +10 -0
  195. data/docs/Webhook.md +15 -0
  196. data/docs/WebhookApi.md +314 -0
  197. data/docs/WidgetUrlVO.md +9 -0
  198. data/docs/WireApi.md +521 -0
  199. data/docs/WireBankLinkRequestCO.md +9 -0
  200. data/docs/WireBankLinkResponseVO.md +14 -0
  201. data/docs/WireTransferRequestCO.md +9 -0
  202. data/docs/WireTransferResponseVO.md +13 -0
  203. data/docs/ZillowPropertyVendorResponseVO.md +12 -0
  204. data/git_push.sh +55 -0
  205. data/integration_api.gemspec +46 -0
  206. data/lib/integration_api.rb +239 -0
  207. data/lib/integration_api/api/accounting_api.rb +597 -0
  208. data/lib/integration_api/api/ach_api.rb +800 -0
  209. data/lib/integration_api/api/aggregation_api.rb +665 -0
  210. data/lib/integration_api/api/async_api.rb +269 -0
  211. data/lib/integration_api/api/baas_api.rb +518 -0
  212. data/lib/integration_api/api/brokerage_api.rb +1089 -0
  213. data/lib/integration_api/api/card_api.rb +1548 -0
  214. data/lib/integration_api/api/iav_api.rb +129 -0
  215. data/lib/integration_api/api/kms_api.rb +301 -0
  216. data/lib/integration_api/api/kyc_api.rb +138 -0
  217. data/lib/integration_api/api/market_data_api.rb +127 -0
  218. data/lib/integration_api/api/rtp_api.rb +479 -0
  219. data/lib/integration_api/api/sms_api.rb +129 -0
  220. data/lib/integration_api/api/smtp_api.rb +129 -0
  221. data/lib/integration_api/api/utils_api.rb +272 -0
  222. data/lib/integration_api/api/webhook_api.rb +301 -0
  223. data/lib/integration_api/api/wire_api.rb +479 -0
  224. data/lib/integration_api/api_client.rb +391 -0
  225. data/lib/integration_api/api_error.rb +38 -0
  226. data/lib/integration_api/auth_configuration.rb +177 -0
  227. data/lib/integration_api/configuration.rb +209 -0
  228. data/lib/integration_api/models/accounting_customer_response_vo.rb +191 -0
  229. data/lib/integration_api/models/accounting_customer_revenue_response_vo.rb +191 -0
  230. data/lib/integration_api/models/accounting_final_response_vo.rb +253 -0
  231. data/lib/integration_api/models/accounting_invoice_payment_response_vo.rb +191 -0
  232. data/lib/integration_api/models/accounting_invoice_response_vo.rb +191 -0
  233. data/lib/integration_api/models/accounting_stats_response_vo.rb +191 -0
  234. data/lib/integration_api/models/ach_balance_response_vo.rb +231 -0
  235. data/lib/integration_api/models/ach_bank_link_request_co.rb +200 -0
  236. data/lib/integration_api/models/ach_bank_link_response_vo.rb +236 -0
  237. data/lib/integration_api/models/ach_business_request_co.rb +200 -0
  238. data/lib/integration_api/models/ach_business_response_vo.rb +218 -0
  239. data/lib/integration_api/models/ach_card_link_request_co.rb +191 -0
  240. data/lib/integration_api/models/ach_card_link_response_vo.rb +218 -0
  241. data/lib/integration_api/models/ach_client_request_co.rb +200 -0
  242. data/lib/integration_api/models/ach_client_response_vo.rb +218 -0
  243. data/lib/integration_api/models/ach_transfer_request_co.rb +200 -0
  244. data/lib/integration_api/models/ach_transfer_response_vo.rb +236 -0
  245. data/lib/integration_api/models/acquiree.rb +200 -0
  246. data/lib/integration_api/models/acquirer.rb +200 -0
  247. data/lib/integration_api/models/address.rb +281 -0
  248. data/lib/integration_api/models/aggregation_account.rb +411 -0
  249. data/lib/integration_api/models/aggregation_account_balance.rb +293 -0
  250. data/lib/integration_api/models/aggregation_account_balance_response_vo.rb +209 -0
  251. data/lib/integration_api/models/aggregation_account_holding.rb +381 -0
  252. data/lib/integration_api/models/aggregation_account_holding_response_internal_object_vo.rb +191 -0
  253. data/lib/integration_api/models/aggregation_account_holding_response_vo.rb +211 -0
  254. data/lib/integration_api/models/aggregation_account_response_internal_object_vo.rb +191 -0
  255. data/lib/integration_api/models/aggregation_account_response_vo.rb +209 -0
  256. data/lib/integration_api/models/aggregation_account_transaction.rb +348 -0
  257. data/lib/integration_api/models/aggregation_account_transaction_response_internal_object_vo.rb +191 -0
  258. data/lib/integration_api/models/aggregation_account_transaction_response_vo.rb +222 -0
  259. data/lib/integration_api/models/aggregation_accounts_response_vo.rb +211 -0
  260. data/lib/integration_api/models/aggregation_request_object.rb +218 -0
  261. data/lib/integration_api/models/aggregation_vendor_request_co.rb +200 -0
  262. data/lib/integration_api/models/apple_payload.rb +200 -0
  263. data/lib/integration_api/models/async_transaction.rb +218 -0
  264. data/lib/integration_api/models/async_transaction_vo.rb +200 -0
  265. data/lib/integration_api/models/baas_account_co.rb +191 -0
  266. data/lib/integration_api/models/baas_account_vo.rb +254 -0
  267. data/lib/integration_api/models/baas_balance_vo.rb +222 -0
  268. data/lib/integration_api/models/baas_business_vo.rb +238 -0
  269. data/lib/integration_api/models/baas_client_vo.rb +238 -0
  270. data/lib/integration_api/models/baas_statement_vo.rb +227 -0
  271. data/lib/integration_api/models/baas_statements_vo.rb +202 -0
  272. data/lib/integration_api/models/baas_sub_account_co.rb +182 -0
  273. data/lib/integration_api/models/baas_sub_account_vo.rb +245 -0
  274. data/lib/integration_api/models/baas_transactions_vo.rb +222 -0
  275. data/lib/integration_api/models/bank_credit.rb +263 -0
  276. data/lib/integration_api/models/bank_link.rb +412 -0
  277. data/lib/integration_api/models/bank_link_response_internal_object_vo.rb +191 -0
  278. data/lib/integration_api/models/bank_link_vendor_data_vo.rb +191 -0
  279. data/lib/integration_api/models/base_response_vo.rb +200 -0
  280. data/lib/integration_api/models/brokerage_account_co.rb +193 -0
  281. data/lib/integration_api/models/brokerage_account_vo.rb +218 -0
  282. data/lib/integration_api/models/brokerage_balance_vo.rb +229 -0
  283. data/lib/integration_api/models/brokerage_bank_link_co.rb +182 -0
  284. data/lib/integration_api/models/brokerage_bank_link_vo.rb +227 -0
  285. data/lib/integration_api/models/brokerage_client_co.rb +193 -0
  286. data/lib/integration_api/models/brokerage_create_client_vo.rb +218 -0
  287. data/lib/integration_api/models/brokerage_deposit_co.rb +182 -0
  288. data/lib/integration_api/models/brokerage_deposit_vo.rb +218 -0
  289. data/lib/integration_api/models/brokerage_document_co.rb +191 -0
  290. data/lib/integration_api/models/brokerage_document_vo.rb +227 -0
  291. data/lib/integration_api/models/brokerage_holding_vo.rb +227 -0
  292. data/lib/integration_api/models/brokerage_order_co.rb +182 -0
  293. data/lib/integration_api/models/brokerage_order_vo.rb +227 -0
  294. data/lib/integration_api/models/brokerage_performance_vo.rb +227 -0
  295. data/lib/integration_api/models/brokerage_securities_vo.rb +209 -0
  296. data/lib/integration_api/models/brokerage_statement_vo.rb +200 -0
  297. data/lib/integration_api/models/brokerage_transaction_vo.rb +227 -0
  298. data/lib/integration_api/models/brokerage_update_client_vo.rb +227 -0
  299. data/lib/integration_api/models/brokerage_withdrawal_co.rb +182 -0
  300. data/lib/integration_api/models/brokerage_withdrawal_vo.rb +218 -0
  301. data/lib/integration_api/models/business_address.rb +244 -0
  302. data/lib/integration_api/models/business_vendor_request_data_vo.rb +314 -0
  303. data/lib/integration_api/models/card_auto_reload_request_co.rb +209 -0
  304. data/lib/integration_api/models/card_auto_reload_response_vo.rb +227 -0
  305. data/lib/integration_api/models/card_balance_response_vo.rb +231 -0
  306. data/lib/integration_api/models/card_base_request_co.rb +200 -0
  307. data/lib/integration_api/models/card_business_request_co.rb +182 -0
  308. data/lib/integration_api/models/card_client_request_co.rb +193 -0
  309. data/lib/integration_api/models/card_load_request_co.rb +191 -0
  310. data/lib/integration_api/models/card_load_unload_response_vo.rb +236 -0
  311. data/lib/integration_api/models/card_pin_request_co.rb +209 -0
  312. data/lib/integration_api/models/card_replace_response_vo.rb +236 -0
  313. data/lib/integration_api/models/card_reserve_account_response_vo.rb +236 -0
  314. data/lib/integration_api/models/card_spending_control_request_co.rb +182 -0
  315. data/lib/integration_api/models/card_spending_control_response_vo.rb +218 -0
  316. data/lib/integration_api/models/card_token_request_co.rb +243 -0
  317. data/lib/integration_api/models/card_token_response_vo.rb +279 -0
  318. data/lib/integration_api/models/card_transaction_response_vo.rb +231 -0
  319. data/lib/integration_api/models/card_unload_request_co.rb +191 -0
  320. data/lib/integration_api/models/card_update_pin_request_co.rb +209 -0
  321. data/lib/integration_api/models/cash.rb +214 -0
  322. data/lib/integration_api/models/client_address.rb +286 -0
  323. data/lib/integration_api/models/client_vendor_request_data_vo.rb +341 -0
  324. data/lib/integration_api/models/create_baas_business_co.rb +193 -0
  325. data/lib/integration_api/models/create_baas_client_co.rb +193 -0
  326. data/lib/integration_api/models/create_business_response_vo.rb +218 -0
  327. data/lib/integration_api/models/create_card_client_response_vo.rb +218 -0
  328. data/lib/integration_api/models/create_user_request.rb +227 -0
  329. data/lib/integration_api/models/customer.rb +318 -0
  330. data/lib/integration_api/models/customer_address.rb +269 -0
  331. data/lib/integration_api/models/customer_revenue.rb +285 -0
  332. data/lib/integration_api/models/dividend.rb +200 -0
  333. data/lib/integration_api/models/dividend_tax.rb +191 -0
  334. data/lib/integration_api/models/email.rb +360 -0
  335. data/lib/integration_api/models/email_click.rb +221 -0
  336. data/lib/integration_api/models/email_open.rb +206 -0
  337. data/lib/integration_api/models/exchange_public_token_vo.rb +218 -0
  338. data/lib/integration_api/models/exchange_token_co.rb +227 -0
  339. data/lib/integration_api/models/financial_statement.rb +353 -0
  340. data/lib/integration_api/models/get_card_image_response_vo.rb +218 -0
  341. data/lib/integration_api/models/get_card_pci_details_response_vo.rb +236 -0
  342. data/lib/integration_api/models/get_card_statement_response_vo.rb +247 -0
  343. data/lib/integration_api/models/get_card_token_response_vo.rb +279 -0
  344. data/lib/integration_api/models/get_transactions_response.rb +184 -0
  345. data/lib/integration_api/models/google_payload.rb +182 -0
  346. data/lib/integration_api/models/iav_aggregation_response_vo.rb +191 -0
  347. data/lib/integration_api/models/iav_bank_link_response_vo.rb +193 -0
  348. data/lib/integration_api/models/iav_request_co.rb +236 -0
  349. data/lib/integration_api/models/iav_response_vo.rb +200 -0
  350. data/lib/integration_api/models/iav_token_exchange_vendor_response_vo.rb +173 -0
  351. data/lib/integration_api/models/iav_vendor_request_co.rb +200 -0
  352. data/lib/integration_api/models/identification.rb +236 -0
  353. data/lib/integration_api/models/instrument.rb +200 -0
  354. data/lib/integration_api/models/investment.rb +284 -0
  355. data/lib/integration_api/models/invoice.rb +453 -0
  356. data/lib/integration_api/models/invoice_payment.rb +270 -0
  357. data/lib/integration_api/models/json_node.rb +396 -0
  358. data/lib/integration_api/models/kms_config.rb +308 -0
  359. data/lib/integration_api/models/kyc_request_co.rb +256 -0
  360. data/lib/integration_api/models/kyc_response_vo.rb +272 -0
  361. data/lib/integration_api/models/kyc_vendor_request_data_vo.rb +386 -0
  362. data/lib/integration_api/models/line_items.rb +279 -0
  363. data/lib/integration_api/models/location.rb +254 -0
  364. data/lib/integration_api/models/mapstringobject.rb +173 -0
  365. data/lib/integration_api/models/md_history_item_vo.rb +236 -0
  366. data/lib/integration_api/models/md_history_request_co.rb +222 -0
  367. data/lib/integration_api/models/md_history_response_vo.rb +184 -0
  368. data/lib/integration_api/models/md_quote_item_vo.rb +335 -0
  369. data/lib/integration_api/models/md_quote_request_co.rb +247 -0
  370. data/lib/integration_api/models/md_quote_response_vo.rb +184 -0
  371. data/lib/integration_api/models/merger_acquisition.rb +200 -0
  372. data/lib/integration_api/models/nucleus_transfer_fields_co.rb +191 -0
  373. data/lib/integration_api/models/ownership.rb +191 -0
  374. data/lib/integration_api/models/page_ach_transfer_response_vo.rb +259 -0
  375. data/lib/integration_api/models/page_kms_config.rb +259 -0
  376. data/lib/integration_api/models/page_webhook.rb +259 -0
  377. data/lib/integration_api/models/pageobject.rb +259 -0
  378. data/lib/integration_api/models/politically_exposed_person_dto.rb +209 -0
  379. data/lib/integration_api/models/portfolio_asset_size_log.rb +330 -0
  380. data/lib/integration_api/models/property_value_response_vo.rb +218 -0
  381. data/lib/integration_api/models/response_entity.rb +234 -0
  382. data/lib/integration_api/models/rtp_bank_link_request_co.rb +191 -0
  383. data/lib/integration_api/models/rtp_bank_link_response_vo.rb +236 -0
  384. data/lib/integration_api/models/rtp_transfer_request_co.rb +191 -0
  385. data/lib/integration_api/models/rtp_transfer_response_vo.rb +227 -0
  386. data/lib/integration_api/models/samsung_payload.rb +182 -0
  387. data/lib/integration_api/models/sms.rb +338 -0
  388. data/lib/integration_api/models/sms_response_vo.rb +227 -0
  389. data/lib/integration_api/models/smsvo.rb +218 -0
  390. data/lib/integration_api/models/smtp_response_vo.rb +227 -0
  391. data/lib/integration_api/models/smtp_vo.rb +263 -0
  392. data/lib/integration_api/models/sort.rb +234 -0
  393. data/lib/integration_api/models/spending_control_vendor_request_data_vo.rb +256 -0
  394. data/lib/integration_api/models/stat.rb +204 -0
  395. data/lib/integration_api/models/transaction.rb +371 -0
  396. data/lib/integration_api/models/update_baas_business_co.rb +184 -0
  397. data/lib/integration_api/models/update_baas_client_co.rb +184 -0
  398. data/lib/integration_api/models/update_business_response_vo.rb +218 -0
  399. data/lib/integration_api/models/update_card_client_response_vo.rb +218 -0
  400. data/lib/integration_api/models/user_response_interface.rb +173 -0
  401. data/lib/integration_api/models/user_response_vo.rb +227 -0
  402. data/lib/integration_api/models/vendor_access_config_vo.rb +203 -0
  403. data/lib/integration_api/models/webhook.rb +280 -0
  404. data/lib/integration_api/models/widget_url_vo.rb +191 -0
  405. data/lib/integration_api/models/wire_bank_link_request_co.rb +191 -0
  406. data/lib/integration_api/models/wire_bank_link_response_vo.rb +236 -0
  407. data/lib/integration_api/models/wire_transfer_request_co.rb +191 -0
  408. data/lib/integration_api/models/wire_transfer_response_vo.rb +227 -0
  409. data/lib/integration_api/models/zillow_property_vendor_response_vo.rb +218 -0
  410. data/lib/integration_api/version.rb +15 -0
  411. data/spec/api/accounting_api_spec.rb +169 -0
  412. data/spec/api/ach_api_spec.rb +207 -0
  413. data/spec/api/aggregation_api_spec.rb +181 -0
  414. data/spec/api/async_api_spec.rb +89 -0
  415. data/spec/api/baas_api_spec.rb +143 -0
  416. data/spec/api/brokerage_api_spec.rb +263 -0
  417. data/spec/api/card_api_spec.rb +363 -0
  418. data/spec/api/iav_api_spec.rb +59 -0
  419. data/spec/api/kms_api_spec.rb +100 -0
  420. data/spec/api/kyc_api_spec.rb +63 -0
  421. data/spec/api/market_data_api_spec.rb +57 -0
  422. data/spec/api/rtp_api_spec.rb +134 -0
  423. data/spec/api/sms_api_spec.rb +59 -0
  424. data/spec/api/smtp_api_spec.rb +59 -0
  425. data/spec/api/utils_api_spec.rb +96 -0
  426. data/spec/api/webhook_api_spec.rb +100 -0
  427. data/spec/api/wire_api_spec.rb +134 -0
  428. data/spec/api_client_spec.rb +243 -0
  429. data/spec/configuration_spec.rb +42 -0
  430. data/spec/models/accounting_customer_response_vo_spec.rb +47 -0
  431. data/spec/models/accounting_customer_revenue_response_vo_spec.rb +47 -0
  432. data/spec/models/accounting_final_response_vo_spec.rb +83 -0
  433. data/spec/models/accounting_invoice_payment_response_vo_spec.rb +47 -0
  434. data/spec/models/accounting_invoice_response_vo_spec.rb +47 -0
  435. data/spec/models/accounting_stats_response_vo_spec.rb +47 -0
  436. data/spec/models/ach_balance_response_vo_spec.rb +71 -0
  437. data/spec/models/ach_bank_link_request_co_spec.rb +53 -0
  438. data/spec/models/ach_bank_link_response_vo_spec.rb +77 -0
  439. data/spec/models/ach_business_request_co_spec.rb +53 -0
  440. data/spec/models/ach_business_response_vo_spec.rb +65 -0
  441. data/spec/models/ach_card_link_request_co_spec.rb +47 -0
  442. data/spec/models/ach_card_link_response_vo_spec.rb +65 -0
  443. data/spec/models/ach_client_request_co_spec.rb +53 -0
  444. data/spec/models/ach_client_response_vo_spec.rb +65 -0
  445. data/spec/models/ach_transfer_request_co_spec.rb +53 -0
  446. data/spec/models/ach_transfer_response_vo_spec.rb +77 -0
  447. data/spec/models/acquiree_spec.rb +53 -0
  448. data/spec/models/acquirer_spec.rb +53 -0
  449. data/spec/models/address_spec.rb +87 -0
  450. data/spec/models/aggregation_account_balance_response_vo_spec.rb +59 -0
  451. data/spec/models/aggregation_account_balance_spec.rb +101 -0
  452. data/spec/models/aggregation_account_holding_response_internal_object_vo_spec.rb +47 -0
  453. data/spec/models/aggregation_account_holding_response_vo_spec.rb +59 -0
  454. data/spec/models/aggregation_account_holding_spec.rb +155 -0
  455. data/spec/models/aggregation_account_response_internal_object_vo_spec.rb +47 -0
  456. data/spec/models/aggregation_account_response_vo_spec.rb +59 -0
  457. data/spec/models/aggregation_account_spec.rb +167 -0
  458. data/spec/models/aggregation_account_transaction_response_internal_object_vo_spec.rb +47 -0
  459. data/spec/models/aggregation_account_transaction_response_vo_spec.rb +65 -0
  460. data/spec/models/aggregation_account_transaction_spec.rb +137 -0
  461. data/spec/models/aggregation_accounts_response_vo_spec.rb +59 -0
  462. data/spec/models/aggregation_request_object_spec.rb +65 -0
  463. data/spec/models/aggregation_vendor_request_co_spec.rb +53 -0
  464. data/spec/models/apple_payload_spec.rb +53 -0
  465. data/spec/models/async_transaction_spec.rb +65 -0
  466. data/spec/models/async_transaction_vo_spec.rb +53 -0
  467. data/spec/models/baas_account_co_spec.rb +47 -0
  468. data/spec/models/baas_account_vo_spec.rb +89 -0
  469. data/spec/models/baas_balance_vo_spec.rb +65 -0
  470. data/spec/models/baas_business_vo_spec.rb +77 -0
  471. data/spec/models/baas_client_vo_spec.rb +77 -0
  472. data/spec/models/baas_statement_vo_spec.rb +71 -0
  473. data/spec/models/baas_statements_vo_spec.rb +53 -0
  474. data/spec/models/baas_sub_account_co_spec.rb +41 -0
  475. data/spec/models/baas_sub_account_vo_spec.rb +83 -0
  476. data/spec/models/baas_transactions_vo_spec.rb +65 -0
  477. data/spec/models/bank_credit_spec.rb +83 -0
  478. data/spec/models/bank_link_response_internal_object_vo_spec.rb +47 -0
  479. data/spec/models/bank_link_spec.rb +167 -0
  480. data/spec/models/bank_link_vendor_data_vo_spec.rb +47 -0
  481. data/spec/models/base_response_vo_spec.rb +53 -0
  482. data/spec/models/brokerage_account_co_spec.rb +47 -0
  483. data/spec/models/brokerage_account_vo_spec.rb +65 -0
  484. data/spec/models/brokerage_balance_vo_spec.rb +71 -0
  485. data/spec/models/brokerage_bank_link_co_spec.rb +41 -0
  486. data/spec/models/brokerage_bank_link_vo_spec.rb +71 -0
  487. data/spec/models/brokerage_client_co_spec.rb +47 -0
  488. data/spec/models/brokerage_create_client_vo_spec.rb +65 -0
  489. data/spec/models/brokerage_deposit_co_spec.rb +41 -0
  490. data/spec/models/brokerage_deposit_vo_spec.rb +65 -0
  491. data/spec/models/brokerage_document_co_spec.rb +47 -0
  492. data/spec/models/brokerage_document_vo_spec.rb +71 -0
  493. data/spec/models/brokerage_holding_vo_spec.rb +71 -0
  494. data/spec/models/brokerage_order_co_spec.rb +41 -0
  495. data/spec/models/brokerage_order_vo_spec.rb +71 -0
  496. data/spec/models/brokerage_performance_vo_spec.rb +71 -0
  497. data/spec/models/brokerage_securities_vo_spec.rb +59 -0
  498. data/spec/models/brokerage_statement_vo_spec.rb +53 -0
  499. data/spec/models/brokerage_transaction_vo_spec.rb +71 -0
  500. data/spec/models/brokerage_update_client_vo_spec.rb +71 -0
  501. data/spec/models/brokerage_withdrawal_co_spec.rb +41 -0
  502. data/spec/models/brokerage_withdrawal_vo_spec.rb +65 -0
  503. data/spec/models/business_address_spec.rb +77 -0
  504. data/spec/models/business_vendor_request_data_vo_spec.rb +125 -0
  505. data/spec/models/card_auto_reload_request_co_spec.rb +59 -0
  506. data/spec/models/card_auto_reload_response_vo_spec.rb +71 -0
  507. data/spec/models/card_balance_response_vo_spec.rb +71 -0
  508. data/spec/models/card_base_request_co_spec.rb +53 -0
  509. data/spec/models/card_business_request_co_spec.rb +41 -0
  510. data/spec/models/card_client_request_co_spec.rb +47 -0
  511. data/spec/models/card_load_request_co_spec.rb +47 -0
  512. data/spec/models/card_load_unload_response_vo_spec.rb +77 -0
  513. data/spec/models/card_pin_request_co_spec.rb +59 -0
  514. data/spec/models/card_replace_response_vo_spec.rb +77 -0
  515. data/spec/models/card_reserve_account_response_vo_spec.rb +77 -0
  516. data/spec/models/card_spending_control_request_co_spec.rb +41 -0
  517. data/spec/models/card_spending_control_response_vo_spec.rb +65 -0
  518. data/spec/models/card_token_request_co_spec.rb +63 -0
  519. data/spec/models/card_token_response_vo_spec.rb +87 -0
  520. data/spec/models/card_transaction_response_vo_spec.rb +71 -0
  521. data/spec/models/card_unload_request_co_spec.rb +47 -0
  522. data/spec/models/card_update_pin_request_co_spec.rb +59 -0
  523. data/spec/models/cash_spec.rb +53 -0
  524. data/spec/models/client_address_spec.rb +87 -0
  525. data/spec/models/client_vendor_request_data_vo_spec.rb +143 -0
  526. data/spec/models/create_baas_business_co_spec.rb +47 -0
  527. data/spec/models/create_baas_client_co_spec.rb +47 -0
  528. data/spec/models/create_business_response_vo_spec.rb +65 -0
  529. data/spec/models/create_card_client_response_vo_spec.rb +65 -0
  530. data/spec/models/create_user_request_spec.rb +71 -0
  531. data/spec/models/customer_address_spec.rb +77 -0
  532. data/spec/models/customer_revenue_spec.rb +89 -0
  533. data/spec/models/customer_spec.rb +119 -0
  534. data/spec/models/dividend_spec.rb +53 -0
  535. data/spec/models/dividend_tax_spec.rb +47 -0
  536. data/spec/models/email_click_spec.rb +59 -0
  537. data/spec/models/email_open_spec.rb +53 -0
  538. data/spec/models/email_spec.rb +149 -0
  539. data/spec/models/exchange_public_token_vo_spec.rb +65 -0
  540. data/spec/models/exchange_token_co_spec.rb +71 -0
  541. data/spec/models/financial_statement_spec.rb +131 -0
  542. data/spec/models/get_card_image_response_vo_spec.rb +65 -0
  543. data/spec/models/get_card_pci_details_response_vo_spec.rb +77 -0
  544. data/spec/models/get_card_statement_response_vo_spec.rb +83 -0
  545. data/spec/models/get_card_token_response_vo_spec.rb +87 -0
  546. data/spec/models/get_transactions_response_spec.rb +41 -0
  547. data/spec/models/google_payload_spec.rb +41 -0
  548. data/spec/models/iav_aggregation_response_vo_spec.rb +47 -0
  549. data/spec/models/iav_bank_link_response_vo_spec.rb +47 -0
  550. data/spec/models/iav_request_co_spec.rb +77 -0
  551. data/spec/models/iav_response_vo_spec.rb +53 -0
  552. data/spec/models/iav_token_exchange_vendor_response_vo_spec.rb +35 -0
  553. data/spec/models/iav_vendor_request_co_spec.rb +53 -0
  554. data/spec/models/identification_spec.rb +77 -0
  555. data/spec/models/instrument_spec.rb +53 -0
  556. data/spec/models/investment_spec.rb +89 -0
  557. data/spec/models/invoice_payment_spec.rb +83 -0
  558. data/spec/models/invoice_spec.rb +185 -0
  559. data/spec/models/json_node_spec.rb +165 -0
  560. data/spec/models/kms_config_spec.rb +107 -0
  561. data/spec/models/kyc_request_co_spec.rb +89 -0
  562. data/spec/models/kyc_response_vo_spec.rb +101 -0
  563. data/spec/models/kyc_vendor_request_data_vo_spec.rb +173 -0
  564. data/spec/models/line_items_spec.rb +83 -0
  565. data/spec/models/location_spec.rb +83 -0
  566. data/spec/models/mapstringobject_spec.rb +35 -0
  567. data/spec/models/md_history_item_vo_spec.rb +77 -0
  568. data/spec/models/md_history_request_co_spec.rb +65 -0
  569. data/spec/models/md_history_response_vo_spec.rb +41 -0
  570. data/spec/models/md_quote_item_vo_spec.rb +143 -0
  571. data/spec/models/md_quote_request_co_spec.rb +63 -0
  572. data/spec/models/md_quote_response_vo_spec.rb +41 -0
  573. data/spec/models/merger_acquisition_spec.rb +53 -0
  574. data/spec/models/nucleus_transfer_fields_co_spec.rb +47 -0
  575. data/spec/models/ownership_spec.rb +47 -0
  576. data/spec/models/page_ach_transfer_response_vo_spec.rb +89 -0
  577. data/spec/models/page_kms_config_spec.rb +89 -0
  578. data/spec/models/page_webhook_spec.rb +89 -0
  579. data/spec/models/pageobject_spec.rb +89 -0
  580. data/spec/models/politically_exposed_person_dto_spec.rb +59 -0
  581. data/spec/models/portfolio_asset_size_log_spec.rb +113 -0
  582. data/spec/models/property_value_response_vo_spec.rb +65 -0
  583. data/spec/models/response_entity_spec.rb +57 -0
  584. data/spec/models/rtp_bank_link_request_co_spec.rb +47 -0
  585. data/spec/models/rtp_bank_link_response_vo_spec.rb +77 -0
  586. data/spec/models/rtp_transfer_request_co_spec.rb +47 -0
  587. data/spec/models/rtp_transfer_response_vo_spec.rb +71 -0
  588. data/spec/models/samsung_payload_spec.rb +41 -0
  589. data/spec/models/sms_response_vo_spec.rb +71 -0
  590. data/spec/models/sms_spec.rb +137 -0
  591. data/spec/models/smsvo_spec.rb +65 -0
  592. data/spec/models/smtp_response_vo_spec.rb +71 -0
  593. data/spec/models/smtp_vo_spec.rb +95 -0
  594. data/spec/models/sort_spec.rb +71 -0
  595. data/spec/models/spending_control_vendor_request_data_vo_spec.rb +89 -0
  596. data/spec/models/stat_spec.rb +47 -0
  597. data/spec/models/transaction_spec.rb +167 -0
  598. data/spec/models/update_baas_business_co_spec.rb +41 -0
  599. data/spec/models/update_baas_client_co_spec.rb +41 -0
  600. data/spec/models/update_business_response_vo_spec.rb +65 -0
  601. data/spec/models/update_card_client_response_vo_spec.rb +65 -0
  602. data/spec/models/user_response_interface_spec.rb +35 -0
  603. data/spec/models/user_response_vo_spec.rb +71 -0
  604. data/spec/models/vendor_access_config_vo_spec.rb +53 -0
  605. data/spec/models/webhook_spec.rb +87 -0
  606. data/spec/models/widget_url_vo_spec.rb +47 -0
  607. data/spec/models/wire_bank_link_request_co_spec.rb +47 -0
  608. data/spec/models/wire_bank_link_response_vo_spec.rb +77 -0
  609. data/spec/models/wire_transfer_request_co_spec.rb +47 -0
  610. data/spec/models/wire_transfer_response_vo_spec.rb +71 -0
  611. data/spec/models/zillow_property_vendor_response_vo_spec.rb +65 -0
  612. data/spec/spec_helper.rb +111 -0
  613. metadata +1056 -0
@@ -0,0 +1,13 @@
1
+ # IntegrationApi::BrokerageBalanceVO
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **message** | **String** | | [optional]
7
+ **nucleus_asset_sizes_posted** | [**Array<PortfolioAssetSizeLog>**](PortfolioAssetSizeLog.md) | | [optional]
8
+ **nucleus_portfolio_id** | **String** | | [optional]
9
+ **status** | **String** | | [optional]
10
+ **vendor_name** | **String** | | [optional]
11
+ **vendor_response** | **Object** | | [optional]
12
+
13
+
@@ -0,0 +1,8 @@
1
+ # IntegrationApi::BrokerageBankLinkCO
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **nucleus_bank_link_id** | **String** | | [optional]
7
+
8
+
@@ -0,0 +1,13 @@
1
+ # IntegrationApi::BrokerageBankLinkVO
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **message** | **String** | | [optional]
7
+ **nucleus_bank_link_id** | **String** | | [optional]
8
+ **status** | **String** | | [optional]
9
+ **vendor_name** | **String** | | [optional]
10
+ **vendor_request_data** | **Object** | | [optional]
11
+ **vendor_response** | **Object** | | [optional]
12
+
13
+
@@ -0,0 +1,9 @@
1
+ # IntegrationApi::BrokerageClientCO
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **nucleus_client_id** | **String** | | [optional]
7
+ **nucleus_document_ids** | **Array<String>** | | [optional]
8
+
9
+
@@ -0,0 +1,12 @@
1
+ # IntegrationApi::BrokerageCreateClientVO
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **message** | **String** | | [optional]
7
+ **nucleus_client_id** | **String** | | [optional]
8
+ **status** | **String** | | [optional]
9
+ **vendor_name** | **String** | | [optional]
10
+ **vendor_response** | **Object** | | [optional]
11
+
12
+
@@ -0,0 +1,8 @@
1
+ # IntegrationApi::BrokerageDepositCO
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **nucleus_funding_id** | **String** | | [optional]
7
+
8
+
@@ -0,0 +1,12 @@
1
+ # IntegrationApi::BrokerageDepositVO
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **message** | **String** | | [optional]
7
+ **nucleus_funding_id** | **String** | | [optional]
8
+ **status** | **String** | | [optional]
9
+ **vendor_name** | **String** | | [optional]
10
+ **vendor_response** | **Object** | | [optional]
11
+
12
+
@@ -0,0 +1,9 @@
1
+ # IntegrationApi::BrokerageDocumentCO
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **nucleus_client_id** | **String** | | [optional]
7
+ **nucleus_document_id** | **String** | | [optional]
8
+
9
+
@@ -0,0 +1,13 @@
1
+ # IntegrationApi::BrokerageDocumentVO
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **message** | **String** | | [optional]
7
+ **nucleus_client_id** | **String** | | [optional]
8
+ **nucleus_document_id** | **String** | | [optional]
9
+ **status** | **String** | | [optional]
10
+ **vendor_name** | **String** | | [optional]
11
+ **vendor_response** | **Object** | | [optional]
12
+
13
+
@@ -0,0 +1,13 @@
1
+ # IntegrationApi::BrokerageHoldingVO
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **message** | **String** | | [optional]
7
+ **nucleus_holdings_posted** | **Object** | | [optional]
8
+ **nucleus_portfolio_id** | **String** | | [optional]
9
+ **status** | **String** | | [optional]
10
+ **vendor_name** | **String** | | [optional]
11
+ **vendor_response** | **Object** | | [optional]
12
+
13
+
@@ -0,0 +1,8 @@
1
+ # IntegrationApi::BrokerageOrderCO
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **nucleus_order_id** | **String** | | [optional]
7
+
8
+
@@ -0,0 +1,13 @@
1
+ # IntegrationApi::BrokerageOrderVO
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **message** | **String** | | [optional]
7
+ **nucleus_order_id** | **String** | | [optional]
8
+ **order_status_id** | **String** | | [optional]
9
+ **status** | **String** | | [optional]
10
+ **vendor_name** | **String** | | [optional]
11
+ **vendor_response** | **Object** | | [optional]
12
+
13
+
@@ -0,0 +1,13 @@
1
+ # IntegrationApi::BrokeragePerformanceVO
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **holdings_performance** | **Object** | | [optional]
7
+ **message** | **String** | | [optional]
8
+ **nucleus_portfolio_id** | **String** | | [optional]
9
+ **status** | **String** | | [optional]
10
+ **vendor_name** | **String** | | [optional]
11
+ **vendor_response** | **Object** | | [optional]
12
+
13
+
@@ -0,0 +1,11 @@
1
+ # IntegrationApi::BrokerageSecuritiesVO
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **message** | **String** | | [optional]
7
+ **status** | **String** | | [optional]
8
+ **vendor_name** | **String** | | [optional]
9
+ **vendor_response** | **Object** | | [optional]
10
+
11
+
@@ -0,0 +1,10 @@
1
+ # IntegrationApi::BrokerageStatementVO
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **nucleus_account_id** | **String** | | [optional]
7
+ **statements** | **Object** | | [optional]
8
+ **vendor_name** | **String** | | [optional]
9
+
10
+
@@ -0,0 +1,13 @@
1
+ # IntegrationApi::BrokerageTransactionVO
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **message** | **String** | | [optional]
7
+ **nucleus_portfolio_id** | **String** | | [optional]
8
+ **nucleus_transactions_posted** | **Object** | | [optional]
9
+ **status** | **String** | | [optional]
10
+ **vendor_name** | **String** | | [optional]
11
+ **vendor_response** | **Object** | | [optional]
12
+
13
+
@@ -0,0 +1,13 @@
1
+ # IntegrationApi::BrokerageUpdateClientVO
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **message** | **String** | | [optional]
7
+ **nucleus_client_id** | **String** | | [optional]
8
+ **status** | **String** | | [optional]
9
+ **vendor_name** | **String** | | [optional]
10
+ **vendor_request_data** | **Object** | | [optional]
11
+ **vendor_response** | **Object** | | [optional]
12
+
13
+
@@ -0,0 +1,8 @@
1
+ # IntegrationApi::BrokerageWithdrawalCO
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **nucleus_funding_id** | **String** | | [optional]
7
+
8
+
@@ -0,0 +1,12 @@
1
+ # IntegrationApi::BrokerageWithdrawalVO
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **message** | **String** | | [optional]
7
+ **nucleus_funding_id** | **String** | | [optional]
8
+ **status** | **String** | | [optional]
9
+ **vendor_name** | **String** | | [optional]
10
+ **vendor_response** | **Object** | | [optional]
11
+
12
+
@@ -0,0 +1,14 @@
1
+ # IntegrationApi::BusinessAddress
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **address_line1** | **String** | address_line1 | [optional]
7
+ **address_line2** | **String** | address_line2 | [optional]
8
+ **city** | **String** | city | [optional]
9
+ **country** | **String** | country | [optional]
10
+ **is_primary** | **BOOLEAN** | is_primary | [optional]
11
+ **postalcode** | **String** | postalcode | [optional]
12
+ **state** | **String** | state | [optional]
13
+
14
+
@@ -0,0 +1,22 @@
1
+ # IntegrationApi::BusinessVendorRequestDataVO
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **business_addresses** | [**Array<BusinessAddress>**](BusinessAddress.md) | | [optional]
7
+ **dba_name** | **String** | | [optional]
8
+ **email** | **String** | | [optional]
9
+ **identification_number** | **String** | | [optional]
10
+ **identification_number_type** | **String** | | [optional]
11
+ **incorporation_date** | **Date** | | [optional]
12
+ **incorporation_state** | **String** | | [optional]
13
+ **is_public** | **BOOLEAN** | | [optional]
14
+ **legal_name** | **String** | | [optional]
15
+ **legal_structure** | **String** | | [optional]
16
+ **metadata** | **Hash<String, String>** | | [optional]
17
+ **owners** | [**Array<Ownership>**](Ownership.md) | | [optional]
18
+ **phone_number** | **String** | | [optional]
19
+ **ticker** | **String** | | [optional]
20
+ **website** | **String** | | [optional]
21
+
22
+
data/docs/CardApi.md ADDED
@@ -0,0 +1,1684 @@
1
+ # IntegrationApi::CardApi
2
+
3
+ All URIs are relative to *https://sandbox.hydrogenplatform.com/integration/v1*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**create_auto_reload_using_post**](CardApi.md#create_auto_reload_using_post) | **POST** /card/auto_reload | Card auto reload
8
+ [**create_card_activate_using_post**](CardApi.md#create_card_activate_using_post) | **POST** /card/activate | Activate card
9
+ [**create_card_business_using_post**](CardApi.md#create_card_business_using_post) | **POST** /card/business | Create a card business
10
+ [**create_card_close_using_post**](CardApi.md#create_card_close_using_post) | **POST** /card/close | close a card
11
+ [**create_card_issue_using_post**](CardApi.md#create_card_issue_using_post) | **POST** /card/issue | issue a card
12
+ [**create_card_load_using_post**](CardApi.md#create_card_load_using_post) | **POST** /card/load | Create a card load
13
+ [**create_card_pin_using_post**](CardApi.md#create_card_pin_using_post) | **POST** /card/pin | pin card
14
+ [**create_card_reactivate_using_post**](CardApi.md#create_card_reactivate_using_post) | **POST** /card/reactivate | reactivate card
15
+ [**create_card_reissue_using_post**](CardApi.md#create_card_reissue_using_post) | **POST** /card/reissue | Reissue a card
16
+ [**create_card_replace_using_post**](CardApi.md#create_card_replace_using_post) | **POST** /card/replace | Create card replace
17
+ [**create_card_spending_control_using_post**](CardApi.md#create_card_spending_control_using_post) | **POST** /card/spending_control | Create card spending control
18
+ [**create_card_suspend_using_post**](CardApi.md#create_card_suspend_using_post) | **POST** /card/suspend | suspend card
19
+ [**create_card_token_using_post**](CardApi.md#create_card_token_using_post) | **POST** /card/token | token card
20
+ [**create_card_unload_using_post**](CardApi.md#create_card_unload_using_post) | **POST** /card/unload | Create a card upload
21
+ [**create_client_card_using_post**](CardApi.md#create_client_card_using_post) | **POST** /card/client | Create a card client
22
+ [**get_card_balance_using_get**](CardApi.md#get_card_balance_using_get) | **GET** /card/balance/{id} | Get a Card Balance
23
+ [**get_card_image**](CardApi.md#get_card_image) | **GET** /card/image/{card_id} | Get card image
24
+ [**get_card_pci_details**](CardApi.md#get_card_pci_details) | **GET** /card/pci_details/{card_id} | Get card pci details
25
+ [**get_card_reserve_account_details_using_get**](CardApi.md#get_card_reserve_account_details_using_get) | **GET** /card/reserve | Card reserve account
26
+ [**get_card_statement_using_get**](CardApi.md#get_card_statement_using_get) | **GET** /card/statement/{card_id} | Get card statement
27
+ [**get_card_token_using_token**](CardApi.md#get_card_token_using_token) | **GET** /card/token/{id} | Get a card token
28
+ [**get_card_transaction_using_get**](CardApi.md#get_card_transaction_using_get) | **GET** /card/transaction/{id} | Get a card transaction
29
+ [**get_card_using_get**](CardApi.md#get_card_using_get) | **GET** /card/{id} | Get a card information
30
+ [**update_card_business_using_put**](CardApi.md#update_card_business_using_put) | **PUT** /card/business/{nucleus_business_id} | Update a card business
31
+ [**update_card_pin_using_post**](CardApi.md#update_card_pin_using_post) | **PUT** /card/pin/{id} | update a pin card
32
+ [**update_card_spending_control_using_put**](CardApi.md#update_card_spending_control_using_put) | **PUT** /card/spending_control/{nucleus_spending_control_id} | Update a card spending control
33
+ [**update_card_using_put**](CardApi.md#update_card_using_put) | **PUT** /card/{id} | Update a card information
34
+ [**update_client_card_using_put**](CardApi.md#update_client_card_using_put) | **PUT** /card/client/{id} | Update a card client
35
+ [**verify_card_pin_using_post**](CardApi.md#verify_card_pin_using_post) | **POST** /card/pin/verify | verify card pin
36
+
37
+
38
+ # **create_auto_reload_using_post**
39
+ > CardAutoReloadResponseVO create_auto_reload_using_post(request)
40
+
41
+ Card auto reload
42
+
43
+ ### Example
44
+ ```ruby
45
+ # load the gem
46
+ require 'integration_api'
47
+
48
+ # Setup authorization
49
+ IntegrationApi.configure do |config|
50
+ # Use one of the below method to generate oauth token
51
+ # Creating a token for grant_type=client_credentials
52
+ config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
53
+ # Creating a token for grant_type=password
54
+ config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
55
+ # Creating a token using client token
56
+ config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
57
+ end
58
+
59
+ api_instance = IntegrationApi::CardApi.new
60
+
61
+ request = IntegrationApi::CardAutoReloadRequestCO.new # CardAutoReloadRequestCO | request
62
+
63
+
64
+ begin
65
+ #Card auto reload
66
+ result = api_instance.create_auto_reload_using_post(request)
67
+ p result
68
+ rescue IntegrationApi::ApiError => e
69
+ puts "Exception when calling CardApi->create_auto_reload_using_post: #{e}"
70
+ end
71
+ ```
72
+
73
+ ### Parameters
74
+
75
+ Name | Type | Description | Notes
76
+ ------------- | ------------- | ------------- | -------------
77
+ **request** | [**CardAutoReloadRequestCO**](CardAutoReloadRequestCO.md)| request |
78
+
79
+ ### Return type
80
+
81
+ [**CardAutoReloadResponseVO**](CardAutoReloadResponseVO.md)
82
+
83
+ ### Authorization
84
+
85
+ [oauth2](../README.md#oauth2)
86
+
87
+ ### HTTP request headers
88
+
89
+ - **Content-Type**: application/json
90
+ - **Accept**: application/json
91
+
92
+
93
+
94
+ # **create_card_activate_using_post**
95
+ > BaseResponseVO create_card_activate_using_post(activate_request)
96
+
97
+ Activate card
98
+
99
+ ### Example
100
+ ```ruby
101
+ # load the gem
102
+ require 'integration_api'
103
+
104
+ # Setup authorization
105
+ IntegrationApi.configure do |config|
106
+ # Use one of the below method to generate oauth token
107
+ # Creating a token for grant_type=client_credentials
108
+ config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
109
+ # Creating a token for grant_type=password
110
+ config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
111
+ # Creating a token using client token
112
+ config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
113
+ end
114
+
115
+ api_instance = IntegrationApi::CardApi.new
116
+
117
+ activate_request = IntegrationApi::CardBaseRequestCO.new # CardBaseRequestCO | activateRequest
118
+
119
+
120
+ begin
121
+ #Activate card
122
+ result = api_instance.create_card_activate_using_post(activate_request)
123
+ p result
124
+ rescue IntegrationApi::ApiError => e
125
+ puts "Exception when calling CardApi->create_card_activate_using_post: #{e}"
126
+ end
127
+ ```
128
+
129
+ ### Parameters
130
+
131
+ Name | Type | Description | Notes
132
+ ------------- | ------------- | ------------- | -------------
133
+ **activate_request** | [**CardBaseRequestCO**](CardBaseRequestCO.md)| activateRequest |
134
+
135
+ ### Return type
136
+
137
+ [**BaseResponseVO**](BaseResponseVO.md)
138
+
139
+ ### Authorization
140
+
141
+ [oauth2](../README.md#oauth2)
142
+
143
+ ### HTTP request headers
144
+
145
+ - **Content-Type**: application/json
146
+ - **Accept**: application/json
147
+
148
+
149
+
150
+ # **create_card_business_using_post**
151
+ > CreateBusinessResponseVO create_card_business_using_post(card_business_request_co)
152
+
153
+ Create a card business
154
+
155
+ ### Example
156
+ ```ruby
157
+ # load the gem
158
+ require 'integration_api'
159
+
160
+ # Setup authorization
161
+ IntegrationApi.configure do |config|
162
+ # Use one of the below method to generate oauth token
163
+ # Creating a token for grant_type=client_credentials
164
+ config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
165
+ # Creating a token for grant_type=password
166
+ config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
167
+ # Creating a token using client token
168
+ config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
169
+ end
170
+
171
+ api_instance = IntegrationApi::CardApi.new
172
+
173
+ card_business_request_co = IntegrationApi::CardBusinessRequestCO.new # CardBusinessRequestCO | cardBusinessRequestCO
174
+
175
+
176
+ begin
177
+ #Create a card business
178
+ result = api_instance.create_card_business_using_post(card_business_request_co)
179
+ p result
180
+ rescue IntegrationApi::ApiError => e
181
+ puts "Exception when calling CardApi->create_card_business_using_post: #{e}"
182
+ end
183
+ ```
184
+
185
+ ### Parameters
186
+
187
+ Name | Type | Description | Notes
188
+ ------------- | ------------- | ------------- | -------------
189
+ **card_business_request_co** | [**CardBusinessRequestCO**](CardBusinessRequestCO.md)| cardBusinessRequestCO |
190
+
191
+ ### Return type
192
+
193
+ [**CreateBusinessResponseVO**](CreateBusinessResponseVO.md)
194
+
195
+ ### Authorization
196
+
197
+ [oauth2](../README.md#oauth2)
198
+
199
+ ### HTTP request headers
200
+
201
+ - **Content-Type**: application/json
202
+ - **Accept**: application/json
203
+
204
+
205
+
206
+ # **create_card_close_using_post**
207
+ > BaseResponseVO create_card_close_using_post(close_request)
208
+
209
+ close a card
210
+
211
+ ### Example
212
+ ```ruby
213
+ # load the gem
214
+ require 'integration_api'
215
+
216
+ # Setup authorization
217
+ IntegrationApi.configure do |config|
218
+ # Use one of the below method to generate oauth token
219
+ # Creating a token for grant_type=client_credentials
220
+ config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
221
+ # Creating a token for grant_type=password
222
+ config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
223
+ # Creating a token using client token
224
+ config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
225
+ end
226
+
227
+ api_instance = IntegrationApi::CardApi.new
228
+
229
+ close_request = IntegrationApi::CardBaseRequestCO.new # CardBaseRequestCO | closeRequest
230
+
231
+
232
+ begin
233
+ #close a card
234
+ result = api_instance.create_card_close_using_post(close_request)
235
+ p result
236
+ rescue IntegrationApi::ApiError => e
237
+ puts "Exception when calling CardApi->create_card_close_using_post: #{e}"
238
+ end
239
+ ```
240
+
241
+ ### Parameters
242
+
243
+ Name | Type | Description | Notes
244
+ ------------- | ------------- | ------------- | -------------
245
+ **close_request** | [**CardBaseRequestCO**](CardBaseRequestCO.md)| closeRequest |
246
+
247
+ ### Return type
248
+
249
+ [**BaseResponseVO**](BaseResponseVO.md)
250
+
251
+ ### Authorization
252
+
253
+ [oauth2](../README.md#oauth2)
254
+
255
+ ### HTTP request headers
256
+
257
+ - **Content-Type**: application/json
258
+ - **Accept**: application/json
259
+
260
+
261
+
262
+ # **create_card_issue_using_post**
263
+ > BaseResponseVO create_card_issue_using_post(issue_request)
264
+
265
+ issue a card
266
+
267
+ ### Example
268
+ ```ruby
269
+ # load the gem
270
+ require 'integration_api'
271
+
272
+ # Setup authorization
273
+ IntegrationApi.configure do |config|
274
+ # Use one of the below method to generate oauth token
275
+ # Creating a token for grant_type=client_credentials
276
+ config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
277
+ # Creating a token for grant_type=password
278
+ config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
279
+ # Creating a token using client token
280
+ config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
281
+ end
282
+
283
+ api_instance = IntegrationApi::CardApi.new
284
+
285
+ issue_request = IntegrationApi::CardBaseRequestCO.new # CardBaseRequestCO | issueRequest
286
+
287
+
288
+ begin
289
+ #issue a card
290
+ result = api_instance.create_card_issue_using_post(issue_request)
291
+ p result
292
+ rescue IntegrationApi::ApiError => e
293
+ puts "Exception when calling CardApi->create_card_issue_using_post: #{e}"
294
+ end
295
+ ```
296
+
297
+ ### Parameters
298
+
299
+ Name | Type | Description | Notes
300
+ ------------- | ------------- | ------------- | -------------
301
+ **issue_request** | [**CardBaseRequestCO**](CardBaseRequestCO.md)| issueRequest |
302
+
303
+ ### Return type
304
+
305
+ [**BaseResponseVO**](BaseResponseVO.md)
306
+
307
+ ### Authorization
308
+
309
+ [oauth2](../README.md#oauth2)
310
+
311
+ ### HTTP request headers
312
+
313
+ - **Content-Type**: application/json
314
+ - **Accept**: application/json
315
+
316
+
317
+
318
+ # **create_card_load_using_post**
319
+ > CardLoadUnloadResponseVO create_card_load_using_post(load_request)
320
+
321
+ Create a card load
322
+
323
+ ### Example
324
+ ```ruby
325
+ # load the gem
326
+ require 'integration_api'
327
+
328
+ # Setup authorization
329
+ IntegrationApi.configure do |config|
330
+ # Use one of the below method to generate oauth token
331
+ # Creating a token for grant_type=client_credentials
332
+ config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
333
+ # Creating a token for grant_type=password
334
+ config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
335
+ # Creating a token using client token
336
+ config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
337
+ end
338
+
339
+ api_instance = IntegrationApi::CardApi.new
340
+
341
+ load_request = IntegrationApi::CardLoadRequestCO.new # CardLoadRequestCO | loadRequest
342
+
343
+
344
+ begin
345
+ #Create a card load
346
+ result = api_instance.create_card_load_using_post(load_request)
347
+ p result
348
+ rescue IntegrationApi::ApiError => e
349
+ puts "Exception when calling CardApi->create_card_load_using_post: #{e}"
350
+ end
351
+ ```
352
+
353
+ ### Parameters
354
+
355
+ Name | Type | Description | Notes
356
+ ------------- | ------------- | ------------- | -------------
357
+ **load_request** | [**CardLoadRequestCO**](CardLoadRequestCO.md)| loadRequest |
358
+
359
+ ### Return type
360
+
361
+ [**CardLoadUnloadResponseVO**](CardLoadUnloadResponseVO.md)
362
+
363
+ ### Authorization
364
+
365
+ [oauth2](../README.md#oauth2)
366
+
367
+ ### HTTP request headers
368
+
369
+ - **Content-Type**: application/json
370
+ - **Accept**: application/json
371
+
372
+
373
+
374
+ # **create_card_pin_using_post**
375
+ > BaseResponseVO create_card_pin_using_post(card_pin_request_co)
376
+
377
+ pin card
378
+
379
+ ### Example
380
+ ```ruby
381
+ # load the gem
382
+ require 'integration_api'
383
+
384
+ # Setup authorization
385
+ IntegrationApi.configure do |config|
386
+ # Use one of the below method to generate oauth token
387
+ # Creating a token for grant_type=client_credentials
388
+ config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
389
+ # Creating a token for grant_type=password
390
+ config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
391
+ # Creating a token using client token
392
+ config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
393
+ end
394
+
395
+ api_instance = IntegrationApi::CardApi.new
396
+
397
+ card_pin_request_co = IntegrationApi::CardPinRequestCO.new # CardPinRequestCO | cardPinRequestCO
398
+
399
+
400
+ begin
401
+ #pin card
402
+ result = api_instance.create_card_pin_using_post(card_pin_request_co)
403
+ p result
404
+ rescue IntegrationApi::ApiError => e
405
+ puts "Exception when calling CardApi->create_card_pin_using_post: #{e}"
406
+ end
407
+ ```
408
+
409
+ ### Parameters
410
+
411
+ Name | Type | Description | Notes
412
+ ------------- | ------------- | ------------- | -------------
413
+ **card_pin_request_co** | [**CardPinRequestCO**](CardPinRequestCO.md)| cardPinRequestCO |
414
+
415
+ ### Return type
416
+
417
+ [**BaseResponseVO**](BaseResponseVO.md)
418
+
419
+ ### Authorization
420
+
421
+ [oauth2](../README.md#oauth2)
422
+
423
+ ### HTTP request headers
424
+
425
+ - **Content-Type**: application/json
426
+ - **Accept**: application/json
427
+
428
+
429
+
430
+ # **create_card_reactivate_using_post**
431
+ > BaseResponseVO create_card_reactivate_using_post(reactivate_request)
432
+
433
+ reactivate card
434
+
435
+ ### Example
436
+ ```ruby
437
+ # load the gem
438
+ require 'integration_api'
439
+
440
+ # Setup authorization
441
+ IntegrationApi.configure do |config|
442
+ # Use one of the below method to generate oauth token
443
+ # Creating a token for grant_type=client_credentials
444
+ config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
445
+ # Creating a token for grant_type=password
446
+ config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
447
+ # Creating a token using client token
448
+ config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
449
+ end
450
+
451
+ api_instance = IntegrationApi::CardApi.new
452
+
453
+ reactivate_request = IntegrationApi::CardBaseRequestCO.new # CardBaseRequestCO | reactivateRequest
454
+
455
+
456
+ begin
457
+ #reactivate card
458
+ result = api_instance.create_card_reactivate_using_post(reactivate_request)
459
+ p result
460
+ rescue IntegrationApi::ApiError => e
461
+ puts "Exception when calling CardApi->create_card_reactivate_using_post: #{e}"
462
+ end
463
+ ```
464
+
465
+ ### Parameters
466
+
467
+ Name | Type | Description | Notes
468
+ ------------- | ------------- | ------------- | -------------
469
+ **reactivate_request** | [**CardBaseRequestCO**](CardBaseRequestCO.md)| reactivateRequest |
470
+
471
+ ### Return type
472
+
473
+ [**BaseResponseVO**](BaseResponseVO.md)
474
+
475
+ ### Authorization
476
+
477
+ [oauth2](../README.md#oauth2)
478
+
479
+ ### HTTP request headers
480
+
481
+ - **Content-Type**: application/json
482
+ - **Accept**: application/json
483
+
484
+
485
+
486
+ # **create_card_reissue_using_post**
487
+ > BaseResponseVO create_card_reissue_using_post(request)
488
+
489
+ Reissue a card
490
+
491
+ ### Example
492
+ ```ruby
493
+ # load the gem
494
+ require 'integration_api'
495
+
496
+ # Setup authorization
497
+ IntegrationApi.configure do |config|
498
+ # Use one of the below method to generate oauth token
499
+ # Creating a token for grant_type=client_credentials
500
+ config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
501
+ # Creating a token for grant_type=password
502
+ config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
503
+ # Creating a token using client token
504
+ config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
505
+ end
506
+
507
+ api_instance = IntegrationApi::CardApi.new
508
+
509
+ request = IntegrationApi::CardBaseRequestCO.new # CardBaseRequestCO | request
510
+
511
+
512
+ begin
513
+ #Reissue a card
514
+ result = api_instance.create_card_reissue_using_post(request)
515
+ p result
516
+ rescue IntegrationApi::ApiError => e
517
+ puts "Exception when calling CardApi->create_card_reissue_using_post: #{e}"
518
+ end
519
+ ```
520
+
521
+ ### Parameters
522
+
523
+ Name | Type | Description | Notes
524
+ ------------- | ------------- | ------------- | -------------
525
+ **request** | [**CardBaseRequestCO**](CardBaseRequestCO.md)| request |
526
+
527
+ ### Return type
528
+
529
+ [**BaseResponseVO**](BaseResponseVO.md)
530
+
531
+ ### Authorization
532
+
533
+ [oauth2](../README.md#oauth2)
534
+
535
+ ### HTTP request headers
536
+
537
+ - **Content-Type**: application/json
538
+ - **Accept**: application/json
539
+
540
+
541
+
542
+ # **create_card_replace_using_post**
543
+ > CardReplaceResponseVO create_card_replace_using_post(request)
544
+
545
+ Create card replace
546
+
547
+ ### Example
548
+ ```ruby
549
+ # load the gem
550
+ require 'integration_api'
551
+
552
+ # Setup authorization
553
+ IntegrationApi.configure do |config|
554
+ # Use one of the below method to generate oauth token
555
+ # Creating a token for grant_type=client_credentials
556
+ config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
557
+ # Creating a token for grant_type=password
558
+ config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
559
+ # Creating a token using client token
560
+ config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
561
+ end
562
+
563
+ api_instance = IntegrationApi::CardApi.new
564
+
565
+ request = IntegrationApi::CardBaseRequestCO.new # CardBaseRequestCO | request
566
+
567
+
568
+ begin
569
+ #Create card replace
570
+ result = api_instance.create_card_replace_using_post(request)
571
+ p result
572
+ rescue IntegrationApi::ApiError => e
573
+ puts "Exception when calling CardApi->create_card_replace_using_post: #{e}"
574
+ end
575
+ ```
576
+
577
+ ### Parameters
578
+
579
+ Name | Type | Description | Notes
580
+ ------------- | ------------- | ------------- | -------------
581
+ **request** | [**CardBaseRequestCO**](CardBaseRequestCO.md)| request |
582
+
583
+ ### Return type
584
+
585
+ [**CardReplaceResponseVO**](CardReplaceResponseVO.md)
586
+
587
+ ### Authorization
588
+
589
+ [oauth2](../README.md#oauth2)
590
+
591
+ ### HTTP request headers
592
+
593
+ - **Content-Type**: application/json
594
+ - **Accept**: application/json
595
+
596
+
597
+
598
+ # **create_card_spending_control_using_post**
599
+ > CardSpendingControlResponseVO create_card_spending_control_using_post(request)
600
+
601
+ Create card spending control
602
+
603
+ ### Example
604
+ ```ruby
605
+ # load the gem
606
+ require 'integration_api'
607
+
608
+ # Setup authorization
609
+ IntegrationApi.configure do |config|
610
+ # Use one of the below method to generate oauth token
611
+ # Creating a token for grant_type=client_credentials
612
+ config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
613
+ # Creating a token for grant_type=password
614
+ config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
615
+ # Creating a token using client token
616
+ config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
617
+ end
618
+
619
+ api_instance = IntegrationApi::CardApi.new
620
+
621
+ request = IntegrationApi::CardSpendingControlRequestCO.new # CardSpendingControlRequestCO | request
622
+
623
+
624
+ begin
625
+ #Create card spending control
626
+ result = api_instance.create_card_spending_control_using_post(request)
627
+ p result
628
+ rescue IntegrationApi::ApiError => e
629
+ puts "Exception when calling CardApi->create_card_spending_control_using_post: #{e}"
630
+ end
631
+ ```
632
+
633
+ ### Parameters
634
+
635
+ Name | Type | Description | Notes
636
+ ------------- | ------------- | ------------- | -------------
637
+ **request** | [**CardSpendingControlRequestCO**](CardSpendingControlRequestCO.md)| request |
638
+
639
+ ### Return type
640
+
641
+ [**CardSpendingControlResponseVO**](CardSpendingControlResponseVO.md)
642
+
643
+ ### Authorization
644
+
645
+ [oauth2](../README.md#oauth2)
646
+
647
+ ### HTTP request headers
648
+
649
+ - **Content-Type**: application/json
650
+ - **Accept**: application/json
651
+
652
+
653
+
654
+ # **create_card_suspend_using_post**
655
+ > BaseResponseVO create_card_suspend_using_post(suspend_request)
656
+
657
+ suspend card
658
+
659
+ ### Example
660
+ ```ruby
661
+ # load the gem
662
+ require 'integration_api'
663
+
664
+ # Setup authorization
665
+ IntegrationApi.configure do |config|
666
+ # Use one of the below method to generate oauth token
667
+ # Creating a token for grant_type=client_credentials
668
+ config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
669
+ # Creating a token for grant_type=password
670
+ config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
671
+ # Creating a token using client token
672
+ config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
673
+ end
674
+
675
+ api_instance = IntegrationApi::CardApi.new
676
+
677
+ suspend_request = IntegrationApi::CardBaseRequestCO.new # CardBaseRequestCO | suspendRequest
678
+
679
+
680
+ begin
681
+ #suspend card
682
+ result = api_instance.create_card_suspend_using_post(suspend_request)
683
+ p result
684
+ rescue IntegrationApi::ApiError => e
685
+ puts "Exception when calling CardApi->create_card_suspend_using_post: #{e}"
686
+ end
687
+ ```
688
+
689
+ ### Parameters
690
+
691
+ Name | Type | Description | Notes
692
+ ------------- | ------------- | ------------- | -------------
693
+ **suspend_request** | [**CardBaseRequestCO**](CardBaseRequestCO.md)| suspendRequest |
694
+
695
+ ### Return type
696
+
697
+ [**BaseResponseVO**](BaseResponseVO.md)
698
+
699
+ ### Authorization
700
+
701
+ [oauth2](../README.md#oauth2)
702
+
703
+ ### HTTP request headers
704
+
705
+ - **Content-Type**: application/json
706
+ - **Accept**: application/json
707
+
708
+
709
+
710
+ # **create_card_token_using_post**
711
+ > CardTokenResponseVO create_card_token_using_post(tokenize_request)
712
+
713
+ token card
714
+
715
+ ### Example
716
+ ```ruby
717
+ # load the gem
718
+ require 'integration_api'
719
+
720
+ # Setup authorization
721
+ IntegrationApi.configure do |config|
722
+ # Use one of the below method to generate oauth token
723
+ # Creating a token for grant_type=client_credentials
724
+ config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
725
+ # Creating a token for grant_type=password
726
+ config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
727
+ # Creating a token using client token
728
+ config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
729
+ end
730
+
731
+ api_instance = IntegrationApi::CardApi.new
732
+
733
+ tokenize_request = IntegrationApi::CardTokenRequestCO.new # CardTokenRequestCO | tokenizeRequest
734
+
735
+
736
+ begin
737
+ #token card
738
+ result = api_instance.create_card_token_using_post(tokenize_request)
739
+ p result
740
+ rescue IntegrationApi::ApiError => e
741
+ puts "Exception when calling CardApi->create_card_token_using_post: #{e}"
742
+ end
743
+ ```
744
+
745
+ ### Parameters
746
+
747
+ Name | Type | Description | Notes
748
+ ------------- | ------------- | ------------- | -------------
749
+ **tokenize_request** | [**CardTokenRequestCO**](CardTokenRequestCO.md)| tokenizeRequest |
750
+
751
+ ### Return type
752
+
753
+ [**CardTokenResponseVO**](CardTokenResponseVO.md)
754
+
755
+ ### Authorization
756
+
757
+ [oauth2](../README.md#oauth2)
758
+
759
+ ### HTTP request headers
760
+
761
+ - **Content-Type**: application/json
762
+ - **Accept**: application/json
763
+
764
+
765
+
766
+ # **create_card_unload_using_post**
767
+ > CardLoadUnloadResponseVO create_card_unload_using_post(reload_request)
768
+
769
+ Create a card upload
770
+
771
+ ### Example
772
+ ```ruby
773
+ # load the gem
774
+ require 'integration_api'
775
+
776
+ # Setup authorization
777
+ IntegrationApi.configure do |config|
778
+ # Use one of the below method to generate oauth token
779
+ # Creating a token for grant_type=client_credentials
780
+ config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
781
+ # Creating a token for grant_type=password
782
+ config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
783
+ # Creating a token using client token
784
+ config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
785
+ end
786
+
787
+ api_instance = IntegrationApi::CardApi.new
788
+
789
+ reload_request = IntegrationApi::CardUnloadRequestCO.new # CardUnloadRequestCO | reloadRequest
790
+
791
+
792
+ begin
793
+ #Create a card upload
794
+ result = api_instance.create_card_unload_using_post(reload_request)
795
+ p result
796
+ rescue IntegrationApi::ApiError => e
797
+ puts "Exception when calling CardApi->create_card_unload_using_post: #{e}"
798
+ end
799
+ ```
800
+
801
+ ### Parameters
802
+
803
+ Name | Type | Description | Notes
804
+ ------------- | ------------- | ------------- | -------------
805
+ **reload_request** | [**CardUnloadRequestCO**](CardUnloadRequestCO.md)| reloadRequest |
806
+
807
+ ### Return type
808
+
809
+ [**CardLoadUnloadResponseVO**](CardLoadUnloadResponseVO.md)
810
+
811
+ ### Authorization
812
+
813
+ [oauth2](../README.md#oauth2)
814
+
815
+ ### HTTP request headers
816
+
817
+ - **Content-Type**: application/json
818
+ - **Accept**: application/json
819
+
820
+
821
+
822
+ # **create_client_card_using_post**
823
+ > CreateCardClientResponseVO create_client_card_using_post(card_client_request_co)
824
+
825
+ Create a card client
826
+
827
+ ### Example
828
+ ```ruby
829
+ # load the gem
830
+ require 'integration_api'
831
+
832
+ # Setup authorization
833
+ IntegrationApi.configure do |config|
834
+ # Use one of the below method to generate oauth token
835
+ # Creating a token for grant_type=client_credentials
836
+ config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
837
+ # Creating a token for grant_type=password
838
+ config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
839
+ # Creating a token using client token
840
+ config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
841
+ end
842
+
843
+ api_instance = IntegrationApi::CardApi.new
844
+
845
+ card_client_request_co = IntegrationApi::CardClientRequestCO.new # CardClientRequestCO | cardClientRequestCO
846
+
847
+
848
+ begin
849
+ #Create a card client
850
+ result = api_instance.create_client_card_using_post(card_client_request_co)
851
+ p result
852
+ rescue IntegrationApi::ApiError => e
853
+ puts "Exception when calling CardApi->create_client_card_using_post: #{e}"
854
+ end
855
+ ```
856
+
857
+ ### Parameters
858
+
859
+ Name | Type | Description | Notes
860
+ ------------- | ------------- | ------------- | -------------
861
+ **card_client_request_co** | [**CardClientRequestCO**](CardClientRequestCO.md)| cardClientRequestCO |
862
+
863
+ ### Return type
864
+
865
+ [**CreateCardClientResponseVO**](CreateCardClientResponseVO.md)
866
+
867
+ ### Authorization
868
+
869
+ [oauth2](../README.md#oauth2)
870
+
871
+ ### HTTP request headers
872
+
873
+ - **Content-Type**: application/json
874
+ - **Accept**: application/json
875
+
876
+
877
+
878
+ # **get_card_balance_using_get**
879
+ > CardBalanceResponseVO get_card_balance_using_get(id, opts)
880
+
881
+ Get a Card Balance
882
+
883
+ ### Example
884
+ ```ruby
885
+ # load the gem
886
+ require 'integration_api'
887
+
888
+ # Setup authorization
889
+ IntegrationApi.configure do |config|
890
+ # Use one of the below method to generate oauth token
891
+ # Creating a token for grant_type=client_credentials
892
+ config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
893
+ # Creating a token for grant_type=password
894
+ config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
895
+ # Creating a token using client token
896
+ config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
897
+ end
898
+
899
+ api_instance = IntegrationApi::CardApi.new
900
+
901
+ id = 'id_example' # String | id
902
+
903
+ opts = {
904
+ end_date: Date.parse('2013-10-20'), # Date | end_date
905
+ start_date: Date.parse('2013-10-20') # Date | start_date
906
+ }
907
+
908
+ begin
909
+ #Get a Card Balance
910
+ result = api_instance.get_card_balance_using_get(id, opts)
911
+ p result
912
+ rescue IntegrationApi::ApiError => e
913
+ puts "Exception when calling CardApi->get_card_balance_using_get: #{e}"
914
+ end
915
+ ```
916
+
917
+ ### Parameters
918
+
919
+ Name | Type | Description | Notes
920
+ ------------- | ------------- | ------------- | -------------
921
+ **id** | [**String**](.md)| id |
922
+ **end_date** | **Date**| end_date | [optional]
923
+ **start_date** | **Date**| start_date | [optional]
924
+
925
+ ### Return type
926
+
927
+ [**CardBalanceResponseVO**](CardBalanceResponseVO.md)
928
+
929
+ ### Authorization
930
+
931
+ [oauth2](../README.md#oauth2)
932
+
933
+ ### HTTP request headers
934
+
935
+ - **Content-Type**: Not defined
936
+ - **Accept**: application/json
937
+
938
+
939
+
940
+ # **get_card_image**
941
+ > GetCardImageResponseVO get_card_image(card_id)
942
+
943
+ Get card image
944
+
945
+ ### Example
946
+ ```ruby
947
+ # load the gem
948
+ require 'integration_api'
949
+
950
+ # Setup authorization
951
+ IntegrationApi.configure do |config|
952
+ # Use one of the below method to generate oauth token
953
+ # Creating a token for grant_type=client_credentials
954
+ config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
955
+ # Creating a token for grant_type=password
956
+ config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
957
+ # Creating a token using client token
958
+ config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
959
+ end
960
+
961
+ api_instance = IntegrationApi::CardApi.new
962
+
963
+ card_id = 'card_id_example' # String | card_id
964
+
965
+
966
+ begin
967
+ #Get card image
968
+ result = api_instance.get_card_image(card_id)
969
+ p result
970
+ rescue IntegrationApi::ApiError => e
971
+ puts "Exception when calling CardApi->get_card_image: #{e}"
972
+ end
973
+ ```
974
+
975
+ ### Parameters
976
+
977
+ Name | Type | Description | Notes
978
+ ------------- | ------------- | ------------- | -------------
979
+ **card_id** | [**String**](.md)| card_id |
980
+
981
+ ### Return type
982
+
983
+ [**GetCardImageResponseVO**](GetCardImageResponseVO.md)
984
+
985
+ ### Authorization
986
+
987
+ [oauth2](../README.md#oauth2)
988
+
989
+ ### HTTP request headers
990
+
991
+ - **Content-Type**: Not defined
992
+ - **Accept**: application/json
993
+
994
+
995
+
996
+ # **get_card_pci_details**
997
+ > GetCardPciDetailsResponseVO get_card_pci_details(card_id)
998
+
999
+ Get card pci details
1000
+
1001
+ ### Example
1002
+ ```ruby
1003
+ # load the gem
1004
+ require 'integration_api'
1005
+
1006
+ # Setup authorization
1007
+ IntegrationApi.configure do |config|
1008
+ # Use one of the below method to generate oauth token
1009
+ # Creating a token for grant_type=client_credentials
1010
+ config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
1011
+ # Creating a token for grant_type=password
1012
+ config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
1013
+ # Creating a token using client token
1014
+ config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
1015
+ end
1016
+
1017
+ api_instance = IntegrationApi::CardApi.new
1018
+
1019
+ card_id = 'card_id_example' # String | card_id
1020
+
1021
+
1022
+ begin
1023
+ #Get card pci details
1024
+ result = api_instance.get_card_pci_details(card_id)
1025
+ p result
1026
+ rescue IntegrationApi::ApiError => e
1027
+ puts "Exception when calling CardApi->get_card_pci_details: #{e}"
1028
+ end
1029
+ ```
1030
+
1031
+ ### Parameters
1032
+
1033
+ Name | Type | Description | Notes
1034
+ ------------- | ------------- | ------------- | -------------
1035
+ **card_id** | [**String**](.md)| card_id |
1036
+
1037
+ ### Return type
1038
+
1039
+ [**GetCardPciDetailsResponseVO**](GetCardPciDetailsResponseVO.md)
1040
+
1041
+ ### Authorization
1042
+
1043
+ [oauth2](../README.md#oauth2)
1044
+
1045
+ ### HTTP request headers
1046
+
1047
+ - **Content-Type**: Not defined
1048
+ - **Accept**: application/json
1049
+
1050
+
1051
+
1052
+ # **get_card_reserve_account_details_using_get**
1053
+ > CardReserveAccountResponseVO get_card_reserve_account_details_using_get
1054
+
1055
+ Card reserve account
1056
+
1057
+ ### Example
1058
+ ```ruby
1059
+ # load the gem
1060
+ require 'integration_api'
1061
+
1062
+ # Setup authorization
1063
+ IntegrationApi.configure do |config|
1064
+ # Use one of the below method to generate oauth token
1065
+ # Creating a token for grant_type=client_credentials
1066
+ config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
1067
+ # Creating a token for grant_type=password
1068
+ config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
1069
+ # Creating a token using client token
1070
+ config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
1071
+ end
1072
+
1073
+ api_instance = IntegrationApi::CardApi.new
1074
+
1075
+ begin
1076
+ #Card reserve account
1077
+ result = api_instance.get_card_reserve_account_details_using_get
1078
+ p result
1079
+ rescue IntegrationApi::ApiError => e
1080
+ puts "Exception when calling CardApi->get_card_reserve_account_details_using_get: #{e}"
1081
+ end
1082
+ ```
1083
+
1084
+ ### Parameters
1085
+ This endpoint does not need any parameter.
1086
+
1087
+ ### Return type
1088
+
1089
+ [**CardReserveAccountResponseVO**](CardReserveAccountResponseVO.md)
1090
+
1091
+ ### Authorization
1092
+
1093
+ [oauth2](../README.md#oauth2)
1094
+
1095
+ ### HTTP request headers
1096
+
1097
+ - **Content-Type**: Not defined
1098
+ - **Accept**: application/json
1099
+
1100
+
1101
+
1102
+ # **get_card_statement_using_get**
1103
+ > GetCardStatementResponseVO get_card_statement_using_get(card_id, opts)
1104
+
1105
+ Get card statement
1106
+
1107
+ ### Example
1108
+ ```ruby
1109
+ # load the gem
1110
+ require 'integration_api'
1111
+
1112
+ # Setup authorization
1113
+ IntegrationApi.configure do |config|
1114
+ # Use one of the below method to generate oauth token
1115
+ # Creating a token for grant_type=client_credentials
1116
+ config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
1117
+ # Creating a token for grant_type=password
1118
+ config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
1119
+ # Creating a token using client token
1120
+ config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
1121
+ end
1122
+
1123
+ api_instance = IntegrationApi::CardApi.new
1124
+
1125
+ card_id = 'card_id_example' # String | card_id
1126
+
1127
+ opts = {
1128
+ end_date: Date.parse('2013-10-20'), # Date | end_date
1129
+ start_date: Date.parse('2013-10-20') # Date | start_date
1130
+ }
1131
+
1132
+ begin
1133
+ #Get card statement
1134
+ result = api_instance.get_card_statement_using_get(card_id, opts)
1135
+ p result
1136
+ rescue IntegrationApi::ApiError => e
1137
+ puts "Exception when calling CardApi->get_card_statement_using_get: #{e}"
1138
+ end
1139
+ ```
1140
+
1141
+ ### Parameters
1142
+
1143
+ Name | Type | Description | Notes
1144
+ ------------- | ------------- | ------------- | -------------
1145
+ **card_id** | [**String**](.md)| card_id |
1146
+ **end_date** | **Date**| end_date | [optional]
1147
+ **start_date** | **Date**| start_date | [optional]
1148
+
1149
+ ### Return type
1150
+
1151
+ [**GetCardStatementResponseVO**](GetCardStatementResponseVO.md)
1152
+
1153
+ ### Authorization
1154
+
1155
+ [oauth2](../README.md#oauth2)
1156
+
1157
+ ### HTTP request headers
1158
+
1159
+ - **Content-Type**: Not defined
1160
+ - **Accept**: application/json
1161
+
1162
+
1163
+
1164
+ # **get_card_token_using_token**
1165
+ > Array<GetCardTokenResponseVO> get_card_token_using_token(id, opts)
1166
+
1167
+ Get a card token
1168
+
1169
+ ### Example
1170
+ ```ruby
1171
+ # load the gem
1172
+ require 'integration_api'
1173
+
1174
+ # Setup authorization
1175
+ IntegrationApi.configure do |config|
1176
+ # Use one of the below method to generate oauth token
1177
+ # Creating a token for grant_type=client_credentials
1178
+ config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
1179
+ # Creating a token for grant_type=password
1180
+ config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
1181
+ # Creating a token using client token
1182
+ config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
1183
+ end
1184
+
1185
+ api_instance = IntegrationApi::CardApi.new
1186
+
1187
+ id = 'id_example' # String | id
1188
+
1189
+ opts = {
1190
+ device_id: 'device_id_example', # String | device_id
1191
+ device_type: 'device_type_example', # String | device_type
1192
+ wallet: 'wallet_example' # String | wallet
1193
+ }
1194
+
1195
+ begin
1196
+ #Get a card token
1197
+ result = api_instance.get_card_token_using_token(id, opts)
1198
+ p result
1199
+ rescue IntegrationApi::ApiError => e
1200
+ puts "Exception when calling CardApi->get_card_token_using_token: #{e}"
1201
+ end
1202
+ ```
1203
+
1204
+ ### Parameters
1205
+
1206
+ Name | Type | Description | Notes
1207
+ ------------- | ------------- | ------------- | -------------
1208
+ **id** | [**String**](.md)| id |
1209
+ **device_id** | **String**| device_id | [optional]
1210
+ **device_type** | **String**| device_type | [optional]
1211
+ **wallet** | **String**| wallet | [optional]
1212
+
1213
+ ### Return type
1214
+
1215
+ [**Array<GetCardTokenResponseVO>**](GetCardTokenResponseVO.md)
1216
+
1217
+ ### Authorization
1218
+
1219
+ [oauth2](../README.md#oauth2)
1220
+
1221
+ ### HTTP request headers
1222
+
1223
+ - **Content-Type**: Not defined
1224
+ - **Accept**: application/json
1225
+
1226
+
1227
+
1228
+ # **get_card_transaction_using_get**
1229
+ > CardTransactionResponseVO get_card_transaction_using_get(id, opts)
1230
+
1231
+ Get a card transaction
1232
+
1233
+ ### Example
1234
+ ```ruby
1235
+ # load the gem
1236
+ require 'integration_api'
1237
+
1238
+ # Setup authorization
1239
+ IntegrationApi.configure do |config|
1240
+ # Use one of the below method to generate oauth token
1241
+ # Creating a token for grant_type=client_credentials
1242
+ config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
1243
+ # Creating a token for grant_type=password
1244
+ config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
1245
+ # Creating a token using client token
1246
+ config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
1247
+ end
1248
+
1249
+ api_instance = IntegrationApi::CardApi.new
1250
+
1251
+ id = 'id_example' # String | id
1252
+
1253
+ opts = {
1254
+ end_date: Date.parse('2013-10-20'), # Date | end_date
1255
+ start_date: Date.parse('2013-10-20') # Date | start_date
1256
+ }
1257
+
1258
+ begin
1259
+ #Get a card transaction
1260
+ result = api_instance.get_card_transaction_using_get(id, opts)
1261
+ p result
1262
+ rescue IntegrationApi::ApiError => e
1263
+ puts "Exception when calling CardApi->get_card_transaction_using_get: #{e}"
1264
+ end
1265
+ ```
1266
+
1267
+ ### Parameters
1268
+
1269
+ Name | Type | Description | Notes
1270
+ ------------- | ------------- | ------------- | -------------
1271
+ **id** | [**String**](.md)| id |
1272
+ **end_date** | **Date**| end_date | [optional]
1273
+ **start_date** | **Date**| start_date | [optional]
1274
+
1275
+ ### Return type
1276
+
1277
+ [**CardTransactionResponseVO**](CardTransactionResponseVO.md)
1278
+
1279
+ ### Authorization
1280
+
1281
+ [oauth2](../README.md#oauth2)
1282
+
1283
+ ### HTTP request headers
1284
+
1285
+ - **Content-Type**: Not defined
1286
+ - **Accept**: application/json
1287
+
1288
+
1289
+
1290
+ # **get_card_using_get**
1291
+ > BaseResponseVO get_card_using_get(id)
1292
+
1293
+ Get a card information
1294
+
1295
+ ### Example
1296
+ ```ruby
1297
+ # load the gem
1298
+ require 'integration_api'
1299
+
1300
+ # Setup authorization
1301
+ IntegrationApi.configure do |config|
1302
+ # Use one of the below method to generate oauth token
1303
+ # Creating a token for grant_type=client_credentials
1304
+ config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
1305
+ # Creating a token for grant_type=password
1306
+ config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
1307
+ # Creating a token using client token
1308
+ config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
1309
+ end
1310
+
1311
+ api_instance = IntegrationApi::CardApi.new
1312
+
1313
+ id = 'id_example' # String | id
1314
+
1315
+
1316
+ begin
1317
+ #Get a card information
1318
+ result = api_instance.get_card_using_get(id)
1319
+ p result
1320
+ rescue IntegrationApi::ApiError => e
1321
+ puts "Exception when calling CardApi->get_card_using_get: #{e}"
1322
+ end
1323
+ ```
1324
+
1325
+ ### Parameters
1326
+
1327
+ Name | Type | Description | Notes
1328
+ ------------- | ------------- | ------------- | -------------
1329
+ **id** | [**String**](.md)| id |
1330
+
1331
+ ### Return type
1332
+
1333
+ [**BaseResponseVO**](BaseResponseVO.md)
1334
+
1335
+ ### Authorization
1336
+
1337
+ [oauth2](../README.md#oauth2)
1338
+
1339
+ ### HTTP request headers
1340
+
1341
+ - **Content-Type**: Not defined
1342
+ - **Accept**: application/json
1343
+
1344
+
1345
+
1346
+ # **update_card_business_using_put**
1347
+ > UpdateBusinessResponseVO update_card_business_using_put(nucleus_business_id)
1348
+
1349
+ Update a card business
1350
+
1351
+ ### Example
1352
+ ```ruby
1353
+ # load the gem
1354
+ require 'integration_api'
1355
+
1356
+ # Setup authorization
1357
+ IntegrationApi.configure do |config|
1358
+ # Use one of the below method to generate oauth token
1359
+ # Creating a token for grant_type=client_credentials
1360
+ config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
1361
+ # Creating a token for grant_type=password
1362
+ config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
1363
+ # Creating a token using client token
1364
+ config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
1365
+ end
1366
+
1367
+ api_instance = IntegrationApi::CardApi.new
1368
+
1369
+ nucleus_business_id = 'nucleus_business_id_example' # String | nucleus_business_id
1370
+
1371
+
1372
+ begin
1373
+ #Update a card business
1374
+ result = api_instance.update_card_business_using_put(nucleus_business_id)
1375
+ p result
1376
+ rescue IntegrationApi::ApiError => e
1377
+ puts "Exception when calling CardApi->update_card_business_using_put: #{e}"
1378
+ end
1379
+ ```
1380
+
1381
+ ### Parameters
1382
+
1383
+ Name | Type | Description | Notes
1384
+ ------------- | ------------- | ------------- | -------------
1385
+ **nucleus_business_id** | [**String**](.md)| nucleus_business_id |
1386
+
1387
+ ### Return type
1388
+
1389
+ [**UpdateBusinessResponseVO**](UpdateBusinessResponseVO.md)
1390
+
1391
+ ### Authorization
1392
+
1393
+ [oauth2](../README.md#oauth2)
1394
+
1395
+ ### HTTP request headers
1396
+
1397
+ - **Content-Type**: application/json
1398
+ - **Accept**: application/json
1399
+
1400
+
1401
+
1402
+ # **update_card_pin_using_post**
1403
+ > BaseResponseVO update_card_pin_using_post(card_pin_request_co, id)
1404
+
1405
+ update a pin card
1406
+
1407
+ ### Example
1408
+ ```ruby
1409
+ # load the gem
1410
+ require 'integration_api'
1411
+
1412
+ # Setup authorization
1413
+ IntegrationApi.configure do |config|
1414
+ # Use one of the below method to generate oauth token
1415
+ # Creating a token for grant_type=client_credentials
1416
+ config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
1417
+ # Creating a token for grant_type=password
1418
+ config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
1419
+ # Creating a token using client token
1420
+ config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
1421
+ end
1422
+
1423
+ api_instance = IntegrationApi::CardApi.new
1424
+
1425
+ card_pin_request_co = IntegrationApi::CardUpdatePinRequestCO.new # CardUpdatePinRequestCO | cardPinRequestCO
1426
+
1427
+ id = 'id_example' # String | id
1428
+
1429
+
1430
+ begin
1431
+ #update a pin card
1432
+ result = api_instance.update_card_pin_using_post(card_pin_request_co, id)
1433
+ p result
1434
+ rescue IntegrationApi::ApiError => e
1435
+ puts "Exception when calling CardApi->update_card_pin_using_post: #{e}"
1436
+ end
1437
+ ```
1438
+
1439
+ ### Parameters
1440
+
1441
+ Name | Type | Description | Notes
1442
+ ------------- | ------------- | ------------- | -------------
1443
+ **card_pin_request_co** | [**CardUpdatePinRequestCO**](CardUpdatePinRequestCO.md)| cardPinRequestCO |
1444
+ **id** | [**String**](.md)| id |
1445
+
1446
+ ### Return type
1447
+
1448
+ [**BaseResponseVO**](BaseResponseVO.md)
1449
+
1450
+ ### Authorization
1451
+
1452
+ [oauth2](../README.md#oauth2)
1453
+
1454
+ ### HTTP request headers
1455
+
1456
+ - **Content-Type**: application/json
1457
+ - **Accept**: application/json
1458
+
1459
+
1460
+
1461
+ # **update_card_spending_control_using_put**
1462
+ > CardSpendingControlResponseVO update_card_spending_control_using_put(nucleus_spending_control_id)
1463
+
1464
+ Update a card spending control
1465
+
1466
+ ### Example
1467
+ ```ruby
1468
+ # load the gem
1469
+ require 'integration_api'
1470
+
1471
+ # Setup authorization
1472
+ IntegrationApi.configure do |config|
1473
+ # Use one of the below method to generate oauth token
1474
+ # Creating a token for grant_type=client_credentials
1475
+ config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
1476
+ # Creating a token for grant_type=password
1477
+ config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
1478
+ # Creating a token using client token
1479
+ config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
1480
+ end
1481
+
1482
+ api_instance = IntegrationApi::CardApi.new
1483
+
1484
+ nucleus_spending_control_id = 'nucleus_spending_control_id_example' # String | nucleus_spending_control_id
1485
+
1486
+
1487
+ begin
1488
+ #Update a card spending control
1489
+ result = api_instance.update_card_spending_control_using_put(nucleus_spending_control_id)
1490
+ p result
1491
+ rescue IntegrationApi::ApiError => e
1492
+ puts "Exception when calling CardApi->update_card_spending_control_using_put: #{e}"
1493
+ end
1494
+ ```
1495
+
1496
+ ### Parameters
1497
+
1498
+ Name | Type | Description | Notes
1499
+ ------------- | ------------- | ------------- | -------------
1500
+ **nucleus_spending_control_id** | [**String**](.md)| nucleus_spending_control_id |
1501
+
1502
+ ### Return type
1503
+
1504
+ [**CardSpendingControlResponseVO**](CardSpendingControlResponseVO.md)
1505
+
1506
+ ### Authorization
1507
+
1508
+ [oauth2](../README.md#oauth2)
1509
+
1510
+ ### HTTP request headers
1511
+
1512
+ - **Content-Type**: application/json
1513
+ - **Accept**: application/json
1514
+
1515
+
1516
+
1517
+ # **update_card_using_put**
1518
+ > BaseResponseVO update_card_using_put(id)
1519
+
1520
+ Update a card information
1521
+
1522
+ ### Example
1523
+ ```ruby
1524
+ # load the gem
1525
+ require 'integration_api'
1526
+
1527
+ # Setup authorization
1528
+ IntegrationApi.configure do |config|
1529
+ # Use one of the below method to generate oauth token
1530
+ # Creating a token for grant_type=client_credentials
1531
+ config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
1532
+ # Creating a token for grant_type=password
1533
+ config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
1534
+ # Creating a token using client token
1535
+ config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
1536
+ end
1537
+
1538
+ api_instance = IntegrationApi::CardApi.new
1539
+
1540
+ id = 'id_example' # String | id
1541
+
1542
+
1543
+ begin
1544
+ #Update a card information
1545
+ result = api_instance.update_card_using_put(id)
1546
+ p result
1547
+ rescue IntegrationApi::ApiError => e
1548
+ puts "Exception when calling CardApi->update_card_using_put: #{e}"
1549
+ end
1550
+ ```
1551
+
1552
+ ### Parameters
1553
+
1554
+ Name | Type | Description | Notes
1555
+ ------------- | ------------- | ------------- | -------------
1556
+ **id** | [**String**](.md)| id |
1557
+
1558
+ ### Return type
1559
+
1560
+ [**BaseResponseVO**](BaseResponseVO.md)
1561
+
1562
+ ### Authorization
1563
+
1564
+ [oauth2](../README.md#oauth2)
1565
+
1566
+ ### HTTP request headers
1567
+
1568
+ - **Content-Type**: application/json
1569
+ - **Accept**: application/json
1570
+
1571
+
1572
+
1573
+ # **update_client_card_using_put**
1574
+ > UpdateCardClientResponseVO update_client_card_using_put(id)
1575
+
1576
+ Update a card client
1577
+
1578
+ ### Example
1579
+ ```ruby
1580
+ # load the gem
1581
+ require 'integration_api'
1582
+
1583
+ # Setup authorization
1584
+ IntegrationApi.configure do |config|
1585
+ # Use one of the below method to generate oauth token
1586
+ # Creating a token for grant_type=client_credentials
1587
+ config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
1588
+ # Creating a token for grant_type=password
1589
+ config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
1590
+ # Creating a token using client token
1591
+ config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
1592
+ end
1593
+
1594
+ api_instance = IntegrationApi::CardApi.new
1595
+
1596
+ id = 'id_example' # String | id
1597
+
1598
+
1599
+ begin
1600
+ #Update a card client
1601
+ result = api_instance.update_client_card_using_put(id)
1602
+ p result
1603
+ rescue IntegrationApi::ApiError => e
1604
+ puts "Exception when calling CardApi->update_client_card_using_put: #{e}"
1605
+ end
1606
+ ```
1607
+
1608
+ ### Parameters
1609
+
1610
+ Name | Type | Description | Notes
1611
+ ------------- | ------------- | ------------- | -------------
1612
+ **id** | [**String**](.md)| id |
1613
+
1614
+ ### Return type
1615
+
1616
+ [**UpdateCardClientResponseVO**](UpdateCardClientResponseVO.md)
1617
+
1618
+ ### Authorization
1619
+
1620
+ [oauth2](../README.md#oauth2)
1621
+
1622
+ ### HTTP request headers
1623
+
1624
+ - **Content-Type**: application/json
1625
+ - **Accept**: application/json
1626
+
1627
+
1628
+
1629
+ # **verify_card_pin_using_post**
1630
+ > BaseResponseVO verify_card_pin_using_post(card_pin_request_co)
1631
+
1632
+ verify card pin
1633
+
1634
+ ### Example
1635
+ ```ruby
1636
+ # load the gem
1637
+ require 'integration_api'
1638
+
1639
+ # Setup authorization
1640
+ IntegrationApi.configure do |config|
1641
+ # Use one of the below method to generate oauth token
1642
+ # Creating a token for grant_type=client_credentials
1643
+ config.create_client_credential("CLIENT_ID", "CLIENT_SECRET");
1644
+ # Creating a token for grant_type=password
1645
+ config.create_password_credential("CLIENT_ID", "CLIENT_SECRET", "USERNAME", "PASSWORD");
1646
+ # Creating a token using client token
1647
+ config.create_client_token_credential("CLIENT_ID", "CLIENT_SECRET", "CLIENT_TOKEN");
1648
+ end
1649
+
1650
+ api_instance = IntegrationApi::CardApi.new
1651
+
1652
+ card_pin_request_co = IntegrationApi::CardPinRequestCO.new # CardPinRequestCO | cardPinRequestCO
1653
+
1654
+
1655
+ begin
1656
+ #verify card pin
1657
+ result = api_instance.verify_card_pin_using_post(card_pin_request_co)
1658
+ p result
1659
+ rescue IntegrationApi::ApiError => e
1660
+ puts "Exception when calling CardApi->verify_card_pin_using_post: #{e}"
1661
+ end
1662
+ ```
1663
+
1664
+ ### Parameters
1665
+
1666
+ Name | Type | Description | Notes
1667
+ ------------- | ------------- | ------------- | -------------
1668
+ **card_pin_request_co** | [**CardPinRequestCO**](CardPinRequestCO.md)| cardPinRequestCO |
1669
+
1670
+ ### Return type
1671
+
1672
+ [**BaseResponseVO**](BaseResponseVO.md)
1673
+
1674
+ ### Authorization
1675
+
1676
+ [oauth2](../README.md#oauth2)
1677
+
1678
+ ### HTTP request headers
1679
+
1680
+ - **Content-Type**: application/json
1681
+ - **Accept**: application/json
1682
+
1683
+
1684
+