PayFanout API reference
Preparing search index...
adapter-stripe-server/src
StripeSubscriptionItemLike
Interface StripeSubscriptionItemLike
interface
StripeSubscriptionItemLike
{
current_period_end
?:
number
;
current_period_start
?:
number
;
id
:
string
;
price
?:
StripePriceLike
|
null
;
quantity
?:
number
|
null
;
}
Index
Properties
current_
period_
end?
current_
period_
start?
id
price?
quantity?
Properties
Optional
current_
period_
end
current_period_end
?:
number
Optional
current_
period_
start
current_period_start
?:
number
API 2025-03-31.basil moved the billing period from the subscription onto its items.
id
id
:
string
Optional
price
price
?:
StripePriceLike
|
null
Optional
quantity
quantity
?:
number
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
current_
period_
end
current_
period_
start
id
price
quantity
PayFanout API reference
Loading...
API 2025-03-31.basil moved the billing period from the subscription onto its items.