PortOne Server SDK for JVM
Toggle table of contents
0.23.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
PortOne Server SDK for JVM
PortOne Server SDK for JVM
/
io.portone.sdk.server.payment.billingkey
/
InstantBillingKeyPaymentMethodInput
Instant
Billing
Key
Payment
Method
Input
@
Serializable
data
class
InstantBillingKeyPaymentMethodInput
(
val
card
:
InstantBillingKeyPaymentMethodInputCard
?
=
null
)
빌링키 발급 시 결제 수단 입력 양식
card
를 반드시 입력해 주세요.
Members
Constructors
Instant
Billing
Key
Payment
Method
Input
Link copied to clipboard
constructor
(
card
:
InstantBillingKeyPaymentMethodInputCard
?
=
null
)
Properties
card
Link copied to clipboard
val
card
:
InstantBillingKeyPaymentMethodInputCard
?