File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,11 @@ declare module 'stripe' {
112
112
* An account id on whose behalf you wish to make every request.
113
113
*/
114
114
stripeAccount ?: string ;
115
+
116
+ /**
117
+ * An account on whose behalf you wish to make every request. See https://docs.corp.stripe.com/context for more information.
118
+ */
119
+ stripeContext ?: string ;
115
120
}
116
121
117
122
export interface RequestOptions {
@@ -131,6 +136,11 @@ declare module 'stripe' {
131
136
*/
132
137
stripeAccount ?: string ;
133
138
139
+ /**
140
+ * An account on whose behalf you wish to make a request. See https://docs.corp.stripe.com/context for more information.
141
+ */
142
+ stripeContext ?: string ;
143
+
134
144
/**
135
145
* The [API Version](https://stripe.com/docs/upgrades) to use for a given request (e.g., '2020-03-02').
136
146
*/
You can’t perform that action at this time.
0 commit comments