@portone/server-sdk
Preparing search index...
Platform
PlatformFixedAmountFee
Type Alias PlatformFixedAmountFee
정액 수수료
총 금액에 무관하게 정해진 수수료 금액을 책정합니다.
type
PlatformFixedAmountFee
=
{
type
:
"FIXED_AMOUNT"
;
amount
:
number
;
}
Index
Properties
type
amount
Properties
type
type
:
"FIXED_AMOUNT"
amount
amount
:
number
고정된 수수료 금액 (int64)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
amount
@portone/server-sdk
Loading...
정액 수수료
총 금액에 무관하게 정해진 수수료 금액을 책정합니다.