Commerce(regularPrice: Int, discountPrice: Int? = null, fixedDiscountPrice: Int? = null, discountRate: Int? = null, productName: String? = null)
가격 정보를 표현하기 위해 사용되는 오브젝트.
regularPrice - 정상가격
regularPrice
discountPrice - 할인된 가격
discountPrice
discountRate - 할인율
discountRate
fixedDiscountPrice - 정액 할인 가격
fixedDiscountPrice
productName - 상품명
productName
Author kevin.kang.