AccountHolder
@Serializable
Parameters
type
account
customer
ID of the Customer this account belongs to. Present if and only if type
is customer
.
Constructors
Link copied to clipboard
constructor(type: AccountHolder.Type = Type.UNKNOWN, account: String? = null, customer: String? = null)