BalancesOperations interface

Interface representing a Balances operations.

Properties

getByBillingAccount

Gets the balances for a scope by billingAccountId. Balances are available via this API only for May 1, 2014 or later.

getForBillingPeriodByBillingAccount

Gets the balances for a scope by billing period and billingAccountId. Balances are available via this API only for May 1, 2014 or later.

Property Details

getByBillingAccount

Gets the balances for a scope by billingAccountId. Balances are available via this API only for May 1, 2014 or later.

getByBillingAccount: (billingAccountId: string, options?: BalancesGetByBillingAccountOptionalParams) => Promise<Balance>

Property Value

(billingAccountId: string, options?: BalancesGetByBillingAccountOptionalParams) => Promise<Balance>

getForBillingPeriodByBillingAccount

Gets the balances for a scope by billing period and billingAccountId. Balances are available via this API only for May 1, 2014 or later.

getForBillingPeriodByBillingAccount: (billingAccountId: string, billingPeriodName: string, options?: BalancesGetForBillingPeriodByBillingAccountOptionalParams) => Promise<Balance>

Property Value

(billingAccountId: string, billingPeriodName: string, options?: BalancesGetForBillingPeriodByBillingAccountOptionalParams) => Promise<Balance>