Commerce

fun Commerce(regularPrice: Int, discountPrice: Int? = null, fixedDiscountPrice: Int? = null, discountRate: Int? = null, productName: String? = null, currencyUnit: String? = null, currencyUnitPosition: Int? = null)

Parameters

regularPrice

정상가격

discountPrice

할인된 가격

discountRate

할인율

fixedDiscountPrice

정액 할인 가격

productName

상품명

currencyUnit

가격 단위

currencyUnitPosition

가격 단위 위치 (0: 가격뒤에 단위 표시, 1 : 가격앞에 단위 표시)