Skip to content

SudoSOS Back-end API / write-offs / WriteOffResponse

Interface: WriteOffResponse ​

Extends ​

Properties ​

amount ​

ts
amount: DineroObjectResponse;

Inherited from ​

BaseWriteOffResponse.amount


createdAt? ​

ts
optional createdAt: string;

Inherited from ​

BaseWriteOffResponse.createdAt


id ​

ts
id: number;

Inherited from ​

BaseWriteOffResponse.id


to ​

ts
to: BaseUserResponse;

Inherited from ​

BaseWriteOffResponse.to


transfer ​

ts
transfer: TransferResponse;

updatedAt? ​

ts
optional updatedAt: string;

Inherited from ​

BaseWriteOffResponse.updatedAt


version? ​

ts
optional version: number;

Inherited from ​

BaseWriteOffResponse.version