UpdatePlatformAdditionalFeePolicyBody

@Serializable
data class UpdatePlatformAdditionalFeePolicyBody(val fee: PlatformFeeInput? = null, val name: String? = null, val memo: String? = null, val vatPayer: PlatformPayer? = null)

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

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

Constructors

Link copied to clipboard
constructor(fee: PlatformFeeInput? = null, name: String? = null, memo: String? = null, vatPayer: PlatformPayer? = null)

Properties

Link copied to clipboard
val fee: PlatformFeeInput? = null

책정 수수료

Link copied to clipboard
val memo: String? = null

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

Link copied to clipboard
val name: String? = null

추가 수수료 정책 이름

Link copied to clipboard
val vatPayer: PlatformPayer? = null

부가세를 부담할 주체