Structure
StatusTypes: 1=Pending PaymentField Type Required Description id Integer true Unique identificator of the DepositStatusType. code Integer true Code of the DepositStatusType. name String true Name of the DepositStatusType.
2=Paid
3=Cancelled
4=Consumed
5=Refund
6=Expired
7=Expected
JSON representation
{ "id": 1, "name": "Pending Payment", "code": "PENPAY" }