PlatformOrderTransferDiscount

@Serializable
data class PlatformOrderTransferDiscount(val sharePolicy: PlatformDiscountSharePolicy, val amount: Long, val taxFreeAmount: Long, val shareAmount: Long, val shareTaxFreeAmount: Long)

할인 정보

Constructors

Link copied to clipboard
constructor(sharePolicy: PlatformDiscountSharePolicy, amount: Long, taxFreeAmount: Long, shareAmount: Long, shareTaxFreeAmount: Long)

Properties

Link copied to clipboard

할인 금액

Link copied to clipboard

할인 분담 금액

Link copied to clipboard

할인 분담 정책

Link copied to clipboard

면세 할인 분담 금액

Link copied to clipboard

면세 할인 금액