Skip to content

SudoSOS Back-end API / payout-requests / PayoutRequestResponse

Interface: PayoutRequestResponse ​

Extends ​

Properties ​

amount ​

ts
amount: DineroObjectResponse;

Inherited from ​

BasePayoutRequestResponse.amount


approvedBy? ​

ts
optional approvedBy: BaseUserResponse;

The user that potentially approved the payout request

Inherited from ​

BasePayoutRequestResponse.approvedBy


bankAccountName ​

ts
bankAccountName: string;

bankAccountNumber ​

ts
bankAccountNumber: string;

createdAt? ​

ts
optional createdAt: string;

Inherited from ​

BasePayoutRequestResponse.createdAt


id ​

ts
id: number;

Inherited from ​

BasePayoutRequestResponse.id


pdf? ​

ts
optional pdf: string;

The PDF of the payout request

Inherited from ​

BasePayoutRequestResponse.pdf


requestedBy ​

ts
requestedBy: BaseUserResponse;

Inherited from ​

BasePayoutRequestResponse.requestedBy


status? ​

ts
optional status: PayoutRequestState;

enum:CREATED,APPROVED,DENIED,CANCELLED - The current status of the payout request

Inherited from ​

BasePayoutRequestResponse.status


statuses ​

ts
statuses: PayoutRequestStatusResponse[];

updatedAt? ​

ts
optional updatedAt: string;

Inherited from ​

BasePayoutRequestResponse.updatedAt


version? ​

ts
optional version: number;

Inherited from ​

BasePayoutRequestResponse.version