Mayson Monorepo Documentation
Preparing search index...
packages/stripe/src
Stripe
StripeResourceExtension
Interface StripeResourceExtension<T>
interface
StripeResourceExtension
<
T
extends
object
>
{
prototype
:
StripeResource
;
new
StripeResourceExtension
(
stripe
:
Stripe
)
:
StripeResource
&
T
;
new
StripeResourceExtension
()
:
StripeResource
;
extend
<
T
extends
{
[
prop
:
string
]:
any
}
>
(
spec
:
T
,
)
:
StripeResourceExtension
<
T
>
;
method
<
ResponseObject
=
object
>
(
spec
:
{
method
:
string
;
path
?:
string
;
fullPath
?:
string
;
methodType
?:
"list"
|
"search"
;
}
,
)
:
(
...
args
:
any
[]
)
=>
Response
<
ResponseObject
>
;
MAX_BUFFERED_REQUEST_METRICS
:
number
;
}
Type Parameters
T
extends
object
Hierarchy (
View Summary
)
StripeResourceClass
StripeResourceExtension
Index
Constructors
constructor
Properties
prototype
MAX_
BUFFERED_
REQUEST_
METRICS
Methods
extend
method
Constructors
constructor
new
StripeResourceExtension
(
stripe
:
Stripe
)
:
StripeResource
&
T
Parameters
stripe
:
Stripe
Returns
StripeResource
&
T
new
StripeResourceExtension
()
:
StripeResource
Returns
StripeResource
Properties
prototype
prototype
:
StripeResource
MAX_
BUFFERED_
REQUEST_
METRICS
MAX_BUFFERED_REQUEST_METRICS
:
number
Methods
extend
extend
<
T
extends
{
[
prop
:
string
]:
any
}
>
(
spec
:
T
)
:
StripeResourceExtension
<
T
>
Type Parameters
T
extends
{
[
prop
:
string
]:
any
}
Parameters
spec
:
T
Returns
StripeResourceExtension
<
T
>
method
method
<
ResponseObject
=
object
>
(
spec
:
{
method
:
string
;
path
?:
string
;
fullPath
?:
string
;
methodType
?:
"list"
|
"search"
;
}
,
)
:
(
...
args
:
any
[]
)
=>
Response
<
ResponseObject
>
Type Parameters
ResponseObject
=
object
Parameters
spec
:
{
method
:
string
;
path
?:
string
;
fullPath
?:
string
;
methodType
?:
"list"
|
"search"
;
}
Returns
(
...
args
:
any
[]
)
=>
Response
<
ResponseObject
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
prototype
MAX_
BUFFERED_
REQUEST_
METRICS
Methods
extend
method
Mayson Monorepo Documentation
Loading...