Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Structure

Excerpt


FieldTypeRequiredDescription
idIntegertrueUnique identificator of the DepositStatusType.
codeIntegertrueCode of the DepositStatusType.
nameStringtrueName of the DepositStatusType.


StatusTypes:

IdName
1Pending Payment
2Paid
3Cancelled
4Consumed
5Refund
6Expired
7Expected
8Partial Refunded
Insert excerptDepositStatusType Reference TableDepositStatusType Reference TablenameDepositStatusType Reference Tablenopaneltrue





JSON representation

Code Block
languagepowershell
themeDJango
{
	"id": 1,
	"name": "Pending Payment",
	"code": "PENPAY"
}