PatientResponsibleBalanceModel
Model used to retrieve or set information about the patient responsible balance.
| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientExternalId |
Unique ID of the patient on integrating system (Required, it can be zero). |
string |
None. |
| AmountDue |
Amount due by the patient (Required). |
decimal number |
None. |
| DueDate |
Date where the payment is due (set to null to empty the date). |
date |
None. |
| CreatedUtc |
Date and time in which the patient responsible balance was created (UTC) |
date |
None. |