OBJECT
ServicePriceItem
link GraphQL Schema definition
- type ServicePriceItem {
- Int :
- Currency :
- # total price amount, without quantity
- Float @deprecated( reason: "use originalPriceAmountTimesQuantity instead to get the correct price with quantity" ) :
- # total price amount, without quantity
- Float @deprecated( reason: "use priceAmountTimesQuantity instead to get the correct price with quantity" ) :
- # Approximated price in USD, for client-side filtering and ordering
- Float @deprecated( reason: "use priceUsdTimesQuantity instead to get the correct price with quantity" ) :
- # total price amount, with quantity
- Float :
- # total price amount, with quantity
- Float :
- # total usd amount, with quantity
- Float :
- FeePriceItem] : [
- DiscountItem] : [
- Int :
- Offering :
- Int :
- Int :
- DurationType :
- DateOnly :
- DateOnly :
- Int :
- }