OBJECT

FaxLineRequest

An object containing info about the user' s fax line requests

link GraphQL Schema definition

  • type FaxLineRequest {
  • # The area_code
  • area_code: String
  • # The file type of the bill
  • bill: String
  • # The city
  • city: String
  • # The date and time that the fax line request was created
  • created_at: String!
  • # The file type of the loa
  • loa: String
  • # The request type
  • request_type: String
  • # The state
  • state: String
  • }