PlatformContract

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