Type AliasCreatePlatformAdditionalFeePolicyBody

CreatePlatformAdditionalFeePolicyBody: {
    id?: string;
    name: string;
    fee: PlatformFeeInput;
    memo?: string;
    vatPayer: PlatformPayer;
}

추가 수수료 정책 생성을 위한 입력 정보

Type declaration

  • Optionalid?: string

    생성할 추가 수수료 정책 아이디

    명시하지 않으면 id 가 임의로 생성됩니다.

  • name: string

    이름

  • fee: PlatformFeeInput

    수수료 정보

  • Optionalmemo?: string

    메모

  • vatPayer: PlatformPayer

    부가세 부담 주체