PaymentMode

Structure

FieldTypeRequiredDescription
idinttrueUnique identifier for the PaymentModel.
namestringtrueName of the PaymentModel.
codeStringfalseCode of PaymentModel.
chainProductIdintfalseProductId related to the PaymentModel.

JSON representation

{
	"id": 1,
	"name": "Prepaid",
	"code":PRE,
	"chainProductId":25
}