Name | Type | Description | Notes |
---|---|---|---|
Attempts | int? | The number of attempts made, this will be set by the system and reset automatically on put/post | [optional] |
Document | FaxesDocument | [optional] | |
FromName | string | The sender name for the fax | [optional] |
FromNumber | string | The sender number for the fax | |
Notifications | FaxesNotifications | [optional] | |
Retries | int? | The number of times to retry | [optional] |
ToName | string | The recipient name for the fax | [optional] |
ToNumber | string | The recipient number for the fax | |
TxResult | FaxesTxResult | [optional] |