Account

public struct Account : Codable, ExpressibleByStringLiteral

Undocumented

  • Undocumented

    Declaration

    Swift

    public let accountId: String
  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Declaration

    Swift

    public init(stringLiteral value: String)