Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 855 Bytes

CouponAmountOffItems.md

File metadata and controls

14 lines (10 loc) · 855 Bytes

com.ultracart.admin.v2.Model.CouponAmountOffItems

Properties

Name Type Description Notes
CurrencyCode string The ISO-4217 three letter currency code the customer is viewing prices in [optional]
DiscountAmount decimal? The amount of shipping discount [optional]
ItemTags List<string> An optional list of item tags which will receive a discount. [optional]
Items List<string> A list of items which are eligible for the discount amount. [optional]
Limit int? The limit of items which are eligible for the discount amount. [optional]

[Back to Model list] [Back to API list] [Back to README]