hydrogen-nucleus-api 1.9.2
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.
- checksums.yaml +7 -0
- data/Gemfile +7 -0
- data/README.md +80 -0
- data/Rakefile +8 -0
- data/git_push.sh +55 -0
- data/lib/nucleus_api.rb +306 -0
- data/lib/nucleus_api/api/account_api.rb +1755 -0
- data/lib/nucleus_api/api/admin_client_api.rb +346 -0
- data/lib/nucleus_api/api/aggregation_account_api.rb +1642 -0
- data/lib/nucleus_api/api/allocation_api.rb +824 -0
- data/lib/nucleus_api/api/benchmark_api.rb +362 -0
- data/lib/nucleus_api/api/budget_api.rb +307 -0
- data/lib/nucleus_api/api/bulk_api.rb +253 -0
- data/lib/nucleus_api/api/business_api.rb +526 -0
- data/lib/nucleus_api/api/card_api.rb +864 -0
- data/lib/nucleus_api/api/client_api.rb +1246 -0
- data/lib/nucleus_api/api/contact_api.rb +585 -0
- data/lib/nucleus_api/api/decision_tree_api.rb +911 -0
- data/lib/nucleus_api/api/document_api.rb +301 -0
- data/lib/nucleus_api/api/financial_statement_api.rb +307 -0
- data/lib/nucleus_api/api/funding_api.rb +1213 -0
- data/lib/nucleus_api/api/goal_api.rb +837 -0
- data/lib/nucleus_api/api/household_api.rb +526 -0
- data/lib/nucleus_api/api/invoice_api.rb +591 -0
- data/lib/nucleus_api/api/model_api.rb +1479 -0
- data/lib/nucleus_api/api/order_api.rb +1688 -0
- data/lib/nucleus_api/api/overflow_api.rb +468 -0
- data/lib/nucleus_api/api/portfolio_api.rb +1840 -0
- data/lib/nucleus_api/api/questionnaire_api.rb +857 -0
- data/lib/nucleus_api/api/resource_api.rb +823 -0
- data/lib/nucleus_api/api/risk_profile_api.rb +301 -0
- data/lib/nucleus_api/api/roundup_api.rb +468 -0
- data/lib/nucleus_api/api/score_api.rb +301 -0
- data/lib/nucleus_api/api/securities_api.rb +863 -0
- data/lib/nucleus_api/api/spending_control_api.rb +301 -0
- data/lib/nucleus_api/api/utils_api.rb +2692 -0
- data/lib/nucleus_api/api/webhook_api.rb +301 -0
- data/lib/nucleus_api/api_client.rb +391 -0
- data/lib/nucleus_api/api_error.rb +38 -0
- data/lib/nucleus_api/auth_configuration.rb +181 -0
- data/lib/nucleus_api/configuration.rb +209 -0
- data/lib/nucleus_api/environment.rb +26 -0
- data/lib/nucleus_api/models/account.rb +335 -0
- data/lib/nucleus_api/models/account_allocation_mapping.rb +295 -0
- data/lib/nucleus_api/models/account_map.rb +203 -0
- data/lib/nucleus_api/models/account_permission_vo.rb +196 -0
- data/lib/nucleus_api/models/account_portfolio_rebalance_request.rb +314 -0
- data/lib/nucleus_api/models/account_status.rb +271 -0
- data/lib/nucleus_api/models/account_type.rb +336 -0
- data/lib/nucleus_api/models/acl_client_permission_vo.rb +237 -0
- data/lib/nucleus_api/models/admin_client.rb +290 -0
- data/lib/nucleus_api/models/aggregation_account.rb +541 -0
- data/lib/nucleus_api/models/aggregation_account_balance.rb +285 -0
- data/lib/nucleus_api/models/aggregation_account_holding.rb +357 -0
- data/lib/nucleus_api/models/aggregation_account_transaction.rb +336 -0
- data/lib/nucleus_api/models/aggregation_accounts_map.rb +203 -0
- data/lib/nucleus_api/models/allocation.rb +326 -0
- data/lib/nucleus_api/models/allocation_aggregated_vo.rb +229 -0
- data/lib/nucleus_api/models/allocation_composition.rb +305 -0
- data/lib/nucleus_api/models/allocation_composition_aggregated_vo.rb +283 -0
- data/lib/nucleus_api/models/allocation_composition_model_holdings_vo.rb +312 -0
- data/lib/nucleus_api/models/allocation_node_map.rb +188 -0
- data/lib/nucleus_api/models/answer.rb +314 -0
- data/lib/nucleus_api/models/answer_map.rb +182 -0
- data/lib/nucleus_api/models/application.rb +257 -0
- data/lib/nucleus_api/models/audit_log.rb +358 -0
- data/lib/nucleus_api/models/available_date_double_vo.rb +244 -0
- data/lib/nucleus_api/models/balances.rb +224 -0
- data/lib/nucleus_api/models/bank_credit.rb +283 -0
- data/lib/nucleus_api/models/bank_link.rb +431 -0
- data/lib/nucleus_api/models/bank_link_map.rb +203 -0
- data/lib/nucleus_api/models/benchmark.rb +278 -0
- data/lib/nucleus_api/models/benchmark_composition.rb +203 -0
- data/lib/nucleus_api/models/brokers.rb +204 -0
- data/lib/nucleus_api/models/budget.rb +383 -0
- data/lib/nucleus_api/models/budget_aggregation_account.rb +188 -0
- data/lib/nucleus_api/models/budget_object.rb +214 -0
- data/lib/nucleus_api/models/bulk_transaction.rb +227 -0
- data/lib/nucleus_api/models/bulk_transaction_vo.rb +218 -0
- data/lib/nucleus_api/models/business.rb +430 -0
- data/lib/nucleus_api/models/business_address.rb +279 -0
- data/lib/nucleus_api/models/business_details_vo.rb +236 -0
- data/lib/nucleus_api/models/card.rb +497 -0
- data/lib/nucleus_api/models/card_address.rb +269 -0
- data/lib/nucleus_api/models/card_balance_vo.rb +214 -0
- data/lib/nucleus_api/models/card_details_vo.rb +284 -0
- data/lib/nucleus_api/models/card_program.rb +351 -0
- data/lib/nucleus_api/models/cash.rb +214 -0
- data/lib/nucleus_api/models/categories_map.rb +203 -0
- data/lib/nucleus_api/models/check.rb +211 -0
- data/lib/nucleus_api/models/check_images.rb +199 -0
- data/lib/nucleus_api/models/client.rb +524 -0
- data/lib/nucleus_api/models/client_account_mapping.rb +213 -0
- data/lib/nucleus_api/models/client_address.rb +279 -0
- data/lib/nucleus_api/models/client_business_card_vo.rb +218 -0
- data/lib/nucleus_api/models/client_business_total_card_balance_vo.rb +204 -0
- data/lib/nucleus_api/models/client_card_vo.rb +244 -0
- data/lib/nucleus_api/models/client_credentials.rb +200 -0
- data/lib/nucleus_api/models/client_relationship.rb +210 -0
- data/lib/nucleus_api/models/client_response.rb +281 -0
- data/lib/nucleus_api/models/client_status.rb +271 -0
- data/lib/nucleus_api/models/client_view_goal_data.rb +303 -0
- data/lib/nucleus_api/models/contact.rb +356 -0
- data/lib/nucleus_api/models/contact_address.rb +269 -0
- data/lib/nucleus_api/models/country.rb +251 -0
- data/lib/nucleus_api/models/currency.rb +213 -0
- data/lib/nucleus_api/models/customer_revenue.rb +297 -0
- data/lib/nucleus_api/models/date_double_vo.rb +204 -0
- data/lib/nucleus_api/models/decision_tree.rb +276 -0
- data/lib/nucleus_api/models/decision_tree_co.rb +203 -0
- data/lib/nucleus_api/models/decision_tree_result_vo.rb +193 -0
- data/lib/nucleus_api/models/document.rb +407 -0
- data/lib/nucleus_api/models/employment.rb +214 -0
- data/lib/nucleus_api/models/external_account_transfer.rb +413 -0
- data/lib/nucleus_api/models/feature.rb +287 -0
- data/lib/nucleus_api/models/feature_track.rb +252 -0
- data/lib/nucleus_api/models/financial_statement.rb +363 -0
- data/lib/nucleus_api/models/funding.rb +509 -0
- data/lib/nucleus_api/models/funding_request_map.rb +188 -0
- data/lib/nucleus_api/models/funding_transaction.rb +391 -0
- data/lib/nucleus_api/models/fx_rate.rb +234 -0
- data/lib/nucleus_api/models/fx_rate_view.rb +234 -0
- data/lib/nucleus_api/models/goal.rb +341 -0
- data/lib/nucleus_api/models/goal_account_mapping.rb +219 -0
- data/lib/nucleus_api/models/goal_track.rb +373 -0
- data/lib/nucleus_api/models/goal_track_accounts.rb +188 -0
- data/lib/nucleus_api/models/household.rb +286 -0
- data/lib/nucleus_api/models/institution.rb +256 -0
- data/lib/nucleus_api/models/investment.rb +279 -0
- data/lib/nucleus_api/models/invoice.rb +473 -0
- data/lib/nucleus_api/models/invoice_payment.rb +282 -0
- data/lib/nucleus_api/models/json_node.rb +173 -0
- data/lib/nucleus_api/models/line_items.rb +279 -0
- data/lib/nucleus_api/models/location.rb +254 -0
- data/lib/nucleus_api/models/member.rb +218 -0
- data/lib/nucleus_api/models/merchant_category_code.rb +229 -0
- data/lib/nucleus_api/models/merchants_map.rb +203 -0
- data/lib/nucleus_api/models/model.rb +397 -0
- data/lib/nucleus_api/models/model_asset_size.rb +275 -0
- data/lib/nucleus_api/models/model_comment.rb +265 -0
- data/lib/nucleus_api/models/model_holding.rb +371 -0
- data/lib/nucleus_api/models/model_holding_vo.rb +209 -0
- data/lib/nucleus_api/models/model_transaction.rb +299 -0
- data/lib/nucleus_api/models/mx_merchant_res.rb +236 -0
- data/lib/nucleus_api/models/node.rb +261 -0
- data/lib/nucleus_api/models/node_relationship.rb +301 -0
- data/lib/nucleus_api/models/notification.rb +314 -0
- data/lib/nucleus_api/models/notification_client.rb +310 -0
- data/lib/nucleus_api/models/notification_setting.rb +301 -0
- data/lib/nucleus_api/models/order.rb +391 -0
- data/lib/nucleus_api/models/order_bulk.rb +310 -0
- data/lib/nucleus_api/models/order_reconcile_request.rb +221 -0
- data/lib/nucleus_api/models/order_reconcile_return_object.rb +228 -0
- data/lib/nucleus_api/models/order_status.rb +251 -0
- data/lib/nucleus_api/models/order_track.rb +317 -0
- data/lib/nucleus_api/models/order_vo_clone.rb +305 -0
- data/lib/nucleus_api/models/overflow.rb +282 -0
- data/lib/nucleus_api/models/overflow_bank_link_map.rb +213 -0
- data/lib/nucleus_api/models/overflow_settings.rb +288 -0
- data/lib/nucleus_api/models/overflow_vo.rb +204 -0
- data/lib/nucleus_api/models/ownership.rb +234 -0
- data/lib/nucleus_api/models/page_account.rb +259 -0
- data/lib/nucleus_api/models/page_account_allocation_mapping.rb +259 -0
- data/lib/nucleus_api/models/page_account_permission_vo.rb +259 -0
- data/lib/nucleus_api/models/page_account_status.rb +259 -0
- data/lib/nucleus_api/models/page_account_type.rb +259 -0
- data/lib/nucleus_api/models/page_admin_client.rb +259 -0
- data/lib/nucleus_api/models/page_aggregation_account.rb +259 -0
- data/lib/nucleus_api/models/page_aggregation_account_balance.rb +259 -0
- data/lib/nucleus_api/models/page_aggregation_account_holding.rb +259 -0
- data/lib/nucleus_api/models/page_aggregation_account_transaction.rb +259 -0
- data/lib/nucleus_api/models/page_allocation.rb +259 -0
- data/lib/nucleus_api/models/page_allocation_composition.rb +259 -0
- data/lib/nucleus_api/models/page_answer.rb +259 -0
- data/lib/nucleus_api/models/page_application.rb +259 -0
- data/lib/nucleus_api/models/page_audit_log.rb +259 -0
- data/lib/nucleus_api/models/page_bank_link.rb +259 -0
- data/lib/nucleus_api/models/page_benchmark.rb +259 -0
- data/lib/nucleus_api/models/page_budget.rb +259 -0
- data/lib/nucleus_api/models/page_business.rb +259 -0
- data/lib/nucleus_api/models/page_card.rb +259 -0
- data/lib/nucleus_api/models/page_card_program.rb +259 -0
- data/lib/nucleus_api/models/page_client.rb +259 -0
- data/lib/nucleus_api/models/page_client_business_card_vo.rb +259 -0
- data/lib/nucleus_api/models/page_client_response.rb +259 -0
- data/lib/nucleus_api/models/page_client_status.rb +259 -0
- data/lib/nucleus_api/models/page_contact.rb +259 -0
- data/lib/nucleus_api/models/page_customer_revenue.rb +259 -0
- data/lib/nucleus_api/models/page_decision_tree.rb +259 -0
- data/lib/nucleus_api/models/page_document.rb +259 -0
- data/lib/nucleus_api/models/page_external_account_transfer.rb +259 -0
- data/lib/nucleus_api/models/page_feature.rb +259 -0
- data/lib/nucleus_api/models/page_feature_track.rb +259 -0
- data/lib/nucleus_api/models/page_financial_statement.rb +259 -0
- data/lib/nucleus_api/models/page_funding.rb +259 -0
- data/lib/nucleus_api/models/page_funding_transaction.rb +259 -0
- data/lib/nucleus_api/models/page_goal.rb +259 -0
- data/lib/nucleus_api/models/page_goal_track.rb +259 -0
- data/lib/nucleus_api/models/page_household.rb +259 -0
- data/lib/nucleus_api/models/page_institution.rb +259 -0
- data/lib/nucleus_api/models/page_invoice.rb +259 -0
- data/lib/nucleus_api/models/page_invoice_payment.rb +259 -0
- data/lib/nucleus_api/models/page_model.rb +259 -0
- data/lib/nucleus_api/models/page_model_asset_size.rb +259 -0
- data/lib/nucleus_api/models/page_model_comment.rb +259 -0
- data/lib/nucleus_api/models/page_model_holding.rb +259 -0
- data/lib/nucleus_api/models/page_model_transaction.rb +259 -0
- data/lib/nucleus_api/models/page_mx_merchant_res.rb +274 -0
- data/lib/nucleus_api/models/page_node.rb +259 -0
- data/lib/nucleus_api/models/page_node_relationship.rb +259 -0
- data/lib/nucleus_api/models/page_notification.rb +259 -0
- data/lib/nucleus_api/models/page_notification_client.rb +259 -0
- data/lib/nucleus_api/models/page_notification_setting.rb +259 -0
- data/lib/nucleus_api/models/page_order.rb +259 -0
- data/lib/nucleus_api/models/page_order_bulk.rb +259 -0
- data/lib/nucleus_api/models/page_order_status.rb +259 -0
- data/lib/nucleus_api/models/page_order_track.rb +259 -0
- data/lib/nucleus_api/models/page_overflow.rb +259 -0
- data/lib/nucleus_api/models/page_overflow_settings.rb +259 -0
- data/lib/nucleus_api/models/page_portfolio.rb +259 -0
- data/lib/nucleus_api/models/page_portfolio_asset_size_log.rb +259 -0
- data/lib/nucleus_api/models/page_portfolio_comment.rb +259 -0
- data/lib/nucleus_api/models/page_portfolio_goal.rb +259 -0
- data/lib/nucleus_api/models/page_portfolio_holding_agg.rb +259 -0
- data/lib/nucleus_api/models/page_portfolio_holding_log.rb +259 -0
- data/lib/nucleus_api/models/page_portfolio_transaction.rb +259 -0
- data/lib/nucleus_api/models/page_question.rb +259 -0
- data/lib/nucleus_api/models/page_questionnaire.rb +259 -0
- data/lib/nucleus_api/models/page_reason_code.rb +259 -0
- data/lib/nucleus_api/models/page_risk_profile.rb +259 -0
- data/lib/nucleus_api/models/page_roundup.rb +259 -0
- data/lib/nucleus_api/models/page_roundup_settings.rb +259 -0
- data/lib/nucleus_api/models/page_score.rb +259 -0
- data/lib/nucleus_api/models/page_security.rb +259 -0
- data/lib/nucleus_api/models/page_security_exclusion.rb +259 -0
- data/lib/nucleus_api/models/page_security_price.rb +259 -0
- data/lib/nucleus_api/models/page_spending_control.rb +259 -0
- data/lib/nucleus_api/models/page_stage.rb +259 -0
- data/lib/nucleus_api/models/page_transaction_code.rb +259 -0
- data/lib/nucleus_api/models/page_webhook.rb +259 -0
- data/lib/nucleus_api/models/pageable.rb +227 -0
- data/lib/nucleus_api/models/permission_vo.rb +227 -0
- data/lib/nucleus_api/models/portfolio.rb +337 -0
- data/lib/nucleus_api/models/portfolio_asset_size_log.rb +330 -0
- data/lib/nucleus_api/models/portfolio_comment.rb +280 -0
- data/lib/nucleus_api/models/portfolio_goal.rb +256 -0
- data/lib/nucleus_api/models/portfolio_goal_map.rb +203 -0
- data/lib/nucleus_api/models/portfolio_holding_agg.rb +244 -0
- data/lib/nucleus_api/models/portfolio_holding_log.rb +340 -0
- data/lib/nucleus_api/models/portfolio_transaction.rb +536 -0
- data/lib/nucleus_api/models/question.rb +362 -0
- data/lib/nucleus_api/models/questionnaire.rb +288 -0
- data/lib/nucleus_api/models/reason_code.rb +275 -0
- data/lib/nucleus_api/models/risk_profile.rb +287 -0
- data/lib/nucleus_api/models/roundup.rb +267 -0
- data/lib/nucleus_api/models/roundup_co.rb +233 -0
- data/lib/nucleus_api/models/roundup_settings.rb +332 -0
- data/lib/nucleus_api/models/score.rb +375 -0
- data/lib/nucleus_api/models/securities_composition.rb +233 -0
- data/lib/nucleus_api/models/securities_country.rb +203 -0
- data/lib/nucleus_api/models/security.rb +435 -0
- data/lib/nucleus_api/models/security_composition_vo.rb +301 -0
- data/lib/nucleus_api/models/security_country_vo.rb +191 -0
- data/lib/nucleus_api/models/security_exclusion.rb +301 -0
- data/lib/nucleus_api/models/security_price.rb +314 -0
- data/lib/nucleus_api/models/sort.rb +234 -0
- data/lib/nucleus_api/models/spending_control.rb +343 -0
- data/lib/nucleus_api/models/stage.rb +346 -0
- data/lib/nucleus_api/models/stat.rb +204 -0
- data/lib/nucleus_api/models/state.rb +203 -0
- data/lib/nucleus_api/models/statistic_resource_vo.rb +209 -0
- data/lib/nucleus_api/models/token_date_request.rb +234 -0
- data/lib/nucleus_api/models/transaction_code.rb +313 -0
- data/lib/nucleus_api/models/v_account_vo.rb +227 -0
- data/lib/nucleus_api/models/v_client_goal_view_data.rb +229 -0
- data/lib/nucleus_api/models/v_portfolio_vo.rb +209 -0
- data/lib/nucleus_api/models/webhook.rb +278 -0
- data/lib/nucleus_api/version.rb +15 -0
- data/nucleus_api.gemspec +46 -0
- data/spec/api/account_api_spec.rb +445 -0
- data/spec/api/admin_client_api_spec.rb +107 -0
- data/spec/api/aggregation_account_api_spec.rb +412 -0
- data/spec/api/allocation_api_spec.rb +225 -0
- data/spec/api/benchmark_api_spec.rb +115 -0
- data/spec/api/budget_api_spec.rb +102 -0
- data/spec/api/bulk_api_spec.rb +86 -0
- data/spec/api/business_api_spec.rb +159 -0
- data/spec/api/card_api_spec.rb +239 -0
- data/spec/api/client_api_spec.rb +327 -0
- data/spec/api/contact_api_spec.rb +167 -0
- data/spec/api/decision_tree_api_spec.rb +242 -0
- data/spec/api/document_api_spec.rb +100 -0
- data/spec/api/financial_statement_api_spec.rb +102 -0
- data/spec/api/funding_api_spec.rb +315 -0
- data/spec/api/goal_api_spec.rb +231 -0
- data/spec/api/household_api_spec.rb +159 -0
- data/spec/api/invoice_api_spec.rb +169 -0
- data/spec/api/model_api_spec.rb +375 -0
- data/spec/api/order_api_spec.rb +412 -0
- data/spec/api/overflow_api_spec.rb +140 -0
- data/spec/api/portfolio_api_spec.rb +464 -0
- data/spec/api/questionnaire_api_spec.rb +230 -0
- data/spec/api/resource_api_spec.rb +229 -0
- data/spec/api/risk_profile_api_spec.rb +100 -0
- data/spec/api/roundup_api_spec.rb +140 -0
- data/spec/api/score_api_spec.rb +100 -0
- data/spec/api/securities_api_spec.rb +232 -0
- data/spec/api/spending_control_api_spec.rb +100 -0
- data/spec/api/utils_api_spec.rb +660 -0
- data/spec/api/webhook_api_spec.rb +100 -0
- data/spec/api_client_spec.rb +243 -0
- data/spec/configuration_spec.rb +42 -0
- data/spec/models/account_allocation_mapping_spec.rb +95 -0
- data/spec/models/account_map_spec.rb +47 -0
- data/spec/models/account_permission_vo_spec.rb +47 -0
- data/spec/models/account_portfolio_rebalance_request_spec.rb +119 -0
- data/spec/models/account_spec.rb +125 -0
- data/spec/models/account_status_spec.rb +89 -0
- data/spec/models/account_type_spec.rb +131 -0
- data/spec/models/acl_client_permission_vo_spec.rb +57 -0
- data/spec/models/admin_client_spec.rb +113 -0
- data/spec/models/aggregation_account_balance_spec.rb +101 -0
- data/spec/models/aggregation_account_holding_spec.rb +149 -0
- data/spec/models/aggregation_account_spec.rb +251 -0
- data/spec/models/aggregation_account_transaction_spec.rb +131 -0
- data/spec/models/aggregation_accounts_map_spec.rb +47 -0
- data/spec/models/allocation_aggregated_vo_spec.rb +71 -0
- data/spec/models/allocation_composition_aggregated_vo_spec.rb +107 -0
- data/spec/models/allocation_composition_model_holdings_vo_spec.rb +125 -0
- data/spec/models/allocation_composition_spec.rb +101 -0
- data/spec/models/allocation_node_map_spec.rb +41 -0
- data/spec/models/allocation_spec.rb +125 -0
- data/spec/models/answer_map_spec.rb +41 -0
- data/spec/models/answer_spec.rb +119 -0
- data/spec/models/application_spec.rb +83 -0
- data/spec/models/audit_log_spec.rb +131 -0
- data/spec/models/available_date_double_vo_spec.rb +77 -0
- data/spec/models/balances_spec.rb +65 -0
- data/spec/models/bank_credit_spec.rb +95 -0
- data/spec/models/bank_link_map_spec.rb +47 -0
- data/spec/models/bank_link_spec.rb +179 -0
- data/spec/models/benchmark_composition_spec.rb +47 -0
- data/spec/models/benchmark_spec.rb +95 -0
- data/spec/models/brokers_spec.rb +47 -0
- data/spec/models/budget_aggregation_account_spec.rb +41 -0
- data/spec/models/budget_object_spec.rb +53 -0
- data/spec/models/budget_spec.rb +149 -0
- data/spec/models/bulk_transaction_spec.rb +71 -0
- data/spec/models/bulk_transaction_vo_spec.rb +65 -0
- data/spec/models/business_address_spec.rb +83 -0
- data/spec/models/business_details_vo_spec.rb +71 -0
- data/spec/models/business_spec.rb +185 -0
- data/spec/models/card_address_spec.rb +77 -0
- data/spec/models/card_balance_vo_spec.rb +59 -0
- data/spec/models/card_details_vo_spec.rb +101 -0
- data/spec/models/card_program_spec.rb +131 -0
- data/spec/models/card_spec.rb +215 -0
- data/spec/models/cash_spec.rb +53 -0
- data/spec/models/categories_map_spec.rb +47 -0
- data/spec/models/check_images_spec.rb +47 -0
- data/spec/models/check_spec.rb +53 -0
- data/spec/models/client_account_mapping_spec.rb +53 -0
- data/spec/models/client_address_spec.rb +83 -0
- data/spec/models/client_business_card_vo_spec.rb +59 -0
- data/spec/models/client_business_total_card_balance_vo_spec.rb +53 -0
- data/spec/models/client_card_vo_spec.rb +77 -0
- data/spec/models/client_credentials_spec.rb +53 -0
- data/spec/models/client_relationship_spec.rb +53 -0
- data/spec/models/client_response_spec.rb +95 -0
- data/spec/models/client_spec.rb +239 -0
- data/spec/models/client_status_spec.rb +89 -0
- data/spec/models/client_view_goal_data_spec.rb +119 -0
- data/spec/models/contact_address_spec.rb +77 -0
- data/spec/models/contact_spec.rb +143 -0
- data/spec/models/country_spec.rb +71 -0
- data/spec/models/currency_spec.rb +59 -0
- data/spec/models/customer_revenue_spec.rb +95 -0
- data/spec/models/date_double_vo_spec.rb +53 -0
- data/spec/models/decision_tree_co_spec.rb +47 -0
- data/spec/models/decision_tree_result_vo_spec.rb +47 -0
- data/spec/models/decision_tree_spec.rb +95 -0
- data/spec/models/document_spec.rb +173 -0
- data/spec/models/employment_spec.rb +59 -0
- data/spec/models/external_account_transfer_spec.rb +161 -0
- data/spec/models/feature_spec.rb +101 -0
- data/spec/models/feature_track_spec.rb +77 -0
- data/spec/models/financial_statement_spec.rb +137 -0
- data/spec/models/funding_request_map_spec.rb +41 -0
- data/spec/models/funding_spec.rb +221 -0
- data/spec/models/funding_transaction_spec.rb +155 -0
- data/spec/models/fx_rate_spec.rb +59 -0
- data/spec/models/fx_rate_view_spec.rb +59 -0
- data/spec/models/goal_account_mapping_spec.rb +59 -0
- data/spec/models/goal_spec.rb +137 -0
- data/spec/models/goal_track_accounts_spec.rb +41 -0
- data/spec/models/goal_track_spec.rb +149 -0
- data/spec/models/household_spec.rb +101 -0
- data/spec/models/institution_spec.rb +83 -0
- data/spec/models/investment_spec.rb +89 -0
- data/spec/models/invoice_payment_spec.rb +89 -0
- data/spec/models/invoice_spec.rb +197 -0
- data/spec/models/json_node_spec.rb +35 -0
- data/spec/models/line_items_spec.rb +83 -0
- data/spec/models/location_spec.rb +83 -0
- data/spec/models/member_spec.rb +59 -0
- data/spec/models/merchant_category_code_spec.rb +65 -0
- data/spec/models/merchants_map_spec.rb +47 -0
- data/spec/models/model_asset_size_spec.rb +89 -0
- data/spec/models/model_comment_spec.rb +83 -0
- data/spec/models/model_holding_spec.rb +143 -0
- data/spec/models/model_holding_vo_spec.rb +59 -0
- data/spec/models/model_spec.rb +167 -0
- data/spec/models/model_transaction_spec.rb +95 -0
- data/spec/models/mx_merchant_res_spec.rb +77 -0
- data/spec/models/node_relationship_spec.rb +101 -0
- data/spec/models/node_spec.rb +83 -0
- data/spec/models/notification_client_spec.rb +107 -0
- data/spec/models/notification_setting_spec.rb +107 -0
- data/spec/models/notification_spec.rb +113 -0
- data/spec/models/order_bulk_spec.rb +101 -0
- data/spec/models/order_reconcile_request_spec.rb +65 -0
- data/spec/models/order_reconcile_return_object_spec.rb +65 -0
- data/spec/models/order_spec.rb +155 -0
- data/spec/models/order_status_spec.rb +77 -0
- data/spec/models/order_track_spec.rb +113 -0
- data/spec/models/order_vo_clone_spec.rb +113 -0
- data/spec/models/overflow_bank_link_map_spec.rb +53 -0
- data/spec/models/overflow_settings_spec.rb +95 -0
- data/spec/models/overflow_spec.rb +89 -0
- data/spec/models/overflow_vo_spec.rb +53 -0
- data/spec/models/ownership_spec.rb +65 -0
- data/spec/models/page_account_allocation_mapping_spec.rb +89 -0
- data/spec/models/page_account_permission_vo_spec.rb +89 -0
- data/spec/models/page_account_spec.rb +89 -0
- data/spec/models/page_account_status_spec.rb +89 -0
- data/spec/models/page_account_type_spec.rb +89 -0
- data/spec/models/page_admin_client_spec.rb +89 -0
- data/spec/models/page_aggregation_account_balance_spec.rb +89 -0
- data/spec/models/page_aggregation_account_holding_spec.rb +89 -0
- data/spec/models/page_aggregation_account_spec.rb +89 -0
- data/spec/models/page_aggregation_account_transaction_spec.rb +89 -0
- data/spec/models/page_allocation_composition_spec.rb +89 -0
- data/spec/models/page_allocation_spec.rb +89 -0
- data/spec/models/page_answer_spec.rb +89 -0
- data/spec/models/page_application_spec.rb +89 -0
- data/spec/models/page_audit_log_spec.rb +89 -0
- data/spec/models/page_bank_link_spec.rb +89 -0
- data/spec/models/page_benchmark_spec.rb +89 -0
- data/spec/models/page_budget_spec.rb +89 -0
- data/spec/models/page_business_spec.rb +89 -0
- data/spec/models/page_card_program_spec.rb +89 -0
- data/spec/models/page_card_spec.rb +89 -0
- data/spec/models/page_client_business_card_vo_spec.rb +89 -0
- data/spec/models/page_client_response_spec.rb +89 -0
- data/spec/models/page_client_spec.rb +89 -0
- data/spec/models/page_client_status_spec.rb +89 -0
- data/spec/models/page_contact_spec.rb +89 -0
- data/spec/models/page_customer_revenue_spec.rb +89 -0
- data/spec/models/page_decision_tree_spec.rb +89 -0
- data/spec/models/page_document_spec.rb +89 -0
- data/spec/models/page_external_account_transfer_spec.rb +89 -0
- data/spec/models/page_feature_spec.rb +89 -0
- data/spec/models/page_feature_track_spec.rb +89 -0
- data/spec/models/page_financial_statement_spec.rb +89 -0
- data/spec/models/page_funding_spec.rb +89 -0
- data/spec/models/page_funding_transaction_spec.rb +89 -0
- data/spec/models/page_goal_spec.rb +89 -0
- data/spec/models/page_goal_track_spec.rb +89 -0
- data/spec/models/page_household_spec.rb +89 -0
- data/spec/models/page_institution_spec.rb +89 -0
- data/spec/models/page_invoice_payment_spec.rb +89 -0
- data/spec/models/page_invoice_spec.rb +89 -0
- data/spec/models/page_model_asset_size_spec.rb +89 -0
- data/spec/models/page_model_comment_spec.rb +89 -0
- data/spec/models/page_model_holding_spec.rb +89 -0
- data/spec/models/page_model_spec.rb +89 -0
- data/spec/models/page_model_transaction_spec.rb +89 -0
- data/spec/models/page_mx_merchant_res_spec.rb +101 -0
- data/spec/models/page_node_relationship_spec.rb +89 -0
- data/spec/models/page_node_spec.rb +89 -0
- data/spec/models/page_notification_client_spec.rb +89 -0
- data/spec/models/page_notification_setting_spec.rb +89 -0
- data/spec/models/page_notification_spec.rb +89 -0
- data/spec/models/page_order_bulk_spec.rb +89 -0
- data/spec/models/page_order_spec.rb +89 -0
- data/spec/models/page_order_status_spec.rb +89 -0
- data/spec/models/page_order_track_spec.rb +89 -0
- data/spec/models/page_overflow_settings_spec.rb +89 -0
- data/spec/models/page_overflow_spec.rb +89 -0
- data/spec/models/page_portfolio_asset_size_log_spec.rb +89 -0
- data/spec/models/page_portfolio_comment_spec.rb +89 -0
- data/spec/models/page_portfolio_goal_spec.rb +89 -0
- data/spec/models/page_portfolio_holding_agg_spec.rb +89 -0
- data/spec/models/page_portfolio_holding_log_spec.rb +89 -0
- data/spec/models/page_portfolio_spec.rb +89 -0
- data/spec/models/page_portfolio_transaction_spec.rb +89 -0
- data/spec/models/page_question_spec.rb +89 -0
- data/spec/models/page_questionnaire_spec.rb +89 -0
- data/spec/models/page_reason_code_spec.rb +89 -0
- data/spec/models/page_risk_profile_spec.rb +89 -0
- data/spec/models/page_roundup_settings_spec.rb +89 -0
- data/spec/models/page_roundup_spec.rb +89 -0
- data/spec/models/page_score_spec.rb +89 -0
- data/spec/models/page_security_exclusion_spec.rb +89 -0
- data/spec/models/page_security_price_spec.rb +89 -0
- data/spec/models/page_security_spec.rb +89 -0
- data/spec/models/page_spending_control_spec.rb +89 -0
- data/spec/models/page_stage_spec.rb +89 -0
- data/spec/models/page_transaction_code_spec.rb +89 -0
- data/spec/models/page_webhook_spec.rb +89 -0
- data/spec/models/pageable_spec.rb +71 -0
- data/spec/models/permission_vo_spec.rb +51 -0
- data/spec/models/portfolio_asset_size_log_spec.rb +113 -0
- data/spec/models/portfolio_comment_spec.rb +89 -0
- data/spec/models/portfolio_goal_map_spec.rb +47 -0
- data/spec/models/portfolio_goal_spec.rb +77 -0
- data/spec/models/portfolio_holding_agg_spec.rb +77 -0
- data/spec/models/portfolio_holding_log_spec.rb +119 -0
- data/spec/models/portfolio_spec.rb +125 -0
- data/spec/models/portfolio_transaction_spec.rb +239 -0
- data/spec/models/question_spec.rb +149 -0
- data/spec/models/questionnaire_spec.rb +101 -0
- data/spec/models/reason_code_spec.rb +95 -0
- data/spec/models/risk_profile_spec.rb +101 -0
- data/spec/models/roundup_co_spec.rb +65 -0
- data/spec/models/roundup_settings_spec.rb +119 -0
- data/spec/models/roundup_spec.rb +83 -0
- data/spec/models/score_spec.rb +135 -0
- data/spec/models/securities_composition_spec.rb +59 -0
- data/spec/models/securities_country_spec.rb +47 -0
- data/spec/models/security_composition_vo_spec.rb +119 -0
- data/spec/models/security_country_vo_spec.rb +47 -0
- data/spec/models/security_exclusion_spec.rb +101 -0
- data/spec/models/security_price_spec.rb +113 -0
- data/spec/models/security_spec.rb +185 -0
- data/spec/models/sort_spec.rb +71 -0
- data/spec/models/spending_control_spec.rb +125 -0
- data/spec/models/stage_spec.rb +137 -0
- data/spec/models/stat_spec.rb +47 -0
- data/spec/models/state_spec.rb +53 -0
- data/spec/models/statistic_resource_vo_spec.rb +59 -0
- data/spec/models/token_date_request_spec.rb +71 -0
- data/spec/models/transaction_code_spec.rb +119 -0
- data/spec/models/v_account_vo_spec.rb +71 -0
- data/spec/models/v_client_goal_view_data_spec.rb +71 -0
- data/spec/models/v_portfolio_vo_spec.rb +59 -0
- data/spec/models/webhook_spec.rb +87 -0
- data/spec/spec_helper.rb +111 -0
- metadata +1059 -0
|
@@ -0,0 +1,1213 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Hydrogen Nucleus API
|
|
3
|
+
|
|
4
|
+
#The Hydrogen Nucleus API
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: 1.9.2
|
|
7
|
+
Contact: info@hydrogenplatform.com
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 2.4.19
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'uri'
|
|
14
|
+
|
|
15
|
+
module NucleusApi
|
|
16
|
+
class FundingApi
|
|
17
|
+
attr_accessor :api_client
|
|
18
|
+
|
|
19
|
+
def initialize(api_client = ApiClient.default)
|
|
20
|
+
@api_client = api_client
|
|
21
|
+
end
|
|
22
|
+
# Create a bank link
|
|
23
|
+
# Create a new bank link for an account.
|
|
24
|
+
# @param bank_link_info_request bankLinkInfoRequest
|
|
25
|
+
# @param [Hash] opts the optional parameters
|
|
26
|
+
# @return [BankLink]
|
|
27
|
+
def create_bank_link_using_post(bank_link_info_request, opts = {})
|
|
28
|
+
data, _status_code, _headers = create_bank_link_using_post_with_http_info(bank_link_info_request, opts)
|
|
29
|
+
data
|
|
30
|
+
end
|
|
31
|
+
|
|
32
|
+
# Create a bank link
|
|
33
|
+
# Create a new bank link for an account.
|
|
34
|
+
# @param bank_link_info_request bankLinkInfoRequest
|
|
35
|
+
# @param [Hash] opts the optional parameters
|
|
36
|
+
# @return [Array<(BankLink, Fixnum, Hash)>] BankLink data, response status code and response headers
|
|
37
|
+
def create_bank_link_using_post_with_http_info(bank_link_info_request, opts = {})
|
|
38
|
+
if @api_client.config.debugging
|
|
39
|
+
@api_client.config.logger.debug 'Calling API: FundingApi.create_bank_link_using_post ...'
|
|
40
|
+
end
|
|
41
|
+
# verify the required parameter 'bank_link_info_request' is set
|
|
42
|
+
if @api_client.config.client_side_validation && bank_link_info_request.nil?
|
|
43
|
+
fail ArgumentError, "Missing the required parameter 'bank_link_info_request' when calling FundingApi.create_bank_link_using_post"
|
|
44
|
+
end
|
|
45
|
+
# resource path
|
|
46
|
+
local_var_path = '/nucleus/v1/bank_link'
|
|
47
|
+
|
|
48
|
+
# query parameters
|
|
49
|
+
query_params = {}
|
|
50
|
+
|
|
51
|
+
# header parameters
|
|
52
|
+
header_params = {}
|
|
53
|
+
# HTTP header 'Accept' (if needed)
|
|
54
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
55
|
+
# HTTP header 'Content-Type'
|
|
56
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
57
|
+
|
|
58
|
+
# form parameters
|
|
59
|
+
form_params = {}
|
|
60
|
+
|
|
61
|
+
# http body (model)
|
|
62
|
+
post_body = @api_client.object_to_http_body(bank_link_info_request)
|
|
63
|
+
auth_names = ['oauth2']
|
|
64
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
|
65
|
+
:header_params => header_params,
|
|
66
|
+
:query_params => query_params,
|
|
67
|
+
:form_params => form_params,
|
|
68
|
+
:body => post_body,
|
|
69
|
+
:auth_names => auth_names,
|
|
70
|
+
:return_type => 'BankLink')
|
|
71
|
+
if @api_client.config.debugging
|
|
72
|
+
@api_client.config.logger.debug "API called: FundingApi#create_bank_link_using_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
73
|
+
end
|
|
74
|
+
return data, status_code, headers
|
|
75
|
+
end
|
|
76
|
+
# Create a funding transaction request
|
|
77
|
+
# Create a new funding transaction request for an account.
|
|
78
|
+
# @param funding_transaction_request fundingTransactionRequest
|
|
79
|
+
# @param [Hash] opts the optional parameters
|
|
80
|
+
# @return [FundingTransaction]
|
|
81
|
+
def create_funding_transaction_using_post(funding_transaction_request, opts = {})
|
|
82
|
+
data, _status_code, _headers = create_funding_transaction_using_post_with_http_info(funding_transaction_request, opts)
|
|
83
|
+
data
|
|
84
|
+
end
|
|
85
|
+
|
|
86
|
+
# Create a funding transaction request
|
|
87
|
+
# Create a new funding transaction request for an account.
|
|
88
|
+
# @param funding_transaction_request fundingTransactionRequest
|
|
89
|
+
# @param [Hash] opts the optional parameters
|
|
90
|
+
# @return [Array<(FundingTransaction, Fixnum, Hash)>] FundingTransaction data, response status code and response headers
|
|
91
|
+
def create_funding_transaction_using_post_with_http_info(funding_transaction_request, opts = {})
|
|
92
|
+
if @api_client.config.debugging
|
|
93
|
+
@api_client.config.logger.debug 'Calling API: FundingApi.create_funding_transaction_using_post ...'
|
|
94
|
+
end
|
|
95
|
+
# verify the required parameter 'funding_transaction_request' is set
|
|
96
|
+
if @api_client.config.client_side_validation && funding_transaction_request.nil?
|
|
97
|
+
fail ArgumentError, "Missing the required parameter 'funding_transaction_request' when calling FundingApi.create_funding_transaction_using_post"
|
|
98
|
+
end
|
|
99
|
+
# resource path
|
|
100
|
+
local_var_path = '/nucleus/v1/funding_transaction'
|
|
101
|
+
|
|
102
|
+
# query parameters
|
|
103
|
+
query_params = {}
|
|
104
|
+
|
|
105
|
+
# header parameters
|
|
106
|
+
header_params = {}
|
|
107
|
+
# HTTP header 'Accept' (if needed)
|
|
108
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
109
|
+
# HTTP header 'Content-Type'
|
|
110
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
111
|
+
|
|
112
|
+
# form parameters
|
|
113
|
+
form_params = {}
|
|
114
|
+
|
|
115
|
+
# http body (model)
|
|
116
|
+
post_body = @api_client.object_to_http_body(funding_transaction_request)
|
|
117
|
+
auth_names = ['oauth2']
|
|
118
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
|
119
|
+
:header_params => header_params,
|
|
120
|
+
:query_params => query_params,
|
|
121
|
+
:form_params => form_params,
|
|
122
|
+
:body => post_body,
|
|
123
|
+
:auth_names => auth_names,
|
|
124
|
+
:return_type => 'FundingTransaction')
|
|
125
|
+
if @api_client.config.debugging
|
|
126
|
+
@api_client.config.logger.debug "API called: FundingApi#create_funding_transaction_using_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
127
|
+
end
|
|
128
|
+
return data, status_code, headers
|
|
129
|
+
end
|
|
130
|
+
# Create a funding request
|
|
131
|
+
# Create a new funding request for an account.
|
|
132
|
+
# @param funding_request fundingRequest
|
|
133
|
+
# @param [Hash] opts the optional parameters
|
|
134
|
+
# @return [Funding]
|
|
135
|
+
def create_funding_using_post(funding_request, opts = {})
|
|
136
|
+
data, _status_code, _headers = create_funding_using_post_with_http_info(funding_request, opts)
|
|
137
|
+
data
|
|
138
|
+
end
|
|
139
|
+
|
|
140
|
+
# Create a funding request
|
|
141
|
+
# Create a new funding request for an account.
|
|
142
|
+
# @param funding_request fundingRequest
|
|
143
|
+
# @param [Hash] opts the optional parameters
|
|
144
|
+
# @return [Array<(Funding, Fixnum, Hash)>] Funding data, response status code and response headers
|
|
145
|
+
def create_funding_using_post_with_http_info(funding_request, opts = {})
|
|
146
|
+
if @api_client.config.debugging
|
|
147
|
+
@api_client.config.logger.debug 'Calling API: FundingApi.create_funding_using_post ...'
|
|
148
|
+
end
|
|
149
|
+
# verify the required parameter 'funding_request' is set
|
|
150
|
+
if @api_client.config.client_side_validation && funding_request.nil?
|
|
151
|
+
fail ArgumentError, "Missing the required parameter 'funding_request' when calling FundingApi.create_funding_using_post"
|
|
152
|
+
end
|
|
153
|
+
# resource path
|
|
154
|
+
local_var_path = '/nucleus/v1/funding'
|
|
155
|
+
|
|
156
|
+
# query parameters
|
|
157
|
+
query_params = {}
|
|
158
|
+
|
|
159
|
+
# header parameters
|
|
160
|
+
header_params = {}
|
|
161
|
+
# HTTP header 'Accept' (if needed)
|
|
162
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
163
|
+
# HTTP header 'Content-Type'
|
|
164
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
165
|
+
|
|
166
|
+
# form parameters
|
|
167
|
+
form_params = {}
|
|
168
|
+
|
|
169
|
+
# http body (model)
|
|
170
|
+
post_body = @api_client.object_to_http_body(funding_request)
|
|
171
|
+
auth_names = ['oauth2']
|
|
172
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
|
173
|
+
:header_params => header_params,
|
|
174
|
+
:query_params => query_params,
|
|
175
|
+
:form_params => form_params,
|
|
176
|
+
:body => post_body,
|
|
177
|
+
:auth_names => auth_names,
|
|
178
|
+
:return_type => 'Funding')
|
|
179
|
+
if @api_client.config.debugging
|
|
180
|
+
@api_client.config.logger.debug "API called: FundingApi#create_funding_using_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
181
|
+
end
|
|
182
|
+
return data, status_code, headers
|
|
183
|
+
end
|
|
184
|
+
# Create a transfer requests
|
|
185
|
+
# Create a new external account transfer for a client account.
|
|
186
|
+
# @param external_account_transfer_request externalAccountTransferRequest
|
|
187
|
+
# @param [Hash] opts the optional parameters
|
|
188
|
+
# @return [ExternalAccountTransfer]
|
|
189
|
+
def create_transfer_using_post(external_account_transfer_request, opts = {})
|
|
190
|
+
data, _status_code, _headers = create_transfer_using_post_with_http_info(external_account_transfer_request, opts)
|
|
191
|
+
data
|
|
192
|
+
end
|
|
193
|
+
|
|
194
|
+
# Create a transfer requests
|
|
195
|
+
# Create a new external account transfer for a client account.
|
|
196
|
+
# @param external_account_transfer_request externalAccountTransferRequest
|
|
197
|
+
# @param [Hash] opts the optional parameters
|
|
198
|
+
# @return [Array<(ExternalAccountTransfer, Fixnum, Hash)>] ExternalAccountTransfer data, response status code and response headers
|
|
199
|
+
def create_transfer_using_post_with_http_info(external_account_transfer_request, opts = {})
|
|
200
|
+
if @api_client.config.debugging
|
|
201
|
+
@api_client.config.logger.debug 'Calling API: FundingApi.create_transfer_using_post ...'
|
|
202
|
+
end
|
|
203
|
+
# verify the required parameter 'external_account_transfer_request' is set
|
|
204
|
+
if @api_client.config.client_side_validation && external_account_transfer_request.nil?
|
|
205
|
+
fail ArgumentError, "Missing the required parameter 'external_account_transfer_request' when calling FundingApi.create_transfer_using_post"
|
|
206
|
+
end
|
|
207
|
+
# resource path
|
|
208
|
+
local_var_path = '/nucleus/v1/transfer'
|
|
209
|
+
|
|
210
|
+
# query parameters
|
|
211
|
+
query_params = {}
|
|
212
|
+
|
|
213
|
+
# header parameters
|
|
214
|
+
header_params = {}
|
|
215
|
+
# HTTP header 'Accept' (if needed)
|
|
216
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
217
|
+
# HTTP header 'Content-Type'
|
|
218
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
219
|
+
|
|
220
|
+
# form parameters
|
|
221
|
+
form_params = {}
|
|
222
|
+
|
|
223
|
+
# http body (model)
|
|
224
|
+
post_body = @api_client.object_to_http_body(external_account_transfer_request)
|
|
225
|
+
auth_names = ['oauth2']
|
|
226
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
|
227
|
+
:header_params => header_params,
|
|
228
|
+
:query_params => query_params,
|
|
229
|
+
:form_params => form_params,
|
|
230
|
+
:body => post_body,
|
|
231
|
+
:auth_names => auth_names,
|
|
232
|
+
:return_type => 'ExternalAccountTransfer')
|
|
233
|
+
if @api_client.config.debugging
|
|
234
|
+
@api_client.config.logger.debug "API called: FundingApi#create_transfer_using_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
235
|
+
end
|
|
236
|
+
return data, status_code, headers
|
|
237
|
+
end
|
|
238
|
+
# Delete a bank link
|
|
239
|
+
# Permanently delete a bank link defined for an account.
|
|
240
|
+
# @param bank_link_id UUID bank_link_id
|
|
241
|
+
# @param [Hash] opts the optional parameters
|
|
242
|
+
# @return [nil]
|
|
243
|
+
def delete_bank_link_using_delete(bank_link_id, opts = {})
|
|
244
|
+
delete_bank_link_using_delete_with_http_info(bank_link_id, opts)
|
|
245
|
+
nil
|
|
246
|
+
end
|
|
247
|
+
|
|
248
|
+
# Delete a bank link
|
|
249
|
+
# Permanently delete a bank link defined for an account.
|
|
250
|
+
# @param bank_link_id UUID bank_link_id
|
|
251
|
+
# @param [Hash] opts the optional parameters
|
|
252
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
|
253
|
+
def delete_bank_link_using_delete_with_http_info(bank_link_id, opts = {})
|
|
254
|
+
if @api_client.config.debugging
|
|
255
|
+
@api_client.config.logger.debug 'Calling API: FundingApi.delete_bank_link_using_delete ...'
|
|
256
|
+
end
|
|
257
|
+
# verify the required parameter 'bank_link_id' is set
|
|
258
|
+
if @api_client.config.client_side_validation && bank_link_id.nil?
|
|
259
|
+
fail ArgumentError, "Missing the required parameter 'bank_link_id' when calling FundingApi.delete_bank_link_using_delete"
|
|
260
|
+
end
|
|
261
|
+
# resource path
|
|
262
|
+
local_var_path = '/nucleus/v1/bank_link/{bank_link_id}'.sub('{' + 'bank_link_id' + '}', bank_link_id.to_s)
|
|
263
|
+
|
|
264
|
+
# query parameters
|
|
265
|
+
query_params = {}
|
|
266
|
+
|
|
267
|
+
# header parameters
|
|
268
|
+
header_params = {}
|
|
269
|
+
# HTTP header 'Accept' (if needed)
|
|
270
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
271
|
+
|
|
272
|
+
# form parameters
|
|
273
|
+
form_params = {}
|
|
274
|
+
|
|
275
|
+
# http body (model)
|
|
276
|
+
post_body = nil
|
|
277
|
+
auth_names = ['oauth2']
|
|
278
|
+
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
|
279
|
+
:header_params => header_params,
|
|
280
|
+
:query_params => query_params,
|
|
281
|
+
:form_params => form_params,
|
|
282
|
+
:body => post_body,
|
|
283
|
+
:auth_names => auth_names)
|
|
284
|
+
if @api_client.config.debugging
|
|
285
|
+
@api_client.config.logger.debug "API called: FundingApi#delete_bank_link_using_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
286
|
+
end
|
|
287
|
+
return data, status_code, headers
|
|
288
|
+
end
|
|
289
|
+
# Delete a funding transaction request
|
|
290
|
+
# Permanently delete a funding transaction request for an account.
|
|
291
|
+
# @param funding_transaction_id UUID funding_transaction_id
|
|
292
|
+
# @param [Hash] opts the optional parameters
|
|
293
|
+
# @return [nil]
|
|
294
|
+
def delete_funding_transaction_using_delete(funding_transaction_id, opts = {})
|
|
295
|
+
delete_funding_transaction_using_delete_with_http_info(funding_transaction_id, opts)
|
|
296
|
+
nil
|
|
297
|
+
end
|
|
298
|
+
|
|
299
|
+
# Delete a funding transaction request
|
|
300
|
+
# Permanently delete a funding transaction request for an account.
|
|
301
|
+
# @param funding_transaction_id UUID funding_transaction_id
|
|
302
|
+
# @param [Hash] opts the optional parameters
|
|
303
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
|
304
|
+
def delete_funding_transaction_using_delete_with_http_info(funding_transaction_id, opts = {})
|
|
305
|
+
if @api_client.config.debugging
|
|
306
|
+
@api_client.config.logger.debug 'Calling API: FundingApi.delete_funding_transaction_using_delete ...'
|
|
307
|
+
end
|
|
308
|
+
# verify the required parameter 'funding_transaction_id' is set
|
|
309
|
+
if @api_client.config.client_side_validation && funding_transaction_id.nil?
|
|
310
|
+
fail ArgumentError, "Missing the required parameter 'funding_transaction_id' when calling FundingApi.delete_funding_transaction_using_delete"
|
|
311
|
+
end
|
|
312
|
+
# resource path
|
|
313
|
+
local_var_path = '/nucleus/v1/funding_transaction/{funding_transaction_id}'.sub('{' + 'funding_transaction_id' + '}', funding_transaction_id.to_s)
|
|
314
|
+
|
|
315
|
+
# query parameters
|
|
316
|
+
query_params = {}
|
|
317
|
+
|
|
318
|
+
# header parameters
|
|
319
|
+
header_params = {}
|
|
320
|
+
# HTTP header 'Accept' (if needed)
|
|
321
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
322
|
+
|
|
323
|
+
# form parameters
|
|
324
|
+
form_params = {}
|
|
325
|
+
|
|
326
|
+
# http body (model)
|
|
327
|
+
post_body = nil
|
|
328
|
+
auth_names = ['oauth2']
|
|
329
|
+
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
|
330
|
+
:header_params => header_params,
|
|
331
|
+
:query_params => query_params,
|
|
332
|
+
:form_params => form_params,
|
|
333
|
+
:body => post_body,
|
|
334
|
+
:auth_names => auth_names)
|
|
335
|
+
if @api_client.config.debugging
|
|
336
|
+
@api_client.config.logger.debug "API called: FundingApi#delete_funding_transaction_using_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
337
|
+
end
|
|
338
|
+
return data, status_code, headers
|
|
339
|
+
end
|
|
340
|
+
# Delete a funding request
|
|
341
|
+
# Permanently delete a funding request defined for an account.
|
|
342
|
+
# @param funding_id UUID funding_id
|
|
343
|
+
# @param [Hash] opts the optional parameters
|
|
344
|
+
# @return [nil]
|
|
345
|
+
def delete_funding_using_delete(funding_id, opts = {})
|
|
346
|
+
delete_funding_using_delete_with_http_info(funding_id, opts)
|
|
347
|
+
nil
|
|
348
|
+
end
|
|
349
|
+
|
|
350
|
+
# Delete a funding request
|
|
351
|
+
# Permanently delete a funding request defined for an account.
|
|
352
|
+
# @param funding_id UUID funding_id
|
|
353
|
+
# @param [Hash] opts the optional parameters
|
|
354
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
|
355
|
+
def delete_funding_using_delete_with_http_info(funding_id, opts = {})
|
|
356
|
+
if @api_client.config.debugging
|
|
357
|
+
@api_client.config.logger.debug 'Calling API: FundingApi.delete_funding_using_delete ...'
|
|
358
|
+
end
|
|
359
|
+
# verify the required parameter 'funding_id' is set
|
|
360
|
+
if @api_client.config.client_side_validation && funding_id.nil?
|
|
361
|
+
fail ArgumentError, "Missing the required parameter 'funding_id' when calling FundingApi.delete_funding_using_delete"
|
|
362
|
+
end
|
|
363
|
+
# resource path
|
|
364
|
+
local_var_path = '/nucleus/v1/funding/{funding_id}'.sub('{' + 'funding_id' + '}', funding_id.to_s)
|
|
365
|
+
|
|
366
|
+
# query parameters
|
|
367
|
+
query_params = {}
|
|
368
|
+
|
|
369
|
+
# header parameters
|
|
370
|
+
header_params = {}
|
|
371
|
+
# HTTP header 'Accept' (if needed)
|
|
372
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
373
|
+
|
|
374
|
+
# form parameters
|
|
375
|
+
form_params = {}
|
|
376
|
+
|
|
377
|
+
# http body (model)
|
|
378
|
+
post_body = nil
|
|
379
|
+
auth_names = ['oauth2']
|
|
380
|
+
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
|
381
|
+
:header_params => header_params,
|
|
382
|
+
:query_params => query_params,
|
|
383
|
+
:form_params => form_params,
|
|
384
|
+
:body => post_body,
|
|
385
|
+
:auth_names => auth_names)
|
|
386
|
+
if @api_client.config.debugging
|
|
387
|
+
@api_client.config.logger.debug "API called: FundingApi#delete_funding_using_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
388
|
+
end
|
|
389
|
+
return data, status_code, headers
|
|
390
|
+
end
|
|
391
|
+
# Delete a transfer request
|
|
392
|
+
# Permanently delete a external account transfer from a client account.
|
|
393
|
+
# @param transfer_id UUID external_account_transfer_id
|
|
394
|
+
# @param [Hash] opts the optional parameters
|
|
395
|
+
# @return [nil]
|
|
396
|
+
def delete_transfer_using_delete(transfer_id, opts = {})
|
|
397
|
+
delete_transfer_using_delete_with_http_info(transfer_id, opts)
|
|
398
|
+
nil
|
|
399
|
+
end
|
|
400
|
+
|
|
401
|
+
# Delete a transfer request
|
|
402
|
+
# Permanently delete a external account transfer from a client account.
|
|
403
|
+
# @param transfer_id UUID external_account_transfer_id
|
|
404
|
+
# @param [Hash] opts the optional parameters
|
|
405
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
|
406
|
+
def delete_transfer_using_delete_with_http_info(transfer_id, opts = {})
|
|
407
|
+
if @api_client.config.debugging
|
|
408
|
+
@api_client.config.logger.debug 'Calling API: FundingApi.delete_transfer_using_delete ...'
|
|
409
|
+
end
|
|
410
|
+
# verify the required parameter 'transfer_id' is set
|
|
411
|
+
if @api_client.config.client_side_validation && transfer_id.nil?
|
|
412
|
+
fail ArgumentError, "Missing the required parameter 'transfer_id' when calling FundingApi.delete_transfer_using_delete"
|
|
413
|
+
end
|
|
414
|
+
# resource path
|
|
415
|
+
local_var_path = '/nucleus/v1/transfer/{transfer_id}'.sub('{' + 'transfer_id' + '}', transfer_id.to_s)
|
|
416
|
+
|
|
417
|
+
# query parameters
|
|
418
|
+
query_params = {}
|
|
419
|
+
|
|
420
|
+
# header parameters
|
|
421
|
+
header_params = {}
|
|
422
|
+
# HTTP header 'Accept' (if needed)
|
|
423
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
424
|
+
|
|
425
|
+
# form parameters
|
|
426
|
+
form_params = {}
|
|
427
|
+
|
|
428
|
+
# http body (model)
|
|
429
|
+
post_body = nil
|
|
430
|
+
auth_names = ['oauth2']
|
|
431
|
+
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
|
432
|
+
:header_params => header_params,
|
|
433
|
+
:query_params => query_params,
|
|
434
|
+
:form_params => form_params,
|
|
435
|
+
:body => post_body,
|
|
436
|
+
:auth_names => auth_names)
|
|
437
|
+
if @api_client.config.debugging
|
|
438
|
+
@api_client.config.logger.debug "API called: FundingApi#delete_transfer_using_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
439
|
+
end
|
|
440
|
+
return data, status_code, headers
|
|
441
|
+
end
|
|
442
|
+
# List all bank links
|
|
443
|
+
# Get all bank links defined for all clients defined for your firm.
|
|
444
|
+
# @param [Hash] opts the optional parameters
|
|
445
|
+
# @option opts [BOOLEAN] :ascending ascending (default to false)
|
|
446
|
+
# @option opts [String] :currency_conversion currency_conversion
|
|
447
|
+
# @option opts [String] :filter filter
|
|
448
|
+
# @option opts [String] :order_by order_by (default to update_date)
|
|
449
|
+
# @option opts [Integer] :page page (default to 0)
|
|
450
|
+
# @option opts [Integer] :size size (default to 25)
|
|
451
|
+
# @return [PageBankLink]
|
|
452
|
+
def get_bank_link_all_using_get(opts = {})
|
|
453
|
+
data, _status_code, _headers = get_bank_link_all_using_get_with_http_info(opts)
|
|
454
|
+
data
|
|
455
|
+
end
|
|
456
|
+
|
|
457
|
+
# List all bank links
|
|
458
|
+
# Get all bank links defined for all clients defined for your firm.
|
|
459
|
+
# @param [Hash] opts the optional parameters
|
|
460
|
+
# @option opts [BOOLEAN] :ascending ascending
|
|
461
|
+
# @option opts [String] :currency_conversion currency_conversion
|
|
462
|
+
# @option opts [String] :filter filter
|
|
463
|
+
# @option opts [String] :order_by order_by
|
|
464
|
+
# @option opts [Integer] :page page
|
|
465
|
+
# @option opts [Integer] :size size
|
|
466
|
+
# @return [Array<(PageBankLink, Fixnum, Hash)>] PageBankLink data, response status code and response headers
|
|
467
|
+
def get_bank_link_all_using_get_with_http_info(opts = {})
|
|
468
|
+
if @api_client.config.debugging
|
|
469
|
+
@api_client.config.logger.debug 'Calling API: FundingApi.get_bank_link_all_using_get ...'
|
|
470
|
+
end
|
|
471
|
+
# resource path
|
|
472
|
+
local_var_path = '/nucleus/v1/bank_link'
|
|
473
|
+
|
|
474
|
+
# query parameters
|
|
475
|
+
query_params = {}
|
|
476
|
+
query_params[:'ascending'] = opts[:'ascending'] if !opts[:'ascending'].nil?
|
|
477
|
+
query_params[:'currency_conversion'] = opts[:'currency_conversion'] if !opts[:'currency_conversion'].nil?
|
|
478
|
+
query_params[:'filter'] = opts[:'filter'] if !opts[:'filter'].nil?
|
|
479
|
+
query_params[:'order_by'] = opts[:'order_by'] if !opts[:'order_by'].nil?
|
|
480
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
|
481
|
+
query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil?
|
|
482
|
+
|
|
483
|
+
# header parameters
|
|
484
|
+
header_params = {}
|
|
485
|
+
# HTTP header 'Accept' (if needed)
|
|
486
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
487
|
+
|
|
488
|
+
# form parameters
|
|
489
|
+
form_params = {}
|
|
490
|
+
|
|
491
|
+
# http body (model)
|
|
492
|
+
post_body = nil
|
|
493
|
+
auth_names = ['oauth2']
|
|
494
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
495
|
+
:header_params => header_params,
|
|
496
|
+
:query_params => query_params,
|
|
497
|
+
:form_params => form_params,
|
|
498
|
+
:body => post_body,
|
|
499
|
+
:auth_names => auth_names,
|
|
500
|
+
:return_type => 'PageBankLink')
|
|
501
|
+
if @api_client.config.debugging
|
|
502
|
+
@api_client.config.logger.debug "API called: FundingApi#get_bank_link_all_using_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
503
|
+
end
|
|
504
|
+
return data, status_code, headers
|
|
505
|
+
end
|
|
506
|
+
# Retrieve a bank link
|
|
507
|
+
# Retrieve the information for a bank link for an account.
|
|
508
|
+
# @param bank_link_id UUID bank_link_id
|
|
509
|
+
# @param [Hash] opts the optional parameters
|
|
510
|
+
# @option opts [String] :currency_conversion USD
|
|
511
|
+
# @return [BankLink]
|
|
512
|
+
def get_bank_link_using_get(bank_link_id, opts = {})
|
|
513
|
+
data, _status_code, _headers = get_bank_link_using_get_with_http_info(bank_link_id, opts)
|
|
514
|
+
data
|
|
515
|
+
end
|
|
516
|
+
|
|
517
|
+
# Retrieve a bank link
|
|
518
|
+
# Retrieve the information for a bank link for an account.
|
|
519
|
+
# @param bank_link_id UUID bank_link_id
|
|
520
|
+
# @param [Hash] opts the optional parameters
|
|
521
|
+
# @option opts [String] :currency_conversion USD
|
|
522
|
+
# @return [Array<(BankLink, Fixnum, Hash)>] BankLink data, response status code and response headers
|
|
523
|
+
def get_bank_link_using_get_with_http_info(bank_link_id, opts = {})
|
|
524
|
+
if @api_client.config.debugging
|
|
525
|
+
@api_client.config.logger.debug 'Calling API: FundingApi.get_bank_link_using_get ...'
|
|
526
|
+
end
|
|
527
|
+
# verify the required parameter 'bank_link_id' is set
|
|
528
|
+
if @api_client.config.client_side_validation && bank_link_id.nil?
|
|
529
|
+
fail ArgumentError, "Missing the required parameter 'bank_link_id' when calling FundingApi.get_bank_link_using_get"
|
|
530
|
+
end
|
|
531
|
+
# resource path
|
|
532
|
+
local_var_path = '/nucleus/v1/bank_link/{bank_link_id}'.sub('{' + 'bank_link_id' + '}', bank_link_id.to_s)
|
|
533
|
+
|
|
534
|
+
# query parameters
|
|
535
|
+
query_params = {}
|
|
536
|
+
query_params[:'currency_conversion'] = opts[:'currency_conversion'] if !opts[:'currency_conversion'].nil?
|
|
537
|
+
|
|
538
|
+
# header parameters
|
|
539
|
+
header_params = {}
|
|
540
|
+
# HTTP header 'Accept' (if needed)
|
|
541
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
542
|
+
|
|
543
|
+
# form parameters
|
|
544
|
+
form_params = {}
|
|
545
|
+
|
|
546
|
+
# http body (model)
|
|
547
|
+
post_body = nil
|
|
548
|
+
auth_names = ['oauth2']
|
|
549
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
550
|
+
:header_params => header_params,
|
|
551
|
+
:query_params => query_params,
|
|
552
|
+
:form_params => form_params,
|
|
553
|
+
:body => post_body,
|
|
554
|
+
:auth_names => auth_names,
|
|
555
|
+
:return_type => 'BankLink')
|
|
556
|
+
if @api_client.config.debugging
|
|
557
|
+
@api_client.config.logger.debug "API called: FundingApi#get_bank_link_using_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
558
|
+
end
|
|
559
|
+
return data, status_code, headers
|
|
560
|
+
end
|
|
561
|
+
# List all funding requests
|
|
562
|
+
# Get the information for all funding requests defined for your firm.
|
|
563
|
+
# @param [Hash] opts the optional parameters
|
|
564
|
+
# @option opts [BOOLEAN] :ascending ascending (default to false)
|
|
565
|
+
# @option opts [String] :currency_conversion currency_conversion
|
|
566
|
+
# @option opts [String] :filter filter
|
|
567
|
+
# @option opts [String] :order_by order_by (default to update_date)
|
|
568
|
+
# @option opts [Integer] :page page (default to 0)
|
|
569
|
+
# @option opts [Integer] :size size (default to 25)
|
|
570
|
+
# @return [PageFunding]
|
|
571
|
+
def get_funding_all_using_get(opts = {})
|
|
572
|
+
data, _status_code, _headers = get_funding_all_using_get_with_http_info(opts)
|
|
573
|
+
data
|
|
574
|
+
end
|
|
575
|
+
|
|
576
|
+
# List all funding requests
|
|
577
|
+
# Get the information for all funding requests defined for your firm.
|
|
578
|
+
# @param [Hash] opts the optional parameters
|
|
579
|
+
# @option opts [BOOLEAN] :ascending ascending
|
|
580
|
+
# @option opts [String] :currency_conversion currency_conversion
|
|
581
|
+
# @option opts [String] :filter filter
|
|
582
|
+
# @option opts [String] :order_by order_by
|
|
583
|
+
# @option opts [Integer] :page page
|
|
584
|
+
# @option opts [Integer] :size size
|
|
585
|
+
# @return [Array<(PageFunding, Fixnum, Hash)>] PageFunding data, response status code and response headers
|
|
586
|
+
def get_funding_all_using_get_with_http_info(opts = {})
|
|
587
|
+
if @api_client.config.debugging
|
|
588
|
+
@api_client.config.logger.debug 'Calling API: FundingApi.get_funding_all_using_get ...'
|
|
589
|
+
end
|
|
590
|
+
# resource path
|
|
591
|
+
local_var_path = '/nucleus/v1/funding'
|
|
592
|
+
|
|
593
|
+
# query parameters
|
|
594
|
+
query_params = {}
|
|
595
|
+
query_params[:'ascending'] = opts[:'ascending'] if !opts[:'ascending'].nil?
|
|
596
|
+
query_params[:'currency_conversion'] = opts[:'currency_conversion'] if !opts[:'currency_conversion'].nil?
|
|
597
|
+
query_params[:'filter'] = opts[:'filter'] if !opts[:'filter'].nil?
|
|
598
|
+
query_params[:'order_by'] = opts[:'order_by'] if !opts[:'order_by'].nil?
|
|
599
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
|
600
|
+
query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil?
|
|
601
|
+
|
|
602
|
+
# header parameters
|
|
603
|
+
header_params = {}
|
|
604
|
+
# HTTP header 'Accept' (if needed)
|
|
605
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
606
|
+
|
|
607
|
+
# form parameters
|
|
608
|
+
form_params = {}
|
|
609
|
+
|
|
610
|
+
# http body (model)
|
|
611
|
+
post_body = nil
|
|
612
|
+
auth_names = ['oauth2']
|
|
613
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
614
|
+
:header_params => header_params,
|
|
615
|
+
:query_params => query_params,
|
|
616
|
+
:form_params => form_params,
|
|
617
|
+
:body => post_body,
|
|
618
|
+
:auth_names => auth_names,
|
|
619
|
+
:return_type => 'PageFunding')
|
|
620
|
+
if @api_client.config.debugging
|
|
621
|
+
@api_client.config.logger.debug "API called: FundingApi#get_funding_all_using_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
622
|
+
end
|
|
623
|
+
return data, status_code, headers
|
|
624
|
+
end
|
|
625
|
+
# List all funding transaction requests
|
|
626
|
+
# Get the information for all funding transaction requests for all clients.
|
|
627
|
+
# @param [Hash] opts the optional parameters
|
|
628
|
+
# @option opts [BOOLEAN] :ascending ascending (default to false)
|
|
629
|
+
# @option opts [String] :currency_conversion currency_conversion
|
|
630
|
+
# @option opts [String] :filter filter
|
|
631
|
+
# @option opts [String] :order_by order_by (default to update_date)
|
|
632
|
+
# @option opts [Integer] :page page (default to 0)
|
|
633
|
+
# @option opts [Integer] :size size (default to 25)
|
|
634
|
+
# @return [PageFundingTransaction]
|
|
635
|
+
def get_funding_transaction_all_using_get(opts = {})
|
|
636
|
+
data, _status_code, _headers = get_funding_transaction_all_using_get_with_http_info(opts)
|
|
637
|
+
data
|
|
638
|
+
end
|
|
639
|
+
|
|
640
|
+
# List all funding transaction requests
|
|
641
|
+
# Get the information for all funding transaction requests for all clients.
|
|
642
|
+
# @param [Hash] opts the optional parameters
|
|
643
|
+
# @option opts [BOOLEAN] :ascending ascending
|
|
644
|
+
# @option opts [String] :currency_conversion currency_conversion
|
|
645
|
+
# @option opts [String] :filter filter
|
|
646
|
+
# @option opts [String] :order_by order_by
|
|
647
|
+
# @option opts [Integer] :page page
|
|
648
|
+
# @option opts [Integer] :size size
|
|
649
|
+
# @return [Array<(PageFundingTransaction, Fixnum, Hash)>] PageFundingTransaction data, response status code and response headers
|
|
650
|
+
def get_funding_transaction_all_using_get_with_http_info(opts = {})
|
|
651
|
+
if @api_client.config.debugging
|
|
652
|
+
@api_client.config.logger.debug 'Calling API: FundingApi.get_funding_transaction_all_using_get ...'
|
|
653
|
+
end
|
|
654
|
+
# resource path
|
|
655
|
+
local_var_path = '/nucleus/v1/funding_transaction'
|
|
656
|
+
|
|
657
|
+
# query parameters
|
|
658
|
+
query_params = {}
|
|
659
|
+
query_params[:'ascending'] = opts[:'ascending'] if !opts[:'ascending'].nil?
|
|
660
|
+
query_params[:'currency_conversion'] = opts[:'currency_conversion'] if !opts[:'currency_conversion'].nil?
|
|
661
|
+
query_params[:'filter'] = opts[:'filter'] if !opts[:'filter'].nil?
|
|
662
|
+
query_params[:'order_by'] = opts[:'order_by'] if !opts[:'order_by'].nil?
|
|
663
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
|
664
|
+
query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil?
|
|
665
|
+
|
|
666
|
+
# header parameters
|
|
667
|
+
header_params = {}
|
|
668
|
+
# HTTP header 'Accept' (if needed)
|
|
669
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
670
|
+
|
|
671
|
+
# form parameters
|
|
672
|
+
form_params = {}
|
|
673
|
+
|
|
674
|
+
# http body (model)
|
|
675
|
+
post_body = nil
|
|
676
|
+
auth_names = ['oauth2']
|
|
677
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
678
|
+
:header_params => header_params,
|
|
679
|
+
:query_params => query_params,
|
|
680
|
+
:form_params => form_params,
|
|
681
|
+
:body => post_body,
|
|
682
|
+
:auth_names => auth_names,
|
|
683
|
+
:return_type => 'PageFundingTransaction')
|
|
684
|
+
if @api_client.config.debugging
|
|
685
|
+
@api_client.config.logger.debug "API called: FundingApi#get_funding_transaction_all_using_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
686
|
+
end
|
|
687
|
+
return data, status_code, headers
|
|
688
|
+
end
|
|
689
|
+
# Retrieve a funding transaction request
|
|
690
|
+
# Retrieve the information for a funding transaction request for an account.
|
|
691
|
+
# @param funding_transaction_id UUID funding_transaction_id
|
|
692
|
+
# @param [Hash] opts the optional parameters
|
|
693
|
+
# @option opts [String] :currency_conversion USD
|
|
694
|
+
# @return [FundingTransaction]
|
|
695
|
+
def get_funding_transaction_using_get(funding_transaction_id, opts = {})
|
|
696
|
+
data, _status_code, _headers = get_funding_transaction_using_get_with_http_info(funding_transaction_id, opts)
|
|
697
|
+
data
|
|
698
|
+
end
|
|
699
|
+
|
|
700
|
+
# Retrieve a funding transaction request
|
|
701
|
+
# Retrieve the information for a funding transaction request for an account.
|
|
702
|
+
# @param funding_transaction_id UUID funding_transaction_id
|
|
703
|
+
# @param [Hash] opts the optional parameters
|
|
704
|
+
# @option opts [String] :currency_conversion USD
|
|
705
|
+
# @return [Array<(FundingTransaction, Fixnum, Hash)>] FundingTransaction data, response status code and response headers
|
|
706
|
+
def get_funding_transaction_using_get_with_http_info(funding_transaction_id, opts = {})
|
|
707
|
+
if @api_client.config.debugging
|
|
708
|
+
@api_client.config.logger.debug 'Calling API: FundingApi.get_funding_transaction_using_get ...'
|
|
709
|
+
end
|
|
710
|
+
# verify the required parameter 'funding_transaction_id' is set
|
|
711
|
+
if @api_client.config.client_side_validation && funding_transaction_id.nil?
|
|
712
|
+
fail ArgumentError, "Missing the required parameter 'funding_transaction_id' when calling FundingApi.get_funding_transaction_using_get"
|
|
713
|
+
end
|
|
714
|
+
# resource path
|
|
715
|
+
local_var_path = '/nucleus/v1/funding_transaction/{funding_transaction_id}'.sub('{' + 'funding_transaction_id' + '}', funding_transaction_id.to_s)
|
|
716
|
+
|
|
717
|
+
# query parameters
|
|
718
|
+
query_params = {}
|
|
719
|
+
query_params[:'currency_conversion'] = opts[:'currency_conversion'] if !opts[:'currency_conversion'].nil?
|
|
720
|
+
|
|
721
|
+
# header parameters
|
|
722
|
+
header_params = {}
|
|
723
|
+
# HTTP header 'Accept' (if needed)
|
|
724
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
725
|
+
|
|
726
|
+
# form parameters
|
|
727
|
+
form_params = {}
|
|
728
|
+
|
|
729
|
+
# http body (model)
|
|
730
|
+
post_body = nil
|
|
731
|
+
auth_names = ['oauth2']
|
|
732
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
733
|
+
:header_params => header_params,
|
|
734
|
+
:query_params => query_params,
|
|
735
|
+
:form_params => form_params,
|
|
736
|
+
:body => post_body,
|
|
737
|
+
:auth_names => auth_names,
|
|
738
|
+
:return_type => 'FundingTransaction')
|
|
739
|
+
if @api_client.config.debugging
|
|
740
|
+
@api_client.config.logger.debug "API called: FundingApi#get_funding_transaction_using_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
741
|
+
end
|
|
742
|
+
return data, status_code, headers
|
|
743
|
+
end
|
|
744
|
+
# Retrieve a funding request
|
|
745
|
+
# Retrieve the information for a funding request for an account.
|
|
746
|
+
# @param funding_id UUID funding_id
|
|
747
|
+
# @param [Hash] opts the optional parameters
|
|
748
|
+
# @option opts [String] :currency_conversion USD
|
|
749
|
+
# @return [Funding]
|
|
750
|
+
def get_funding_using_get(funding_id, opts = {})
|
|
751
|
+
data, _status_code, _headers = get_funding_using_get_with_http_info(funding_id, opts)
|
|
752
|
+
data
|
|
753
|
+
end
|
|
754
|
+
|
|
755
|
+
# Retrieve a funding request
|
|
756
|
+
# Retrieve the information for a funding request for an account.
|
|
757
|
+
# @param funding_id UUID funding_id
|
|
758
|
+
# @param [Hash] opts the optional parameters
|
|
759
|
+
# @option opts [String] :currency_conversion USD
|
|
760
|
+
# @return [Array<(Funding, Fixnum, Hash)>] Funding data, response status code and response headers
|
|
761
|
+
def get_funding_using_get_with_http_info(funding_id, opts = {})
|
|
762
|
+
if @api_client.config.debugging
|
|
763
|
+
@api_client.config.logger.debug 'Calling API: FundingApi.get_funding_using_get ...'
|
|
764
|
+
end
|
|
765
|
+
# verify the required parameter 'funding_id' is set
|
|
766
|
+
if @api_client.config.client_side_validation && funding_id.nil?
|
|
767
|
+
fail ArgumentError, "Missing the required parameter 'funding_id' when calling FundingApi.get_funding_using_get"
|
|
768
|
+
end
|
|
769
|
+
# resource path
|
|
770
|
+
local_var_path = '/nucleus/v1/funding/{funding_id}'.sub('{' + 'funding_id' + '}', funding_id.to_s)
|
|
771
|
+
|
|
772
|
+
# query parameters
|
|
773
|
+
query_params = {}
|
|
774
|
+
query_params[:'currency_conversion'] = opts[:'currency_conversion'] if !opts[:'currency_conversion'].nil?
|
|
775
|
+
|
|
776
|
+
# header parameters
|
|
777
|
+
header_params = {}
|
|
778
|
+
# HTTP header 'Accept' (if needed)
|
|
779
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
780
|
+
|
|
781
|
+
# form parameters
|
|
782
|
+
form_params = {}
|
|
783
|
+
|
|
784
|
+
# http body (model)
|
|
785
|
+
post_body = nil
|
|
786
|
+
auth_names = ['oauth2']
|
|
787
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
788
|
+
:header_params => header_params,
|
|
789
|
+
:query_params => query_params,
|
|
790
|
+
:form_params => form_params,
|
|
791
|
+
:body => post_body,
|
|
792
|
+
:auth_names => auth_names,
|
|
793
|
+
:return_type => 'Funding')
|
|
794
|
+
if @api_client.config.debugging
|
|
795
|
+
@api_client.config.logger.debug "API called: FundingApi#get_funding_using_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
796
|
+
end
|
|
797
|
+
return data, status_code, headers
|
|
798
|
+
end
|
|
799
|
+
# List all transfer requests
|
|
800
|
+
# Get the information for all external account transfers defined for your firm.
|
|
801
|
+
# @param [Hash] opts the optional parameters
|
|
802
|
+
# @option opts [BOOLEAN] :ascending ascending (default to false)
|
|
803
|
+
# @option opts [String] :currency_conversion currency_conversion
|
|
804
|
+
# @option opts [String] :filter filter
|
|
805
|
+
# @option opts [String] :order_by order_by (default to update_date)
|
|
806
|
+
# @option opts [Integer] :page page (default to 0)
|
|
807
|
+
# @option opts [Integer] :size size (default to 25)
|
|
808
|
+
# @return [PageExternalAccountTransfer]
|
|
809
|
+
def get_transfer_all_using_get(opts = {})
|
|
810
|
+
data, _status_code, _headers = get_transfer_all_using_get_with_http_info(opts)
|
|
811
|
+
data
|
|
812
|
+
end
|
|
813
|
+
|
|
814
|
+
# List all transfer requests
|
|
815
|
+
# Get the information for all external account transfers defined for your firm.
|
|
816
|
+
# @param [Hash] opts the optional parameters
|
|
817
|
+
# @option opts [BOOLEAN] :ascending ascending
|
|
818
|
+
# @option opts [String] :currency_conversion currency_conversion
|
|
819
|
+
# @option opts [String] :filter filter
|
|
820
|
+
# @option opts [String] :order_by order_by
|
|
821
|
+
# @option opts [Integer] :page page
|
|
822
|
+
# @option opts [Integer] :size size
|
|
823
|
+
# @return [Array<(PageExternalAccountTransfer, Fixnum, Hash)>] PageExternalAccountTransfer data, response status code and response headers
|
|
824
|
+
def get_transfer_all_using_get_with_http_info(opts = {})
|
|
825
|
+
if @api_client.config.debugging
|
|
826
|
+
@api_client.config.logger.debug 'Calling API: FundingApi.get_transfer_all_using_get ...'
|
|
827
|
+
end
|
|
828
|
+
# resource path
|
|
829
|
+
local_var_path = '/nucleus/v1/transfer'
|
|
830
|
+
|
|
831
|
+
# query parameters
|
|
832
|
+
query_params = {}
|
|
833
|
+
query_params[:'ascending'] = opts[:'ascending'] if !opts[:'ascending'].nil?
|
|
834
|
+
query_params[:'currency_conversion'] = opts[:'currency_conversion'] if !opts[:'currency_conversion'].nil?
|
|
835
|
+
query_params[:'filter'] = opts[:'filter'] if !opts[:'filter'].nil?
|
|
836
|
+
query_params[:'order_by'] = opts[:'order_by'] if !opts[:'order_by'].nil?
|
|
837
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
|
838
|
+
query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil?
|
|
839
|
+
|
|
840
|
+
# header parameters
|
|
841
|
+
header_params = {}
|
|
842
|
+
# HTTP header 'Accept' (if needed)
|
|
843
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
844
|
+
|
|
845
|
+
# form parameters
|
|
846
|
+
form_params = {}
|
|
847
|
+
|
|
848
|
+
# http body (model)
|
|
849
|
+
post_body = nil
|
|
850
|
+
auth_names = ['oauth2']
|
|
851
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
852
|
+
:header_params => header_params,
|
|
853
|
+
:query_params => query_params,
|
|
854
|
+
:form_params => form_params,
|
|
855
|
+
:body => post_body,
|
|
856
|
+
:auth_names => auth_names,
|
|
857
|
+
:return_type => 'PageExternalAccountTransfer')
|
|
858
|
+
if @api_client.config.debugging
|
|
859
|
+
@api_client.config.logger.debug "API called: FundingApi#get_transfer_all_using_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
860
|
+
end
|
|
861
|
+
return data, status_code, headers
|
|
862
|
+
end
|
|
863
|
+
# Retrieve a transfer request
|
|
864
|
+
# Retrieve the information for a external account transfer for an account.
|
|
865
|
+
# @param transfer_id UUID external_account_transfer_id
|
|
866
|
+
# @param [Hash] opts the optional parameters
|
|
867
|
+
# @option opts [String] :currency_conversion USD
|
|
868
|
+
# @return [ExternalAccountTransfer]
|
|
869
|
+
def get_transfer_using_get(transfer_id, opts = {})
|
|
870
|
+
data, _status_code, _headers = get_transfer_using_get_with_http_info(transfer_id, opts)
|
|
871
|
+
data
|
|
872
|
+
end
|
|
873
|
+
|
|
874
|
+
# Retrieve a transfer request
|
|
875
|
+
# Retrieve the information for a external account transfer for an account.
|
|
876
|
+
# @param transfer_id UUID external_account_transfer_id
|
|
877
|
+
# @param [Hash] opts the optional parameters
|
|
878
|
+
# @option opts [String] :currency_conversion USD
|
|
879
|
+
# @return [Array<(ExternalAccountTransfer, Fixnum, Hash)>] ExternalAccountTransfer data, response status code and response headers
|
|
880
|
+
def get_transfer_using_get_with_http_info(transfer_id, opts = {})
|
|
881
|
+
if @api_client.config.debugging
|
|
882
|
+
@api_client.config.logger.debug 'Calling API: FundingApi.get_transfer_using_get ...'
|
|
883
|
+
end
|
|
884
|
+
# verify the required parameter 'transfer_id' is set
|
|
885
|
+
if @api_client.config.client_side_validation && transfer_id.nil?
|
|
886
|
+
fail ArgumentError, "Missing the required parameter 'transfer_id' when calling FundingApi.get_transfer_using_get"
|
|
887
|
+
end
|
|
888
|
+
# resource path
|
|
889
|
+
local_var_path = '/nucleus/v1/transfer/{transfer_id}'.sub('{' + 'transfer_id' + '}', transfer_id.to_s)
|
|
890
|
+
|
|
891
|
+
# query parameters
|
|
892
|
+
query_params = {}
|
|
893
|
+
query_params[:'currency_conversion'] = opts[:'currency_conversion'] if !opts[:'currency_conversion'].nil?
|
|
894
|
+
|
|
895
|
+
# header parameters
|
|
896
|
+
header_params = {}
|
|
897
|
+
# HTTP header 'Accept' (if needed)
|
|
898
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
899
|
+
|
|
900
|
+
# form parameters
|
|
901
|
+
form_params = {}
|
|
902
|
+
|
|
903
|
+
# http body (model)
|
|
904
|
+
post_body = nil
|
|
905
|
+
auth_names = ['oauth2']
|
|
906
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
907
|
+
:header_params => header_params,
|
|
908
|
+
:query_params => query_params,
|
|
909
|
+
:form_params => form_params,
|
|
910
|
+
:body => post_body,
|
|
911
|
+
:auth_names => auth_names,
|
|
912
|
+
:return_type => 'ExternalAccountTransfer')
|
|
913
|
+
if @api_client.config.debugging
|
|
914
|
+
@api_client.config.logger.debug "API called: FundingApi#get_transfer_using_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
915
|
+
end
|
|
916
|
+
return data, status_code, headers
|
|
917
|
+
end
|
|
918
|
+
# Update list of bank link
|
|
919
|
+
# Update bank link list for an account.
|
|
920
|
+
# @param bank_link_list bankLinkList
|
|
921
|
+
# @param [Hash] opts the optional parameters
|
|
922
|
+
# @return [Array<BankLink>]
|
|
923
|
+
def update_bank_link_bulk_using_put(bank_link_list, opts = {})
|
|
924
|
+
data, _status_code, _headers = update_bank_link_bulk_using_put_with_http_info(bank_link_list, opts)
|
|
925
|
+
data
|
|
926
|
+
end
|
|
927
|
+
|
|
928
|
+
# Update list of bank link
|
|
929
|
+
# Update bank link list for an account.
|
|
930
|
+
# @param bank_link_list bankLinkList
|
|
931
|
+
# @param [Hash] opts the optional parameters
|
|
932
|
+
# @return [Array<(Array<BankLink>, Fixnum, Hash)>] Array<BankLink> data, response status code and response headers
|
|
933
|
+
def update_bank_link_bulk_using_put_with_http_info(bank_link_list, opts = {})
|
|
934
|
+
if @api_client.config.debugging
|
|
935
|
+
@api_client.config.logger.debug 'Calling API: FundingApi.update_bank_link_bulk_using_put ...'
|
|
936
|
+
end
|
|
937
|
+
# verify the required parameter 'bank_link_list' is set
|
|
938
|
+
if @api_client.config.client_side_validation && bank_link_list.nil?
|
|
939
|
+
fail ArgumentError, "Missing the required parameter 'bank_link_list' when calling FundingApi.update_bank_link_bulk_using_put"
|
|
940
|
+
end
|
|
941
|
+
# resource path
|
|
942
|
+
local_var_path = '/nucleus/v1/bulk_bank_link'
|
|
943
|
+
|
|
944
|
+
# query parameters
|
|
945
|
+
query_params = {}
|
|
946
|
+
|
|
947
|
+
# header parameters
|
|
948
|
+
header_params = {}
|
|
949
|
+
# HTTP header 'Accept' (if needed)
|
|
950
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
951
|
+
# HTTP header 'Content-Type'
|
|
952
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
953
|
+
|
|
954
|
+
# form parameters
|
|
955
|
+
form_params = {}
|
|
956
|
+
|
|
957
|
+
# http body (model)
|
|
958
|
+
post_body = @api_client.object_to_http_body(bank_link_list)
|
|
959
|
+
auth_names = ['oauth2']
|
|
960
|
+
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
|
961
|
+
:header_params => header_params,
|
|
962
|
+
:query_params => query_params,
|
|
963
|
+
:form_params => form_params,
|
|
964
|
+
:body => post_body,
|
|
965
|
+
:auth_names => auth_names,
|
|
966
|
+
:return_type => 'Array<BankLink>')
|
|
967
|
+
if @api_client.config.debugging
|
|
968
|
+
@api_client.config.logger.debug "API called: FundingApi#update_bank_link_bulk_using_put\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
969
|
+
end
|
|
970
|
+
return data, status_code, headers
|
|
971
|
+
end
|
|
972
|
+
# Update a bank link
|
|
973
|
+
# Update the information for a bank link for an account.
|
|
974
|
+
# @param bank_link bank_link
|
|
975
|
+
# @param bank_link_id UUID bank_link_id
|
|
976
|
+
# @param [Hash] opts the optional parameters
|
|
977
|
+
# @return [BankLink]
|
|
978
|
+
def update_bank_link_using_put(bank_link, bank_link_id, opts = {})
|
|
979
|
+
data, _status_code, _headers = update_bank_link_using_put_with_http_info(bank_link, bank_link_id, opts)
|
|
980
|
+
data
|
|
981
|
+
end
|
|
982
|
+
|
|
983
|
+
# Update a bank link
|
|
984
|
+
# Update the information for a bank link for an account.
|
|
985
|
+
# @param bank_link bank_link
|
|
986
|
+
# @param bank_link_id UUID bank_link_id
|
|
987
|
+
# @param [Hash] opts the optional parameters
|
|
988
|
+
# @return [Array<(BankLink, Fixnum, Hash)>] BankLink data, response status code and response headers
|
|
989
|
+
def update_bank_link_using_put_with_http_info(bank_link, bank_link_id, opts = {})
|
|
990
|
+
if @api_client.config.debugging
|
|
991
|
+
@api_client.config.logger.debug 'Calling API: FundingApi.update_bank_link_using_put ...'
|
|
992
|
+
end
|
|
993
|
+
# verify the required parameter 'bank_link' is set
|
|
994
|
+
if @api_client.config.client_side_validation && bank_link.nil?
|
|
995
|
+
fail ArgumentError, "Missing the required parameter 'bank_link' when calling FundingApi.update_bank_link_using_put"
|
|
996
|
+
end
|
|
997
|
+
# verify the required parameter 'bank_link_id' is set
|
|
998
|
+
if @api_client.config.client_side_validation && bank_link_id.nil?
|
|
999
|
+
fail ArgumentError, "Missing the required parameter 'bank_link_id' when calling FundingApi.update_bank_link_using_put"
|
|
1000
|
+
end
|
|
1001
|
+
# resource path
|
|
1002
|
+
local_var_path = '/nucleus/v1/bank_link/{bank_link_id}'.sub('{' + 'bank_link_id' + '}', bank_link_id.to_s)
|
|
1003
|
+
|
|
1004
|
+
# query parameters
|
|
1005
|
+
query_params = {}
|
|
1006
|
+
|
|
1007
|
+
# header parameters
|
|
1008
|
+
header_params = {}
|
|
1009
|
+
# HTTP header 'Accept' (if needed)
|
|
1010
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
1011
|
+
# HTTP header 'Content-Type'
|
|
1012
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
1013
|
+
|
|
1014
|
+
# form parameters
|
|
1015
|
+
form_params = {}
|
|
1016
|
+
|
|
1017
|
+
# http body (model)
|
|
1018
|
+
post_body = @api_client.object_to_http_body(bank_link)
|
|
1019
|
+
auth_names = ['oauth2']
|
|
1020
|
+
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
|
1021
|
+
:header_params => header_params,
|
|
1022
|
+
:query_params => query_params,
|
|
1023
|
+
:form_params => form_params,
|
|
1024
|
+
:body => post_body,
|
|
1025
|
+
:auth_names => auth_names,
|
|
1026
|
+
:return_type => 'BankLink')
|
|
1027
|
+
if @api_client.config.debugging
|
|
1028
|
+
@api_client.config.logger.debug "API called: FundingApi#update_bank_link_using_put\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1029
|
+
end
|
|
1030
|
+
return data, status_code, headers
|
|
1031
|
+
end
|
|
1032
|
+
# Update a funding transaction request
|
|
1033
|
+
# Update the information for a funding transaction request for an account.
|
|
1034
|
+
# @param funding_transaction fundingTransaction
|
|
1035
|
+
# @param funding_transaction_id UUID funding_transaction_id
|
|
1036
|
+
# @param [Hash] opts the optional parameters
|
|
1037
|
+
# @return [FundingTransaction]
|
|
1038
|
+
def update_funding_transaction_using_put(funding_transaction, funding_transaction_id, opts = {})
|
|
1039
|
+
data, _status_code, _headers = update_funding_transaction_using_put_with_http_info(funding_transaction, funding_transaction_id, opts)
|
|
1040
|
+
data
|
|
1041
|
+
end
|
|
1042
|
+
|
|
1043
|
+
# Update a funding transaction request
|
|
1044
|
+
# Update the information for a funding transaction request for an account.
|
|
1045
|
+
# @param funding_transaction fundingTransaction
|
|
1046
|
+
# @param funding_transaction_id UUID funding_transaction_id
|
|
1047
|
+
# @param [Hash] opts the optional parameters
|
|
1048
|
+
# @return [Array<(FundingTransaction, Fixnum, Hash)>] FundingTransaction data, response status code and response headers
|
|
1049
|
+
def update_funding_transaction_using_put_with_http_info(funding_transaction, funding_transaction_id, opts = {})
|
|
1050
|
+
if @api_client.config.debugging
|
|
1051
|
+
@api_client.config.logger.debug 'Calling API: FundingApi.update_funding_transaction_using_put ...'
|
|
1052
|
+
end
|
|
1053
|
+
# verify the required parameter 'funding_transaction' is set
|
|
1054
|
+
if @api_client.config.client_side_validation && funding_transaction.nil?
|
|
1055
|
+
fail ArgumentError, "Missing the required parameter 'funding_transaction' when calling FundingApi.update_funding_transaction_using_put"
|
|
1056
|
+
end
|
|
1057
|
+
# verify the required parameter 'funding_transaction_id' is set
|
|
1058
|
+
if @api_client.config.client_side_validation && funding_transaction_id.nil?
|
|
1059
|
+
fail ArgumentError, "Missing the required parameter 'funding_transaction_id' when calling FundingApi.update_funding_transaction_using_put"
|
|
1060
|
+
end
|
|
1061
|
+
# resource path
|
|
1062
|
+
local_var_path = '/nucleus/v1/funding_transaction/{funding_transaction_id}'.sub('{' + 'funding_transaction_id' + '}', funding_transaction_id.to_s)
|
|
1063
|
+
|
|
1064
|
+
# query parameters
|
|
1065
|
+
query_params = {}
|
|
1066
|
+
|
|
1067
|
+
# header parameters
|
|
1068
|
+
header_params = {}
|
|
1069
|
+
# HTTP header 'Accept' (if needed)
|
|
1070
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
1071
|
+
# HTTP header 'Content-Type'
|
|
1072
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
1073
|
+
|
|
1074
|
+
# form parameters
|
|
1075
|
+
form_params = {}
|
|
1076
|
+
|
|
1077
|
+
# http body (model)
|
|
1078
|
+
post_body = @api_client.object_to_http_body(funding_transaction)
|
|
1079
|
+
auth_names = ['oauth2']
|
|
1080
|
+
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
|
1081
|
+
:header_params => header_params,
|
|
1082
|
+
:query_params => query_params,
|
|
1083
|
+
:form_params => form_params,
|
|
1084
|
+
:body => post_body,
|
|
1085
|
+
:auth_names => auth_names,
|
|
1086
|
+
:return_type => 'FundingTransaction')
|
|
1087
|
+
if @api_client.config.debugging
|
|
1088
|
+
@api_client.config.logger.debug "API called: FundingApi#update_funding_transaction_using_put\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1089
|
+
end
|
|
1090
|
+
return data, status_code, headers
|
|
1091
|
+
end
|
|
1092
|
+
# Update a funding request
|
|
1093
|
+
# Update the information for a funding request for an account.
|
|
1094
|
+
# @param funding funding
|
|
1095
|
+
# @param funding_id UUID funding_id
|
|
1096
|
+
# @param [Hash] opts the optional parameters
|
|
1097
|
+
# @return [Funding]
|
|
1098
|
+
def update_funding_using_put(funding, funding_id, opts = {})
|
|
1099
|
+
data, _status_code, _headers = update_funding_using_put_with_http_info(funding, funding_id, opts)
|
|
1100
|
+
data
|
|
1101
|
+
end
|
|
1102
|
+
|
|
1103
|
+
# Update a funding request
|
|
1104
|
+
# Update the information for a funding request for an account.
|
|
1105
|
+
# @param funding funding
|
|
1106
|
+
# @param funding_id UUID funding_id
|
|
1107
|
+
# @param [Hash] opts the optional parameters
|
|
1108
|
+
# @return [Array<(Funding, Fixnum, Hash)>] Funding data, response status code and response headers
|
|
1109
|
+
def update_funding_using_put_with_http_info(funding, funding_id, opts = {})
|
|
1110
|
+
if @api_client.config.debugging
|
|
1111
|
+
@api_client.config.logger.debug 'Calling API: FundingApi.update_funding_using_put ...'
|
|
1112
|
+
end
|
|
1113
|
+
# verify the required parameter 'funding' is set
|
|
1114
|
+
if @api_client.config.client_side_validation && funding.nil?
|
|
1115
|
+
fail ArgumentError, "Missing the required parameter 'funding' when calling FundingApi.update_funding_using_put"
|
|
1116
|
+
end
|
|
1117
|
+
# verify the required parameter 'funding_id' is set
|
|
1118
|
+
if @api_client.config.client_side_validation && funding_id.nil?
|
|
1119
|
+
fail ArgumentError, "Missing the required parameter 'funding_id' when calling FundingApi.update_funding_using_put"
|
|
1120
|
+
end
|
|
1121
|
+
# resource path
|
|
1122
|
+
local_var_path = '/nucleus/v1/funding/{funding_id}'.sub('{' + 'funding_id' + '}', funding_id.to_s)
|
|
1123
|
+
|
|
1124
|
+
# query parameters
|
|
1125
|
+
query_params = {}
|
|
1126
|
+
|
|
1127
|
+
# header parameters
|
|
1128
|
+
header_params = {}
|
|
1129
|
+
# HTTP header 'Accept' (if needed)
|
|
1130
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
1131
|
+
# HTTP header 'Content-Type'
|
|
1132
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
1133
|
+
|
|
1134
|
+
# form parameters
|
|
1135
|
+
form_params = {}
|
|
1136
|
+
|
|
1137
|
+
# http body (model)
|
|
1138
|
+
post_body = @api_client.object_to_http_body(funding)
|
|
1139
|
+
auth_names = ['oauth2']
|
|
1140
|
+
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
|
1141
|
+
:header_params => header_params,
|
|
1142
|
+
:query_params => query_params,
|
|
1143
|
+
:form_params => form_params,
|
|
1144
|
+
:body => post_body,
|
|
1145
|
+
:auth_names => auth_names,
|
|
1146
|
+
:return_type => 'Funding')
|
|
1147
|
+
if @api_client.config.debugging
|
|
1148
|
+
@api_client.config.logger.debug "API called: FundingApi#update_funding_using_put\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1149
|
+
end
|
|
1150
|
+
return data, status_code, headers
|
|
1151
|
+
end
|
|
1152
|
+
# Update a transfer request
|
|
1153
|
+
# Update the information for a external account transfer for a client account.
|
|
1154
|
+
# @param transfer transfer
|
|
1155
|
+
# @param transfer_id UUID external_account_transfer_id
|
|
1156
|
+
# @param [Hash] opts the optional parameters
|
|
1157
|
+
# @return [ExternalAccountTransfer]
|
|
1158
|
+
def update_transfer_using_put(transfer, transfer_id, opts = {})
|
|
1159
|
+
data, _status_code, _headers = update_transfer_using_put_with_http_info(transfer, transfer_id, opts)
|
|
1160
|
+
data
|
|
1161
|
+
end
|
|
1162
|
+
|
|
1163
|
+
# Update a transfer request
|
|
1164
|
+
# Update the information for a external account transfer for a client account.
|
|
1165
|
+
# @param transfer transfer
|
|
1166
|
+
# @param transfer_id UUID external_account_transfer_id
|
|
1167
|
+
# @param [Hash] opts the optional parameters
|
|
1168
|
+
# @return [Array<(ExternalAccountTransfer, Fixnum, Hash)>] ExternalAccountTransfer data, response status code and response headers
|
|
1169
|
+
def update_transfer_using_put_with_http_info(transfer, transfer_id, opts = {})
|
|
1170
|
+
if @api_client.config.debugging
|
|
1171
|
+
@api_client.config.logger.debug 'Calling API: FundingApi.update_transfer_using_put ...'
|
|
1172
|
+
end
|
|
1173
|
+
# verify the required parameter 'transfer' is set
|
|
1174
|
+
if @api_client.config.client_side_validation && transfer.nil?
|
|
1175
|
+
fail ArgumentError, "Missing the required parameter 'transfer' when calling FundingApi.update_transfer_using_put"
|
|
1176
|
+
end
|
|
1177
|
+
# verify the required parameter 'transfer_id' is set
|
|
1178
|
+
if @api_client.config.client_side_validation && transfer_id.nil?
|
|
1179
|
+
fail ArgumentError, "Missing the required parameter 'transfer_id' when calling FundingApi.update_transfer_using_put"
|
|
1180
|
+
end
|
|
1181
|
+
# resource path
|
|
1182
|
+
local_var_path = '/nucleus/v1/transfer/{transfer_id}'.sub('{' + 'transfer_id' + '}', transfer_id.to_s)
|
|
1183
|
+
|
|
1184
|
+
# query parameters
|
|
1185
|
+
query_params = {}
|
|
1186
|
+
|
|
1187
|
+
# header parameters
|
|
1188
|
+
header_params = {}
|
|
1189
|
+
# HTTP header 'Accept' (if needed)
|
|
1190
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
1191
|
+
# HTTP header 'Content-Type'
|
|
1192
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
1193
|
+
|
|
1194
|
+
# form parameters
|
|
1195
|
+
form_params = {}
|
|
1196
|
+
|
|
1197
|
+
# http body (model)
|
|
1198
|
+
post_body = @api_client.object_to_http_body(transfer)
|
|
1199
|
+
auth_names = ['oauth2']
|
|
1200
|
+
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
|
1201
|
+
:header_params => header_params,
|
|
1202
|
+
:query_params => query_params,
|
|
1203
|
+
:form_params => form_params,
|
|
1204
|
+
:body => post_body,
|
|
1205
|
+
:auth_names => auth_names,
|
|
1206
|
+
:return_type => 'ExternalAccountTransfer')
|
|
1207
|
+
if @api_client.config.debugging
|
|
1208
|
+
@api_client.config.logger.debug "API called: FundingApi#update_transfer_using_put\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1209
|
+
end
|
|
1210
|
+
return data, status_code, headers
|
|
1211
|
+
end
|
|
1212
|
+
end
|
|
1213
|
+
end
|