Skip to main content

BillingActivityResponse

Types that use BillingActivityResponse

Not used by any types.

Call that uses BillingActivityResponse

Fields

Field
Type
Description
billingActivities
A list of billing activity entries that meet the filter criteria. Billing activity will include fees, credits, and promotional offers applied to the seller's account.
count
An integer representing the number of billing activity items returned in this response page.
limit
The value of the limit parameter. This is the maximum number of line items, as filtered, of billing transactions to return per page from the result set.
next
The URI for the next page of results starting with the resource name. This URI is returned if there is an additional page of results in the result set.
offset
The value of the offset parameter. This field indicates how many results were skipped in the response. If an offset parameter was not included in the request, this value will default to 0, returning the first page of results.
prev
The URI for the previous page of results starting with the resource name. This URI is returned if there is a previous page of results in the result set.
total
The total number of billing transactions available that match the filter criteria.

Note: When the total value exceeds the limit value, there are multiple pages of results.