Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 671 Bytes

File metadata and controls

22 lines (16 loc) · 671 Bytes

UltracartClient::CouponPercentOffSubtotalWithSubtotal

Properties

Name Type Description Notes
currency_code String The ISO-4217 three letter currency code the customer is viewing prices in [optional]
discount_percent Float The percentage of subtotal discount [optional]
subtotal_amount Float The amount of subtotal required to receive the discount percent [optional]

Example

require 'ultracart_api'

instance = UltracartClient::CouponPercentOffSubtotalWithSubtotal.new(
  currency_code: null,
  discount_percent: null,
  subtotal_amount: null
)