TransactionHistoryResponse

public protocol TransactionHistoryResponse

The JSON response structure of the Transaction History endpoint.

  • Undocumented

    Declaration

    Swift

    var returned: Decimal { get }
  • Undocumented

    Declaration

    Swift

    var total: Decimal { get }
  • Undocumented

    Declaration

    Swift

    var transactions: [Transaction] { get }