| 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] |
require 'ultracart_api'
instance = UltracartClient::OrderPaymentInsurance.new(
application_id: null,
claim_id: null,
insurance_type: null,
refund_claim_id: null
)