FaxLineRequest
An object containing info about the user' s fax line requests
Fields
request_type
· String
· The request type Used By
Definition
"""An object containing info about the user' s fax line requests"""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}