Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Structure

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

{
	"id": 1,
	"name": "Pending Payment",
	"code": "PENPAY"
}
  • No labels