PlatformContract

@Serializable
data class PlatformContract(val id: String, val graphqlId: String, val name: String, val platformFee: PlatformFee, val settlementCycle: PlatformSettlementCycle, val platformFeeVatPayer: PlatformPayer, val subtractPaymentVatAmount: Boolean, val isArchived: Boolean, val appliedAt: @Serializable(with = InstantSerializer::class) Instant, val memo: String? = null)

계약

계약은 플랫폼 고객사가 파트너에게 정산해줄 대금과 정산일을 계산하는 데 적용되는 정보입니다. 고객사의 플랫폼에서 재화 및 서비스를 판매하기 위한 중개수수료와 판매금에 대한 정산일로 구성되어 있습니다.

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)

Properties

Link copied to clipboard
val appliedAt: @Serializable(with = InstantSerializer::class) Instant

변경 적용 시점

Link copied to clipboard
Link copied to clipboard
val id: String

계약 고유 아이디

Link copied to clipboard

보관 여부

Link copied to clipboard
val memo: String? = null

계약 내부 표기를 위한 메모

Link copied to clipboard

계약 이름

Link copied to clipboard

중개수수료

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard

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