Payment Status Enum
| ID | Name | Description |
|---|---|---|
| 1 | Other | The status of the payment is otherwise unknown. |
| 2 | Pending | The payment has been submitted and is pending bank action. |
| 3 | Paid | The payment has been successfully executed with a full payment. |
| 4 | Partially Paid | The payment has been successfully executed with a partial payment. |
| 5 | Late | The payment was made after the payment due date. |
| 6 | Returned | The payment was rejected by the bank and has been returned to the customer. |
| 7 | Failed | The payment process failed, whether it be a credit card rejection or some other error. |