KMTCommerceObject Class Reference
Inherits from | KMTParamObject : NSObject |
---|---|
Declared in | KMTCommerceObject.h KMTCommerceObject.m |
regularPrice
정상 가격. (Integer)
@property (copy, nonatomic) NSNumber *regularPrice
Discussion
@property regularPrice
Declared In
KMTCommerceObject.h
discountPrice
할인 가격. (Integer)
@property (copy, nonatomic, nullable) NSNumber *discountPrice
Discussion
@property discountPrice
Declared In
KMTCommerceObject.h
discountRate
할인율. (Integer)
@property (copy, nonatomic, nullable) NSNumber *discountRate
Discussion
@property discountRate
Declared In
KMTCommerceObject.h
fixedDiscountPrice
정액 할인 가격. 할인율과 동시 사용불가. (Integer)
@property (copy, nonatomic, nullable) NSNumber *fixedDiscountPrice
Discussion
@property fixedDiscountPrice
Declared In
KMTCommerceObject.h