Commerce
constructor(regularPrice: Int, discountPrice: Int? = null, fixedDiscountPrice: Int? = null, discountRate: Int? = null, productName: String? = null, currencyUnit: String? = null, currencyUnitPosition: Int? = null)
Parameters
regular Price
정가
Regular price
discount Price
할인 가격
Discount price
discount Rate
할인율
Discount rate
fixed Discount Price
정액 할인 가격
Fixed disount price
product Name
상품 이름
Product name
currency Unit
화폐 단위
Currency unit
currency Unit Position
화폐 단위 표시 위치(0: 가격 뒤 | 1: 가격 앞, 기본값: 0)
Position of currency unit (0: before the price | 1: behind the price, Default: 0)