Skip to content

FaxLineRequest

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

Fields

area_code · String · The area_code
bill · String · The file type of the bill
city · String · The city
created_at · String! · required · The date and time that the fax line request was created
loa · String · The file type of the loa
request_type · String · The request type
state · String · The state

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
}