Represents the result of applying an Adjustment to a WeightReceipt.
| Name | Data Type | Description |
|---|---|---|
| ReceiptAdjustmentKey | Integer |
System assigned, immutable value that uniquely identifies the record |
| Adjustment | Adjustment |
Refer to data type’s documentation for further information |
| CalculatedRate | Decimal |
Rate as calculated by the adjustment |
| CalculatedAmount | Decimal |
Amount as calculated by the adjustment |
| OverrideType | AdjustmentOverrideType |
Refer to data type’s documentation for further information |
| Rate | Decimal |
The effective rate |
| Amount | Decimal |
The effective amount |
| InshellRate | Nullable<Decimal> |
The effective rate per inshell pound |
| MeatRate | Nullable<Decimal> |
The effective rate per meat pound |