Skip to content

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.createdAt

id ​

ts
id: number;

Inherited from ​

ts
BaseResponse.id

pdf? ​

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.updatedAt

version? ​

ts
optional version: number;

Inherited from ​

ts
BaseResponse.version