# Inputs / Receipts

# Receipts

**Object**
## ReceiptAttachmentInput

| Fields | Type | Description | Validation |
| --- | --- | --- | --- |
| id | [ID!](/documentation/Types/UUID#UUID) | The ID of the receipt to attach |  |
| name | *String!* | The name to use when attaching to an email | Minimum Length: 1Maximum Length: 160 |



**Object**
## ReceiptPaddingInput

| Fields | Type | Description | Validation |
| --- | --- | --- | --- |
| top | *Float* | The padding for the top of the receipt | Minimum: 0 |
| left | *Float* | The padding for the left of the receipt | Minimum: 0 |
| right | *Float* | The padding for the right of the receipt | Minimum: 0 |
| bottom | *Float* | The padding for the bottom of the receipt | Minimum: 0 |