HyperwalletBalance

public struct HyperwalletBalance : Decodable

Details of the balance.

  • The currency of balance

    Declaration

    Swift

    public let currency: String?
  • The amount of balance

    Declaration

    Swift

    public let amount: String?