| Property Name | Data Type | Length | Required | Readonly | Notes |
|---|---|---|---|---|---|
| Amount | decimal number | Y | Amount of the payment. | ||
| PayerName | string | 100 | N | Check Name. | |
| CheckNumber | string | 30 | N | Check number, required if the payment method has RequireCheckIndicator true. | |
| PaymentMethodId | integer | Y | The check payment method. Must have a payment type of Check (pmt_type = 3). | ||
| FK: TR_PAYMENT_METHOD.id   Resource: PaymentMethods | |||||
| Notes | string | 1024 | N | Optional notes for the payment. | |