Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 681 Bytes

File metadata and controls

26 lines (20 loc) · 681 Bytes

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 type [optional]
upload_dts String Upload date/time [optional]

Example

require 'ultracart_api'

instance = UltracartClient::CustomerAttachment.new(
  customer_profile_attachment_oid: null,
  description: null,
  file_name: null,
  mime_type: null,
  upload_dts: null
)