# Objects / Transferee

# Transferee

**Object**
## Transferee

### Implements
*List of interfaces this object implements*

- [OrderAddressInterface](/documentation/Interfaces/Order-Address-Interface#OrderAddressInterface)
- [ReportFilterInterface](/documentation/Interfaces/Report-Filter-Interface#ReportFilterInterface)

| Fields | Type | Description |
| --- | --- | --- |
| id | [ID!](/documentation/Types/UUID#UUID) | The ID of the transferee |
| name | *String!* | The name of the transferee |
| contact | [Contact!](/documentation/Objects/Contact#Contact) | The contact of the transferee |
| orderAutomaticEmail | *Boolean* | Whether to automatically send emails when placing orders |
| emailFormat | [EmailFormatEnum](/documentation/Enums/Suppliers#EmailFormatEnum) | The format to use for sending emails |
| sendOrdersToAccountsFlow | *Boolean!* | Whether to email Accounts Flow automatically when orders are sent to this transferee |
| accountsFlowId | *String* | The ID to use as the account number for Accounts Flow, this is automatically generated when sending orders to accounts flow is enabled |
| orders | [TransfereeOrderConnection](#TransfereeOrderConnection) | A list of orders that the transferee is attached to |

## TransfereeOrderConnection
#### Object  —  [ConnectionType](/documentation/General/Connections) of [Order](/documentation/Objects/Orders#Order)

### Sortable Fields
*Fields from [Order](/documentation/Objects/Orders#Order) that can be used to sort the connection items*

- createdAt
- sentAt
- receivedAt
- createdBy
- sentBy
- receivedBy