SudoSOS Back-end API / payout-requests / BasePayoutRequestResponse
Interface: BasePayoutRequestResponse ​
Extended by ​
Properties ​
amount ​
ts
amount: DineroObjectResponse;approvedBy? ​
ts
optional approvedBy: BaseUserResponse;The user that potentially approved the payout request
createdAt? ​
ts
optional createdAt: string;Inherited from ​
ts
BaseResponse.createdAtid ​
ts
id: number;Inherited from ​
ts
BaseResponse.idpdf? ​
ts
optional pdf: string;The PDF of the payout request
requestedBy ​
ts
requestedBy: BaseUserResponse;status? ​
ts
optional status: PayoutRequestState;enum:CREATED,APPROVED,DENIED,CANCELLED - The current status of the payout request
updatedAt? ​
ts
optional updatedAt: string;Inherited from ​
ts
BaseResponse.updatedAtversion? ​
ts
optional version: number;Inherited from ​
ts
BaseResponse.version