RestfulPropertyKit Documentation Beta

Structure Rest​Bearer​Type

public struct RestBearerType: Codable 

A Decodable and Encodable bearer type representation.

JSON representation:

{
    "accountType": "someTypeValue"
}
RestBearerType RestBearerType Codable Codable RestBearerType->Codable

Conforms To

Codable

Properties

value

public let value: String

The type value.