ProfilesResult
public struct ProfilesResult : Codable
Child structure of SexOffenderResult.
-
This is internal id that is returned in the response.
Declaration
Swift
public var internalId: String? -
First Name of the customer.
Declaration
Swift
public var firstName: String? -
Middle name of the customer.
Declaration
Swift
public var middleName: String? -
Last name of the customer.
Declaration
Swift
public var lastName: String? -
Date of birth of the customer formated in DD/MM/YYYY.
Declaration
Swift
public var dobOfBirth: String? -
Address of the customer.
Declaration
Swift
public var address: String? -
Country name of the customer.
Declaration
Swift
public var countryName: String? -
Country code of the customer.
Declaration
Swift
public var countryCode: String? -
Address street 1 of the customer.
Declaration
Swift
public var street1: String? -
Address street 2 of the customer.
Declaration
Swift
public var street2: String? -
This is used to store city name.
Declaration
Swift
public var city: String? -
This is used to store state name.
Declaration
Swift
public var state: String? -
This is used to store pin code.
Declaration
Swift
public var postalCode: String? -
This field is used to store country name.
Declaration
Swift
public var country: String? -
Conviction Type of the customer.
Declaration
Swift
public var convictionType: String? -
Photo url of the customer.
Declaration
Swift
public var photoUrl: String? -
Source of the customer.
Declaration
Swift
public var source: String? -
Verification result of the customer.
Declaration
Swift
public var verificationResult: String? -
Driving License verification result of the customer.
Declaration
Swift
public var drivingLicenseVerificationResult: String?