FundingInstrument

protocol FundingInstrument

Funding Instrument

  • Contains details for cryptocurrency types

    Declaration

    Swift

    var cryptocurrencyHoldingDetails: CryptocurrencyHoldingDetails? { get }
  • The instrument formatted type

    Declaration

    Swift

    var formattedType: String? { get }
  • id

    Funding instrument identifier

    Declaration

    Swift

    var id: String? { get }
  • The image url

    Declaration

    Swift

    var imageURL: URL? { get }
  • Whether the instrument is preferred

    Declaration

    Swift

    var isPreferred: Bool { get }
  • The instrument label

    Declaration

    Swift

    var label: String? { get }
  • The last digits

    Declaration

    Swift

    var lastDigits: String? { get }
  • The instrument name

    Declaration

    Swift

    var name: String? { get }
  • The sub type

    Declaration

    Swift

    var subType: FundingInstrumentSubType? { get }
  • The type

    Declaration

    Swift

    var type: FundingInstrumentType? { get }