Method: OpenapiClient::InsuranceApi#add_funds_to_insurance

Defined in:
lib/openapi_client/api/insurance_api.rb

#add_funds_to_insurance(add_funds_to_insurance_request_body, opts = {}) ⇒ AddFundsToInsuranceResponseBody

Add Funds To Insurance You may need to auto fund your account from time to time. For example, if you don’t normally ship items over $100, and may want to add funds to insurance rather than keeping the account funded.

Parameters:

Returns:



27
28
29
30
# File 'lib/openapi_client/api/insurance_api.rb', line 27

def add_funds_to_insurance(add_funds_to_insurance_request_body, opts = {})
  data, _status_code, _headers = add_funds_to_insurance_with_http_info(add_funds_to_insurance_request_body, opts)
  data
end