PlatformPaymentMethodInput

@Serializable
data class PlatformPaymentMethodInput(val card: PlatformPaymentMethodCardInput? = null, val transfer: PlatformPaymentMethodTransferInput? = null, val virtualAccount: PlatformPaymentMethodVirtualAccountInput? = null, val giftCertificate: PlatformPaymentMethodGiftCertificateInput? = null, val mobile: PlatformPaymentMethodMobileInput? = null, val easyPay: PlatformPaymentMethodEasyPayInput? = null)

결제 수단 입력 정보

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard