Type AliasUpdatePlatformAdditionalFeePolicyBody

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

추가 수수료 정책 업데이트를 위한 입력 정보

값이 명시하지 않은 필드는 업데이트되지 않습니다.

Type declaration

  • Optionalfee?: PlatformFeeInput

    책정 수수료

  • Optionalname?: string

    추가 수수료 정책 이름

  • Optionalmemo?: string

    해당 추가 수수료 정책에 대한 메모

  • OptionalvatPayer?: PlatformPayer

    부가세를 부담할 주체