Update Platform Contract Body
@Serializable
계약 업데이트를 위한 입력 정보. 값이 명시되지 않은 필드는 업데이트되지 않습니다.
값이 명시되지 않은 필드는 업데이트되지 않습니다.
Constructors
Link copied to clipboard
constructor(name: String? = null, memo: String? = null, platformFee: PlatformFeeInput? = null, settlementCycle: PlatformSettlementCycleInput? = null, platformFeeVatPayer: PlatformPayer? = null, subtractPaymentVatAmount: Boolean? = null)