# Inputs / Register Closures

# Register Closures

**Object**
## CloseRegisterPaymentsInput

| Fields | Type | Description | Validation |
| --- | --- | --- | --- |
| id | [ID!](/documentation/Types/UUID#UUID) | The ID of the payment method |  |
| expected | *Float!* | The expected total to receive for the payment method | Minimum: -1,000,000Maximum: 1,000,000 |
| received | *Float!* | The amount actually received for the payment method | Minimum: -1,000,000Maximum: 1,000,000 |
| additional | [JSON](/documentation/Types/JSON#JSON) | Any additional information to store along with the payment method |  |