@portone/server-sdk
Preparing search index...
Platform
Policy
CreatePlatformAdditionalFeePolicyBody
Type Alias CreatePlatformAdditionalFeePolicyBody
추가 수수료 정책 생성을 위한 입력 정보
type
CreatePlatformAdditionalFeePolicyBody
=
{
id
?:
string
;
name
:
string
;
fee
:
PlatformFeeInput
;
memo
?:
string
;
vatPayer
:
PlatformPayer
;
}
Index
Properties
id?
name
fee
memo?
vat
Payer
Properties
Optional
id
id
?:
string
생성할 추가 수수료 정책 아이디
명시하지 않으면 id 가 임의로 생성됩니다.
name
name
:
string
이름
fee
fee
:
PlatformFeeInput
수수료 정보
Optional
memo
memo
?:
string
메모
vat
Payer
vatPayer
:
PlatformPayer
부가세 부담 주체
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
name
fee
memo
vat
Payer
@portone/server-sdk
Loading...
추가 수수료 정책 생성을 위한 입력 정보