OBJECT

OperatorPayment

link GraphQL Schema definition

  • type OperatorPayment {
  • # True if the operator's credit card has expired or expires within 30 days.
  • showCreditCardWarning: Boolean!
  • # True if the operator has an outstanding balance above 100 and it is on or after
  • # the 20th day of the month.
  • showPaymentWarning: Boolean!
  • }