Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identifier for the AccountReceivable. |
code | String | true | Code of the AccountReceivable. |
name | String | true | Name of the AccountReceivable. |
JSON representation
{ "id": 11, "code": "AM", "name": "American Express" }