UpdatePlatformContractBody

@Serializable
data class UpdatePlatformContractBody(val name: String? = null, val memo: String? = null, val platformFee: PlatformFeeInput? = null, val settlementCycle: PlatformSettlementCycleInput? = null, val platformFeeVatPayer: PlatformPayer? = null, val subtractPaymentVatAmount: Boolean? = null)

계약 업데이트를 위한 입력 정보. 값이 명시되지 않은 필드는 업데이트되지 않습니다.

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

Constructors

Link copied to clipboard
constructor(name: String? = null, memo: String? = null, platformFee: PlatformFeeInput? = null, settlementCycle: PlatformSettlementCycleInput? = null, platformFeeVatPayer: PlatformPayer? = null, subtractPaymentVatAmount: Boolean? = null)

Properties

Link copied to clipboard
val memo: String? = null

계약 내부 표기를 위한 메모

Link copied to clipboard
val name: String? = null

계약 이름

Link copied to clipboard

중개수수료

Link copied to clipboard

중개수수료에 대한 부가세 부담 주체

Link copied to clipboard
Link copied to clipboard

정산 시 결제금액 부가세 감액 여부