PayFanout API reference
Preparing search index...
adapter-stripe-server/src
StripeListLike
Interface StripeListLike<T>
Stripe list envelope (auto-pagination is not used — cursors stay explicit).
interface
StripeListLike
<
T
>
{
data
:
T
[]
;
has_more
?:
boolean
;
}
Type Parameters
T
Index
Properties
data
has_
more?
Properties
data
data
:
T
[]
Optional
has_
more
has_more
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
has_
more
PayFanout API reference
Loading...
Stripe list envelope (auto-pagination is not used — cursors stay explicit).