# Inputs / Movements

# Movements

**Object**
## MovementDenominationInput

| Fields | Type | Description | Validation |
| --- | --- | --- | --- |
| denomination | *Float!* | The denomination of currency that was used | Minimum: 0Maximum: 10,000 |
| amount | *Float!* | The number of the denomination that was used | Minimum: 0Maximum: 10,000 |



**Object**
## MovementDirectionInput

| Fields | Type | Description |
| --- | --- | --- |
| in | [[MovementDenominationInput]](/documentation/Inputs/Movements#MovementDenominationInput) | The denominations that are going in to the register |
| out | [[MovementDenominationInput]](/documentation/Inputs/Movements#MovementDenominationInput) | The denominations that are going out of the register |