OBJECT
ReceivedFax
A Received Fax
link GraphQL Schema definition
- type ReceivedFax {
- # The archived status of the fax
- Boolean :
- # Any user added comments on the fax
- String :
- # The received date of the fax
- String :
- # The number of the sender of the fax
- String :
- # The unique identifier of the fax
- ID! :
- # Returns the referral provider name if fax number is found
- String :
- # Whether the received fax has been viewed by the current user
- Boolean :
- }