Sha256: 7ba6f18e02253ae7c56094349cc9b1a98e1ebd099b4724222d77636c6e21cd52
Contents?: true
Size: 582 Bytes
Versions: 107
Compression:
Stored size: 582 Bytes
Contents
# 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 ```ruby require 'ultracart_api' instance = UltracartClient::OrderTransactionalMerchantNote.new( ip_address: null, note: null, note_dts: null, user: null ) ```
Version data entries
107 entries across 107 versions & 1 rubygems