Sha256: fd7380126a5df6302088133e8266eb7f7f39e671131df3d09a6f43d2354c18b0
Contents?: true
Size: 682 Bytes
Versions: 196
Compression:
Stored size: 682 Bytes
Contents
# UltracartClient::CustomerAttachment ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **customer_profile_attachment_oid** | **Integer** | Attachment identifier | [optional] | | **description** | **String** | Description | [optional] | | **file_name** | **String** | File name | [optional] | | **mime_type** | **String** | Mime typoe | [optional] | | **upload_dts** | **String** | Upload date/time | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CustomerAttachment.new( customer_profile_attachment_oid: null, description: null, file_name: null, mime_type: null, upload_dts: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems