AccountHolder

fun AccountHolder(    type: AccountHolder.Type = Type.UNKNOWN,     account: String? = null,     customer: String? = null)

Parameters

type
account
customer

ID of the Customer this LinkedAccount belongs to. Present if and only if type is customer.