Anchor to Charge
objectCharge
A charge event representing when a merchant was billed.
Anchor to FieldsFields
- amount (Money!)
- balanceUsed (Decimal)
- cappedAmount (Decimal)
- chargeId (ID!)
- chargeType (ChargeType!)
- description (String)
- eventType (EventType!)
- id (ID!)
- metadata (EventMetadata)
- occurredAt (DateTime!)
- planHandle (String)
- shop (ShopReference)
- subject (Subject)
- usageQuantity (Decimal)
- Anchor to amountamount•Money!non-null
The amount the merchant was charged.
- Anchor to balanceUsedbalance•Decimal
Used The balance used for capped amount charges (legacy charges only).
- Anchor to cappedAmountcapped•Decimal
Amount The capped amount limit for usage-based charges (legacy charges only).
- Anchor to chargeIdcharge•ID!
Id non-null Stable identifier for this charge.
- Anchor to chargeTypecharge•Charge
Type Type! non-null The type of charge.
- Anchor to descriptiondescription•String
Description of the charge.
- Anchor to eventTypeevent•Event
Type Type! non-null The type of event.
- •ID!non-null
Unique identifier for the event.
- Anchor to metadatametadata•Event
Metadata Additional metadata for backfilled charges.
- Anchor to occurredAtoccurred•Date
At Time! non-null The date and time when the event occurred.
- Anchor to planHandleplan•String
Handle The plan handle associated with this charge.
- Anchor to shopshop•Shop
Reference The shop associated with the event.
- Anchor to subjectsubject•Subject
The subject of the event (App or Theme).
- Anchor to usageQuantityusage•Decimal
Quantity Quantity for usage charges.
Was this section helpful?