AccountFundingSummary
A summary of the funding an account has received. Funding corresponds only to deposit transactions that increase the balance of the account.
type AccountFundingSummary {
total: Money!
}
Fields
AccountFundingSummary.total
● Money!
non-null object
The total amount of funds this account has received across its lifecycle.
Member Of
Account
object