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 9 Current »

Structure

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

JSON representation

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