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