Skip to content

SudoSOS Back-end API / transfers / TransferRequest

Interface: TransferRequest ​

Properties ​

amount ​

ts
amount: DineroObjectRequest;

createdAt? ​

ts
optional createdAt: string;

Date on which the transfer should be created


description ​

ts
description: string;

fromId ​

ts
fromId: number;

from which user the money is being transferred.


toId ​

ts
toId: number;

to which user the money is being transferred.


vatId? ​

ts
optional vatId: number;

The vat group id for the transfer.