Package-level declarations
Types
Link copied to clipboard
data class AccountInformationModel(@Json(name = "consumer_information" ) val consumerInformation: ConsumerInformationDetailsModel?, @Json(name = "business_information" ) val businessInformation: BusinessInformationDetailsModel?, @Json(name = "stakeholders" ) val stakeholders: List<StakeholderDetailsModel>?, @Json(name = "business_account_uuid" ) val businessAccountUuid: String?, @Json(name = "stakeholder_information" ) val stakeholderInformation: StakeholderInformationDetailsModel?, @Json(name = "parent_account_uuid" ) val parentAccountUuid: String?, @Json(name = "cardholder_information" ) val cardholderInformation: CardholderInformationDetailsModel?)
User account information according to account type AccountTypeModel.
Link copied to clipboard
Account purpose.
Link copied to clipboard
The current stage in the verification process.
Link copied to clipboard
The user account current status.
Link copied to clipboard
The reason why an account might be in a particular status.
Link copied to clipboard
The type of account.
Link copied to clipboard
data class BusinessInformationDetailsModel(@Json(name = "business_type" ) val businessTypeString: String, @Json(ignore = true ) val businessType: BusinessTypeModel? = businessTypeString.getEnum<BusinessTypeModel>(), @Json(name = "business_name" ) val businessName: String, @Json(name = "doing_business_as" ) val doingBusinessAs: String?, @Json(name = "country_of_incorporation" ) val countryOfIncorporationString: String, @Json(ignore = true ) val countryOfIncorporation: CountryModel? = countryOfIncorporationString.getEnum<CountryModel>(), @Json(name = "phone_number" ) val phoneNumber: String?, @Json(name = "website" ) val website: String?, @Json(name = "email_address" ) val emailAddress: String?, @Json(name = "nature_of_business" ) val natureOfBusiness: String?, @Json(name = "account_purpose" ) val accountPurposeString: String?, @Json(ignore = true ) val accountPurpose: AccountPurposeTypeModel? = accountPurposeString?.getEnum<AccountPurposeTypeModel>(), @Json(name = "account_purpose_details" ) val accountPurposeDetails: String?, @Json(name = "trading_volume" ) val tradingVolume: String?, @Json(name = "transaction_volume" ) val transactionVolume: String?, @Json(name = "source_of_funds" ) val sourceOfFundsString: String?, @Json(ignore = true ) val sourceOfFunds: AccountStatusModel? = sourceOfFundsString?.getEnum<AccountStatusModel>(), @Json(name = "state_of_incorporation" ) val stateOfIncorporation: String?, @Json(name = "ein" ) val ein: String?, @Json(name = "company_id" ) val companyId: String?, @Json(name = "vat_number" ) val vatNumber: String?, @Json(name = "incorporation_date" ) val incorporationDate: String?)
Account business information.
Link copied to clipboard
Business types.
Link copied to clipboard
data class CardholderInformationDetailsModel(@Json(name = "first_name" ) val firstName: String?, @Json(name = "middle_name" ) val middleName: String?, @Json(name = "last_name" ) val lastName: String?, @Json(name = "date_of_birth" ) val dateOfBirth: String?, @Json(name = "email_address" ) val emailAddress: String?)
Account Cardholder information.
Link copied to clipboard
data class ConsumerInformationDetailsModel(@Json(name = "first_name" ) val firstName: String?, @Json(name = "middle_name" ) val middleName: String?, @Json(name = "last_name" ) val lastName: String?, @Json(name = "date_of_birth" ) val dateOfBirth: String?, @Json(name = "ssn_last_4" ) val ssnLast4: String?, @Json(name = "id_information" ) val idInformation: IdInformationDetailsModel?, @Json(name = "phone_number" ) val phoneNumber: String?, @Json(name = "email_address" ) val emailAddress: String?)
Account consumer information.
Link copied to clipboard
data class DocumentDetailsModel(@Json(name = "type" ) val documentTypeString: String, @Json(ignore = true ) val documentType: DocumentTypeModel? = documentTypeString.getEnum<DocumentTypeModel>(), @Json(name = "file" ) var file: String?, @Json(name = "barcode_data" ) val barcodeData: String?, @Json(name = "fail_reasons" ) val failReasons: List<String>?, @Json(name = "extracted_data" ) val extractedData: DocumentExtractedDataModel?)
Document details.
Link copied to clipboard
data class DocumentExtractedAddressModel(@Json(name = "line_1" ) val lineOne: String?, @Json(name = "line_2" ) val lineTwo: String?, @Json(name = "city" ) val city: String?, @Json(name = "state" ) val state: String?, @Json(name = "postal_code" ) val postalCode: String?, @Json(name = "country" ) val country: String?)
Document extracted address via OCR.
Link copied to clipboard
data class DocumentExtractedDataModel(@Json(name = "given_name" ) var givenName: String?, @Json(name = "last_name" ) var lastName: String?, @Json(name = "date_of_birth" ) var dateOfBirth: String?, @Json(name = "address" ) var address: DocumentExtractedAddressModel?)
Document extracted data via OCR.
Link copied to clipboard
Document types.
Link copied to clipboard
Dossier status.
Link copied to clipboard
data class IdInformationDetailsModel(@Json(name = "id_type" ) val idTypeString: String?, @Json(ignore = true ) val idType: IdTypeModel? = idTypeString?.getEnum<IdTypeModel>(), @Json(name = "id_number_last_4" ) val idNumberLast4: String?, @Json(name = "id_country" ) val idCountryString: String?, @Json(ignore = true ) val idCountry: CountryModel? = idCountryString?.getEnum<CountryModel>(), @Json(name = "id_expiry_date" ) val idExpireDate: String?)
User identity document information. Only present for EU consumers.
Link copied to clipboard
User identity document types.
Link copied to clipboard
Source of funds types.
Link copied to clipboard
data class StakeholderDetailsModel(@Json(name = "stakeholder_uuid" ) val stakeholderUuid: String, @Json(name = "external_id" ) val externalId: String, @Json(name = "status" ) val statusString: String, @Json(ignore = true ) val status: AccountStatusModel? = statusString.getEnum<AccountStatusModel>(), @Json(name = "status_reason" ) val statusReasonString: String?, @Json(ignore = true ) val statusReason: AccountStatusReasonModel? = statusReasonString?.getEnum<AccountStatusReasonModel>(), @Json(name = "stage" ) val stageString: String?, @Json(ignore = true ) val stage: AccountStageModel? = stageString?.getEnum<AccountStageModel>(), @Json(name = "stakeholder_types" ) val stakeholderTypesString: List<String>, @Json(ignore = true ) val stakeholderTypes: List<StakeholderTypeModel?> = stakeholderTypesString.map { it.getEnum<StakeholderTypeModel>() }, @Json(name = "officer_titles" ) val officerTitles: List<String>?, @Json(name = "percent_ownership" ) val percentOwnership: Float?, @Json(name = "first_name" ) val firstName: String, @Json(name = "middle_name" ) val middleName: String?, @Json(name = "last_name" ) val lastName: String, @Json(name = "date_of_birth" ) val dateOfBirth: String?)
Stakeholders of a business account.
Link copied to clipboard
data class StakeholderInformationDetailsModel(@Json(name = "stakeholder_types" ) val stakeholderTypesString: List<String>, @Json(ignore = true ) val stakeholderTypes: List<StakeholderTypeModel?> = stakeholderTypesString.map { it.getEnum<StakeholderTypeModel>() }, @Json(name = "officer_titles" ) val officerTitles: List<String>?, @Json(name = "percent_ownership" ) val percentOwnership: Float?, @Json(name = "first_name" ) val firstName: String, @Json(name = "middle_name" ) val middleName: String?, @Json(name = "last_name" ) val lastName: String, @Json(name = "date_of_birth" ) val dateOfBirth: String?)
Account stakeholder information.
Link copied to clipboard
Stakeholder types.