PaymentMode
Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Unique identifier for the PaymentModel. |
name | string | true | Name of the PaymentModel. |
code | String | false | Code of PaymentModel. |
chainProductId | int | false | ProductId related to the PaymentModel. |
JSON representation
{ "id": 1, "name": "Prepaid", "code":PRE, "chainProductId":25 }