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:

1=Pending Payment
2=Paid
3=Cancelled
4=Consumed
5=Refund
6=Expired
7=Expected


JSON representation

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