OBJECT

NetPriceAmount

link GraphQL Schema definition

  • type NetPriceAmount {
  • netPriceAmountId: Int
  • offeringPriceId: Int @deprecated( reason: "net price is polymorphic please use priceId" )
  • priceId: Int
  • netPriceId: Int
  • amount: Float
  • offeringPrice: OfferingPrice @deprecated( reason: "net price is polymorphic please use price" )
  • price: NetPriceAmountPriceObject!
  • }

link Require by