DepositStatusType

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"
}