update Platform Contract
suspend fun updatePlatformContract(id: String, name: String? = null, memo: String? = null, platformFee: PlatformFeeInput? = null, settlementCycle: PlatformSettlementCycleInput? = null, platformFeeVatPayer: PlatformPayer? = null, subtractPaymentVatAmount: Boolean? = null): UpdatePlatformContractResponse
계약 수정
주어진 아이디에 대응되는 계약을 업데이트합니다.
Parameters
id
업데이트할 계약 아이디
name
계약 이름
memo
계약 내부 표기를 위한 메모
platform Fee
중개수수료
settlement Cycle
정산 주기
platform Fee Vat Payer
중개수수료에 대한 부가세 부담 주체
subtract Payment Vat Amount
정산 시 결제금액 부가세 감액 여부