Skip to content
Start here

Billing

BillingHistory

Billing History Details
Deprecated
client.User.Billing.History.List(ctx, query) (*V4PagePaginationArray[BillingHistory], error)
GET/user/billing/history
ModelsExpand Collapse
type BillingHistory struct{…}
ID string

Billing item identifier tag.

maxLength32
Action string

The billing item action.

maxLength30
Amount float64

The amount associated with this billing item.

Currency string

The monetary unit in which pricing information is displayed.

Description string

The billing item description.

maxLength255
OccurredAt Time

When the billing item was created.

formatdate-time
Type string

The billing item type.

maxLength30
Zone BillingHistoryZone
Name stringoptional

BillingProfile

Billing Profile Details
Deprecated
client.User.Billing.Profile.Get(ctx) (*BillingProfileGetResponse, error)
GET/user/billing/profile