@portone/server-sdk
Preparing search index...
Platform
Transfer
PlatformPaymentMethodInput
Type Alias PlatformPaymentMethodInput
결제 수단 입력 정보
type
PlatformPaymentMethodInput
=
{
card
?:
PlatformPaymentMethodCardInput
;
transfer
?:
PlatformPaymentMethodTransferInput
;
virtualAccount
?:
PlatformPaymentMethodVirtualAccountInput
;
giftCertificate
?:
PlatformPaymentMethodGiftCertificateInput
;
mobile
?:
PlatformPaymentMethodMobileInput
;
easyPay
?:
PlatformPaymentMethodEasyPayInput
;
}
Index
Properties
card?
transfer?
virtual
Account?
gift
Certificate?
mobile?
easy
Pay?
Properties
Optional
card
card
?:
PlatformPaymentMethodCardInput
카드
Optional
transfer
transfer
?:
PlatformPaymentMethodTransferInput
계좌이체
Optional
virtual
Account
virtualAccount
?:
PlatformPaymentMethodVirtualAccountInput
가상계좌
Optional
gift
Certificate
giftCertificate
?:
PlatformPaymentMethodGiftCertificateInput
상품권
Optional
mobile
mobile
?:
PlatformPaymentMethodMobileInput
모바일
Optional
easy
Pay
easyPay
?:
PlatformPaymentMethodEasyPayInput
간편 결제
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
card
transfer
virtual
Account
gift
Certificate
mobile
easy
Pay
@portone/server-sdk
Loading...
결제 수단 입력 정보