Sha256: 02cc2a91bd7737b0f84239291094892932ff2644665c96bbd0a94eb95dc0d3d9
Contents?: true
Size: 612 Bytes
Versions: 196
Compression:
Stored size: 612 Bytes
Contents
# UltracartClient::ItemChargebackAddendum ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **chargeback_addendum_oid** | **Integer** | Chargeback addendum object identifier | [optional] | | **description** | **String** | Description | [optional] | | **file_size** | **Integer** | Size of the file | [optional] | | **pages** | **Integer** | Number of pages | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ItemChargebackAddendum.new( chargeback_addendum_oid: null, description: null, file_size: null, pages: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems