PlatformPaymentMethodInput: {
    card?: PlatformPaymentMethodCardInput;
    transfer?: PlatformPaymentMethodTransferInput;
    virtualAccount?: PlatformPaymentMethodVirtualAccountInput;
    giftCertificate?: PlatformPaymentMethodGiftCertificateInput;
    mobile?: PlatformPaymentMethodMobileInput;
    easyPay?: PlatformPaymentMethodEasyPayInput;
}

결제 수단 입력 정보

Type declaration