SudoSOS Back-end API / stripe / StripeDepositResponse
Interface: StripeDepositResponse ​
Properties ​
amount ​
ts
amount: DineroObjectResponse;createdAt? ​
ts
optional createdAt: string;Inherited from ​
ts
BaseResponse.createdAtdepositStatus ​
ts
depositStatus: StripePaymentIntentStatusResponse[];id ​
ts
id: number;Inherited from ​
ts
BaseResponse.idstripeId ​
ts
stripeId: string;to ​
ts
to: BaseUserResponse;updatedAt? ​
ts
optional updatedAt: string;Inherited from ​
ts
BaseResponse.updatedAtversion? ​
ts
optional version: number;Inherited from ​
ts
BaseResponse.version