SchedulePlatformPartnersBodyUpdate

@Serializable
data class SchedulePlatformPartnersBodyUpdate(val name: String? = null, val contact: SchedulePlatformPartnersBodyUpdateContact? = null, val type: SchedulePlatformPartnersBodyUpdateType? = null, val account: SchedulePlatformPartnersBodyUpdateAccount? = null, val defaultContractId: String? = null, val memo: String? = null, val tags: List<String>? = null, val userDefinedProperties: PlatformProperties? = null)

Constructors

Link copied to clipboard
constructor(name: String? = null, contact: SchedulePlatformPartnersBodyUpdateContact? = null, type: SchedulePlatformPartnersBodyUpdateType? = null, account: SchedulePlatformPartnersBodyUpdateAccount? = null, defaultContractId: String? = null, memo: String? = null, tags: List<String>? = null, userDefinedProperties: PlatformProperties? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val memo: String? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val tags: List<String>? = null
Link copied to clipboard
Link copied to clipboard