Sha256: c13bc73a358d5287b9763da2ac67fde9f50e2edd0bf513e9051cd2e33e70af33
Contents?: true
Size: 563 Bytes
Versions: 196
Compression:
Stored size: 563 Bytes
Contents
# UltracartClient::OrderItemOptionFileAttachment ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **expiration_dts** | **String** | Expiration date/time | [optional] | | **file_name** | **String** | File name | [optional] | | **mime_type** | **String** | Mime type | [optional] | | **size** | **Integer** | Size | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::OrderItemOptionFileAttachment.new( expiration_dts: null, file_name: null, mime_type: null, size: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems