Sha256: 5d51400585321dcb442ef90cb6e7fa28a86167f912f2cd462bf364d5b75a98f9
Contents?: true
Size: 938 Bytes
Versions: 196
Compression:
Stored size: 938 Bytes
Contents
# UltracartClient::OrderCoupon ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **accounting_code** | **String** | QuickBooks accounting code for this coupon | [optional] | | **automatically_applied** | **Boolean** | Whether or not the coupon was automatically applied to the order | [optional] | | **base_coupon_code** | **String** | Coupon code configured by the merchant. Will differ if the customer used a one time coupon code generated off this base coupon | [optional] | | **coupon_code** | **String** | Coupon code entered by the customer | [optional] | | **hdie_from_customer** | **Boolean** | True if this coupon is hidde from the customer | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::OrderCoupon.new( accounting_code: null, automatically_applied: null, base_coupon_code: null, coupon_code: null, hdie_from_customer: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems