ListSubscriptionsRequest class
Properties
-
customer
→ String?
-
The ID of the customer whose subscriptions will be retrieved.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
price
→ String?
-
Filter for subscriptions that contain this recurring price ID.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
status
→ SubscriptionStatus?
-
The status of the subscriptions to retrieve. Passing in a value of
canceled will return all canceled subscriptions, including those belonging
to deleted customers. Pass ended to find subscriptions that are canceled
and subscriptions that are expired due to incomplete payment. Passing in a
value of all will return subscriptions of all statuses.
final