GraphQL OBJECT

BillingTerm

link Definition

  • type BillingTerm {
  • # Billing term id.
  • id: Int!
  • # Billing term name.
  • name: String!
  • # Interval day count.
  • intervalDayCount: Int!
  • # Interval month count.
  • intervalMonthCount: Int!
  • }