Preview

CustomerBalanceLedger is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

CustomerBalanceLedger

Definition of Customer Balance Ledger.

This page contains

    Fields

    id: ID!

    ID of the Customer Balance ledger

    createdOn: DateTime!

    Creation date of this balance

    balance: Decimal!

    Balance of the customer

    transaction: BalanceTransaction! PREVIEW

    Transaction that created the new balance

    Parent objects of CustomerBalanceLedger

    BalanceCustomer PREVIEW

    Definition of a Customer

    Queries for CustomerBalanceLedger

    customer PREVIEW

    Retrieve a customer with the latest or all balance by id

    customerByUserAndAccountAndMerchant PREVIEW

    Retrieve a customer with the latest or all balance by user Id, account Id and Merchant of Record