preRegisterPayment

@JvmName(name = "preRegisterPaymentSuspend")
suspend fun preRegisterPayment(paymentId: String, totalAmount: Long? = null, taxFreeAmount: Long? = null, currency: Currency? = null): PreRegisterPaymentResponse

결제 정보 사전 등록

결제 정보를 사전 등록합니다.

Parameters

paymentId

결제 건 아이디

totalAmount

결제 총 금액

taxFreeAmount

결제 면세 금액

currency

통화 단위

Throws