Type AliasPlatformFixedAmountFee

PlatformFixedAmountFee: {
    type: "FIXED_AMOUNT";
    amount: number;
}

정액 수수료

총 금액에 무관하게 정해진 수수료 금액을 책정합니다.

Type declaration

  • type: "FIXED_AMOUNT"
  • amount: number

    고정된 수수료 금액 (int64)