OBJECT

MonthlyBillingItemsDataType

Monthly billing items data

link GraphQL Schema definition

  • type MonthlyBillingItemsDataType {
  • # Amount of monthly billing items
  • amount: Int
  • # Month the data relates to
  • month: String
  • }