ProfileRequest
public struct ProfileRequest : Codable, Sendable
Profile request model.
-
Name of the profile.
Declaration
Swift
public let profile: String -
Status of the application for the Account to attain the requested profile.
Declaration
Swift
public let statusString: String -
Status of the application for the Account to attain the requested profile. Check
statusStringifnil.Declaration
Swift
public var status: AccountProfileStatus? { get } -
The current stage in the verification process.
Declaration
Swift
public let stageString: String? -
The current stage in the verification process. Check
stageStringifnil.Declaration
Swift
public var stage: AccountStage? { get } -
The reason why the profile verification is in a particular status.
Declaration
Swift
public let statusReasonString: String? -
The reason why the profile verification is in a particular status. Check
statusReasonStringifnil.Declaration
Swift
public var statusReason: AccountStatusReason? { get }
View on GitHub