Sha256: bc27e8eb4ae9f3812dad8785b5516c0f78c3b1ccede2454fb9e169faef98735c
Contents?: true
Size: 499 Bytes
Versions: 196
Compression:
Stored size: 499 Bytes
Contents
# UltracartClient::CouponAmountOffSubtotal ## 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::CouponAmountOffSubtotal.new( currency_code: null, discount_amount: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems