PlatformTransferSummaryPartner

@Serializable
data class PlatformTransferSummaryPartner(val id: String, val graphqlId: String, val name: String, val type: PlatformTransferSummaryPartnerType, val taxationType: PlatformPartnerTaxationType? = null, val userDefinedProperties: List<PlatformUserDefinedPropertyKeyValue>)

Constructors

Link copied to clipboard
constructor(id: String, graphqlId: String, name: String, type: PlatformTransferSummaryPartnerType, taxationType: PlatformPartnerTaxationType? = null, userDefinedProperties: List<PlatformUserDefinedPropertyKeyValue>)

Properties

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