Commerce(regularPrice: Int, discountPrice: Int? = null, fixedDiscountPrice: Int? = null, discountRate: Int? = null, productName: String? = null, currencyUnit: String? = null, currencyUnitPosition: Int? = null)
가격 정보를 표현하기 위해 사용되는 오브젝트.
currencyUnitPosition
- 가격 단위 위치 (0: 가격뒤에 단위 표시, 1 : 가격앞에 단위 표시)