mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-14 05:50:20 +00:00
Merge pull request #28622 from abenrob/patch-1
listTransactions additional aguments
This commit is contained in:
Vendored
+10
@@ -716,6 +716,16 @@ declare namespace Stripe {
|
||||
* or "transfer_failure"
|
||||
*/
|
||||
type?: string;
|
||||
|
||||
/**
|
||||
* For automatic Stripe payouts only, only returns transactions that were payed out on the specified payout ID.
|
||||
*/
|
||||
payout?: string;
|
||||
|
||||
/**
|
||||
* A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
|
||||
*/
|
||||
limit?: number;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user