InstantPaymentMethodInputCard

@Serializable
data class InstantPaymentMethodInputCard(val credential: CardCredential, val installmentMonth: Int? = null, val useFreeInstallmentPlan: Boolean? = null, val useFreeInterestFromMerchant: Boolean? = null, val useCardPoint: Boolean? = null)

카드 수단 정보 입력 정보

Constructors

Link copied to clipboard
constructor(credential: CardCredential, installmentMonth: Int? = null, useFreeInstallmentPlan: Boolean? = null, useFreeInterestFromMerchant: Boolean? = null, useCardPoint: Boolean? = null)

Properties

Link copied to clipboard

카드 인증 관련 정보

Link copied to clipboard
val installmentMonth: Int? = null

카드 할부 개월 수

Link copied to clipboard
val useCardPoint: Boolean? = null

카드 포인트 사용 여부

Link copied to clipboard

무이자 할부 적용 여부

Link copied to clipboard

무이자 할부 이자를 고객사가 부담할지 여부