Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 582 Bytes

File metadata and controls

24 lines (18 loc) · 582 Bytes

UltracartClient::OrderTransactionalMerchantNote

Properties

Name Type Description Notes
ip_address String IP Address [optional]
note String note [optional]
note_dts String Timestamp when the note was added [optional]
user String User that wrote the merchant note [optional]

Example

require 'ultracart_api'

instance = UltracartClient::OrderTransactionalMerchantNote.new(
  ip_address: null,
  note: null,
  note_dts: null,
  user: null
)