Represents a collection of Land and Adjustment objects used to calculate payment.
| Name | Data Type | Description |
|---|---|---|
| GroupKey | Integer |
System assigned, immutable value that uniquely identifies the record |
| PaymentKey | Nullable<Integer> |
Internal key value |
| Name | String |
User assigned, mutable value that uniquely identifies the record |
| Description | String |
User assigned, mutable value used to designate an entity |
| PriceMatrix | PriceMatrix |
Refer to data type’s documentation for further information |
| PayDate | DateTime |
Intended date of payment |
| PayPercent | Decimal |
Percentage of value to be paid |
| IsFinal | Boolean |
Indicates whether this is intended to be the final payment for the associated CropYear for all Land within the group |
| IsCalculated | Boolean |
Indicates whether payment for the group has been calculated |
| CalculatedDateTime | Nullable<DateTime> |
Indicates when payment was last calculated |
| PaymentReceipts | PaymentReceipt[] |
Refer to data type’s documentation for further information |