VersionsInfo

public struct VersionsInfo : Decodable

Undocumented

  • Undocumented

    Declaration

    Swift

    public let swVersion: VersionState
  • Undocumented

    Declaration

    Swift

    public let webApiVersion: Int?
  • Undocumented

    Declaration

    Swift

    public var isShowTransferEntry: Bool { get }
  • Undocumented

    Declaration

    Swift

    public var isShowSplitPayment: Bool { get }
  • Undocumented

    See more

    Declaration

    Swift

    enum CodingKeys : String, CodingKey
  • Declaration

    Swift

    public init(from decoder: Decoder) throws