SudoSOS Back-end API / write-offs / WriteOffResponse
Interface: WriteOffResponse ​
Extends ​
Properties ​
amount ​
ts
amount: DineroObjectResponse;Inherited from ​
createdAt? ​
ts
optional createdAt: string;Inherited from ​
BaseWriteOffResponse.createdAt
id ​
ts
id: number;Inherited from ​
to ​
ts
to: BaseUserResponse;Inherited from ​
transfer ​
ts
transfer: TransferResponse;updatedAt? ​
ts
optional updatedAt: string;Inherited from ​
BaseWriteOffResponse.updatedAt
version? ​
ts
optional version: number;