PaymentInstallment

@Serializable
data class PaymentInstallment(val month: Int, val isInterestFree: Boolean, val isInterestFreeFromMerchant: Boolean? = null)

할부 정보

Constructors

Link copied to clipboard
constructor(month: Int, isInterestFree: Boolean, isInterestFreeFromMerchant: Boolean? = null)

Properties

Link copied to clipboard

무이자할부 여부

Link copied to clipboard

상점 부담 무이자할부 여부

Link copied to clipboard
val month: Int

할부 개월 수