PayFanout API reference
Preparing search index...
adapter-paypal-server/src
PayPalSubscriptionsPageLike
Interface PayPalSubscriptionsPageLike
GET /v1/billing/subscriptions envelope (totals appear with total_required=true).
interface
PayPalSubscriptionsPageLike
{
links
?:
{
href
?:
string
;
method
?:
string
;
rel
?:
string
}
[]
;
subscriptions
?:
PayPalSubscriptionLike
[]
;
total_items
?:
number
;
total_pages
?:
number
;
}
Index
Properties
links?
subscriptions?
total_
items?
total_
pages?
Properties
Optional
links
links
?:
{
href
?:
string
;
method
?:
string
;
rel
?:
string
}
[]
Optional
subscriptions
subscriptions
?:
PayPalSubscriptionLike
[]
Optional
total_
items
total_items
?:
number
Optional
total_
pages
total_pages
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
links
subscriptions
total_
items
total_
pages
PayFanout API reference
Loading...
GET /v1/billing/subscriptions envelope (totals appear with total_required=true).