Account Information Model
@Serializable
User account information according to account type AccountTypeModel.
Constructors
Link copied to clipboard
constructor(consumerInformation: ConsumerInformationDetailsModel?, businessInformation: BusinessInformationDetailsModel?, stakeholders: List<StakeholderDetailsModel>?, businessAccountUuid: String?, stakeholderInformation: StakeholderInformationDetailsModel?, parentAccountUuid: String?, cardholderInformation: CardholderInformationDetailsModel?)
Properties
Link copied to clipboard
The uuid of the Business account to which this Stakeholder belongs.
Link copied to clipboard
@SerialName(value = "business_information" )
Business information of type AccountTypeModel.BUSINESS.
Link copied to clipboard
@SerialName(value = "cardholder_information" )
Cardholder information of type AccountTypeModel.CARDHOLDER.
Link copied to clipboard
@SerialName(value = "consumer_information" )
Consumer information of type AccountTypeModel.CONSUMER.
Link copied to clipboard
The uuid of the account to which this Cardholder belongs.
Link copied to clipboard
@SerialName(value = "stakeholder_information" )
Stakeholder information of type AccountTypeModel.STAKEHOLDER.
Link copied to clipboard
The list of associated stakeholders of a business account.