Skip to content

SudoSOS Back-end API / transfers / TransferCategory

Enumeration: TransferCategory ​

Enumeration Members ​

CREDIT_INVOICE ​

ts
CREDIT_INVOICE: "creditInvoice";

DEPOSIT ​

ts
DEPOSIT: "deposit";

FINE ​

ts
FINE: "fine";

INACTIVE_ADMINISTRATIVE_COST ​

ts
INACTIVE_ADMINISTRATIVE_COST: "inactiveAdministrativeCost";

INVOICE ​

ts
INVOICE: "invoice";

MANUAL_CREATION ​

ts
MANUAL_CREATION: "manualCreation";

Orphaned transfer with no entity attached where fromId IS NULL — money entering the system without a linked deposit, invoice, etc.


MANUAL_DELETION ​

ts
MANUAL_DELETION: "manualDeletion";

Orphaned transfer with no entity attached where toId IS NULL — money leaving the system without a linked payout request, invoice, etc.


PAYOUT_REQUEST ​

ts
PAYOUT_REQUEST: "payoutRequest";

SELLER_PAYOUT ​

ts
SELLER_PAYOUT: "sellerPayout";

WAIVED_FINES ​

ts
WAIVED_FINES: "waivedFines";

WRITE_OFF ​

ts
WRITE_OFF: "writeOff";