Sha256: ab43c77d24eac9170249684c99ae78c509a402d174c190d134d3dd094ba3ff60
Contents?: true
Size: 521 Bytes
Versions: 196
Compression:
Stored size: 521 Bytes
Contents
# UltracartClient::CouponAmountOffSubtotalAndShipping ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **currency_code** | **String** | The ISO-4217 three letter currency code the customer is viewing prices in | [optional] | | **discount_amount** | **Float** | The amount of subtotal discount | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CouponAmountOffSubtotalAndShipping.new( currency_code: null, discount_amount: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems