Sha256: 12619beb82c9c053125839cbf0c64b0c0eead2709eb05f05157920b00269015b
Contents?: true
Size: 585 Bytes
Versions: 203
Compression:
Stored size: 585 Bytes
Contents
# UltracartClient::OrderPaymentInsurance ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **application_id** | **String** | application id | [optional] | | **claim_id** | **String** | claim id | [optional] | | **insurance_type** | **String** | insurance type | [optional] | | **refund_claim_id** | **String** | refund claim id | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::OrderPaymentInsurance.new( application_id: null, claim_id: null, insurance_type: null, refund_claim_id: null ) ```
Version data entries
203 entries across 203 versions & 1 rubygems