Types > CustomerBalanceHistoryPage
Description
Topic: Customer Balance
Fields
Total number of items in the collection
items: [CustomerBalanceHistory!]!
Key of the last item for keyset based iteration
Used By
Queries
storefrontCustomerBalanceHistory
Preview (typescript)
interface CustomerBalanceHistoryPage {count: numberitems: CustomerBalanceHistory[]last_key: string}