BillingKeyPaymentInput

@Serializable
data class BillingKeyPaymentInput(val storeId: String? = null, val billingKey: String, val channelKey: String? = null, val orderName: String, val customer: CustomerInput? = null, val customData: String? = null, val amount: PaymentAmountInput, val currency: Currency, 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 locale: Locale? = null, val bypass: JsonObject? = null)

빌링키 결제 요청 입력 정보

Constructors

Link copied to clipboard
constructor(storeId: String? = null, billingKey: String, channelKey: String? = null, orderName: String, customer: CustomerInput? = null, customData: String? = null, amount: PaymentAmountInput, currency: Currency, 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, locale: Locale? = null, bypass: JsonObject? = null)

Properties

Link copied to clipboard

결제 금액 세부 입력 정보

Link copied to clipboard

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

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

현금영수증 정보

Link copied to clipboard

채널 키

Link copied to clipboard

결제 국가

Link copied to clipboard

통화

Link copied to clipboard

사용자 지정 데이터

Link copied to clipboard

고객 정보

Link copied to clipboard

할부 개월 수

Link copied to clipboard

결제 시 사용할 언어

Link copied to clipboard

웹훅 주소

Link copied to clipboard

주문명

Link copied to clipboard

상품 개수

Link copied to clipboard

상품 정보

Link copied to clipboard

상품 유형

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard

상점 아이디

Link copied to clipboard

카드 포인트 사용 여부

Link copied to clipboard

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