OBJECT
BillingLineItem
Billing line items associated with a billing.
link GraphQL Schema definition
- type BillingLineItem implements Node {
- # Amount Denominated in cents.
- Int @deprecated( reason: "Prices can be larger than is representable by a graphql integer. Use the string version instead. This field will be removed no earlier than July 1st, 2025.
" ) :
- # Amount In string with currency symbol.
- #
- # Arguments
- # currency: Currency in which to display money fields. Defaults
- # to the currency of the marketplace's home country.
- String): String ( :
- # Type of the billing line item.
- BillingLineItemTypeEnum! :
- String :
- ID! :
- Int! :
- }