BillingKeyPaymentInput

@Serializable
data class BillingKeyPaymentInput(val billingKey: String, val orderName: String, val amount: PaymentAmountInput, val currency: Currency, val storeId: String? = null, val channelKey: String? = null, val customer: CustomerInput? = null, val customData: String? = null, val installmentMonth: Int? = null, val useFreeInterestFromMerchant: Boolean? = null, val useCardPoint: Boolean? = null, val cashReceipt: CashReceiptInput? = null, val country: Country? = null, val noticeUrls: List<String>? = null, val products: List<PaymentProduct>? = null, val productCount: Int? = null, val productType: PaymentProductType? = null, val shippingAddress: SeparatedAddressInput? = null, val promotionId: String? = null, val bypass: JsonObject? = null)

빌링키 결제 요청 입력 정보

Constructors

Link copied to clipboard
constructor(billingKey: String, orderName: String, amount: PaymentAmountInput, currency: Currency, storeId: String? = null, channelKey: String? = null, customer: CustomerInput? = null, customData: String? = null, installmentMonth: Int? = null, useFreeInterestFromMerchant: Boolean? = null, useCardPoint: Boolean? = null, cashReceipt: CashReceiptInput? = null, country: Country? = null, noticeUrls: List<String>? = null, products: List<PaymentProduct>? = null, productCount: Int? = null, productType: PaymentProductType? = null, shippingAddress: SeparatedAddressInput? = null, promotionId: String? = null, bypass: JsonObject? = null)

Properties

Link copied to clipboard

결제 금액 세부 입력 정보

Link copied to clipboard

빌링키 결제에 사용할 빌링키

Link copied to clipboard
val bypass: JsonObject? = null
Link copied to clipboard

현금영수증 정보

Link copied to clipboard
val channelKey: String? = null

채널 키

Link copied to clipboard
val country: Country? = null

결제 국가

Link copied to clipboard

통화

Link copied to clipboard
val customData: String? = null

사용자 지정 데이터

Link copied to clipboard
val customer: CustomerInput? = null

고객 정보

Link copied to clipboard
val installmentMonth: Int? = null

할부 개월 수

Link copied to clipboard
val noticeUrls: List<String>? = null

웹훅 주소

Link copied to clipboard

주문명

Link copied to clipboard
val productCount: Int? = null

상품 개수

Link copied to clipboard

상품 정보

Link copied to clipboard

상품 유형

Link copied to clipboard
val promotionId: String? = null

해당 결제에 적용할 프로모션 아이디

Link copied to clipboard

배송지 주소

Link copied to clipboard
val storeId: String? = null

상점 아이디

Link copied to clipboard
val useCardPoint: Boolean? = null

카드 포인트 사용 여부

Link copied to clipboard

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