Initializers
init(from:)
Inherited fromDecodable.init(from:).
Instance Properties
locator
phone
toDomain
Inherited fromAdminSignerApiModel.toDomain.
type
Inherited fromAdminSignerApiModel.type.
Swift Structure
struct PhoneSignerApiModel
Decodable.init(from:).
init(from decoder: any Decoder) throws
let locator: String
let phone: String
AdminSignerApiModel.toDomain.
var toDomain: any AdminSignerData { get }
AdminSignerApiModel.type.
let type: AdminSignerDataType
Was this page helpful?