BUYDiscount Class Reference
Inherits from | BUYObject : NSObject |
---|---|
Conforms to | BUYSerializable |
Declared in | BUYDiscount.h |
code
The unique identifier for the discount code.
@property (nonatomic, copy) NSString *code
Declared In
BUYDiscount.h
amount
The amount that is deducted from paymentDue
on BUYCheckout.
@property (nonatomic, strong) NSDecimalNumber *amount
Declared In
BUYDiscount.h
applicable
Whether this discount code can be applied to the checkout.
@property (nonatomic, assign) BOOL applicable
Declared In
BUYDiscount.h