Account Details Model
@Serializable
Account details.
Constructors
Link copied to clipboard
constructor(accountUuid: String, typeString: String, type: AccountTypeModel? = typeString.getEnum<AccountTypeModel>(), statusString: String, status: AccountStatusModel? = statusString.getEnum<AccountStatusModel>(), stageString: String?, stage: AccountStageModel? = stageString?.getEnum<AccountStageModel>() ?: AccountStageModel.DEFAULT, statusReasonString: String?, statusReason: AccountStatusReasonModel? = statusReasonString?.getEnum<AccountStatusReasonModel>(), profile: String?, profileRequest: ProfileRequest?, externalId: String?, accountInformation: AccountInformationModel, metadata: Map<String, JsonPrimitive>?, createdAt: String, updatedAt: String)
Properties
Link copied to clipboard
User account Information
Link copied to clipboard
Account unique identifier
Link copied to clipboard
External identifier in your platform
Link copied to clipboard
Profile request
Link copied to clipboard
User account stage. Check stageString if null
Link copied to clipboard
User account stage
Link copied to clipboard
User account status. Check statusString if null
Link copied to clipboard
User account status reason. Check statusReasonString if null
Link copied to clipboard
User account status reason
Link copied to clipboard
User account status
Link copied to clipboard
User account type. Check typeString if null
Link copied to clipboard
User account type