Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BankAccountsList

export
interface

BankAccountsList

Hierarchy

  • BankAccountsList

Index

Properties

current_page

current_page: number

Current page.

memberof

BankAccountsList

data

data: BankAccount[]
memberof

BankAccountsList

Optional from

from: undefined | number

Showing results from index element.

memberof

BankAccountsList

last_page

last_page: number

Last page, usually the total of available pages.

memberof

BankAccountsList

Optional next_page_url

next_page_url: undefined | string

URI to next page.

memberof

BankAccountsList

per_page

per_page: number

Number of objects per page

memberof

BankAccountsList

Optional prev_page_url

prev_page_url: undefined | string

URI to previous page.

memberof

BankAccountsList

Optional to

to: undefined | number

Showing results to index element.

memberof

BankAccountsList

total

total: number

Total number of results.

memberof

BankAccountsList

Generated using TypeDoc