Structure
RestBearerType
public struct RestBearerType: Codable
A Decodable and Encodable bearer type representation.
JSON representation:
{
"accountType": "someTypeValue"
}
Relationships
Conforms To
Codable
Properties
value
public let value: String
The type value.