OBJECT

CustomerCost

A cost line in customer special price of the session

link GraphQL Schema definition

  • type CustomerCost {
  • # Prix
  • cost: Float
  • # Mode de calcul
  • costMode: String
  • # Description
  • description: String
  • id: ID
  • # Mensualisé
  • monthly: Boolean
  • # Type de coût
  • type: String
  • # Vat
  • vat: Float
  • }