Initial project import
This commit is contained in:
19
node_modules/stripe/esm/resources/ReserveTransactions.d.ts
generated
vendored
Normal file
19
node_modules/stripe/esm/resources/ReserveTransactions.d.ts
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
export interface ReserveTransaction {
|
||||
/**
|
||||
* Unique identifier for the object.
|
||||
*/
|
||||
id: string;
|
||||
/**
|
||||
* String representing the object's type. Objects of the same type share the same value.
|
||||
*/
|
||||
object: 'reserve_transaction';
|
||||
amount: number;
|
||||
/**
|
||||
* Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
|
||||
*/
|
||||
currency: string;
|
||||
/**
|
||||
* An arbitrary string attached to the object. Often useful for displaying to users.
|
||||
*/
|
||||
description: string | null;
|
||||
}
|
||||
Reference in New Issue
Block a user