Platform Contract
@Serializable
계약
계약은 플랫폼 고객사가 파트너에게 정산해줄 대금과 정산일을 계산하는 데 적용되는 정보입니다. 고객사의 플랫폼에서 재화 및 서비스를 판매하기 위한 중개수수료와 판매금에 대한 정산일로 구성되어 있습니다.
Constructors
Link copied to clipboard
constructor(id: String, graphqlId: String, name: String, platformFee: PlatformFee, settlementCycle: PlatformSettlementCycle, platformFeeVatPayer: PlatformPayer, subtractPaymentVatAmount: Boolean, isArchived: Boolean, appliedAt: @Serializable(with = InstantSerializer::class ) Instant, memo: String? = null)