Sha256: 66f4596ff23af9a4260450d3374c085875de0b8dfb4878ab6db845e5c81263e2
Contents?: true
Size: 1.18 KB
Versions: 107
Compression:
Stored size: 1.18 KB
Contents
# UltracartClient::OrderInternal ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **exported_to_accounting** | **Boolean** | True if the order has been exported to QuickBooks. If QuickBooks is not configured, then this will already be true | [optional] | | **merchant_notes** | **String** | Merchant notes. Full notes in non-transactional mode. Just used to write a new merchant note when transaction merchant notes enabled. | [optional] | | **placed_by_user** | **String** | If placed via the BEOE, this is the user that placed the order | [optional] | | **refund_by_user** | **String** | User that issued the refund | [optional] | | **sales_rep_code** | **String** | Sales rep code associated with the order | [optional] | | **transactional_merchant_notes** | [**Array<OrderTransactionalMerchantNote>**](OrderTransactionalMerchantNote.md) | Transactional merchant notes | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::OrderInternal.new( exported_to_accounting: null, merchant_notes: null, placed_by_user: null, refund_by_user: null, sales_rep_code: null, transactional_merchant_notes: null ) ```
Version data entries
107 entries across 107 versions & 1 rubygems