Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.97 KB

File metadata and controls

25 lines (21 loc) · 1.97 KB

Subscription

Properties

Name Type Description Notes
id String A unique 25-character alphanumeric resource identifier. [default to null]
resource String Resource type name, always "subscription". [default to null]
status String Current status of the subscription (e.g. "active", "cancelled"). [default to null]
amount Integer Amount greater than or equal to 0, in the lowest denomination of the currency (e.g. cents for USD). [default to null]
currency Currency [default to null]
customer Subscription_customer [default to null]
period SubscriptionPeriod [default to null]
day Integer Day of the period on which the subscription is charged. [default to null]
payment_details Subscription_payment_details [default to null]
retry_count Integer Number of times payment has been retried after failure. [default to null]
retry_at Date Timestamp of the next scheduled payment retry, or null. [default to null]
next_capture_at Date Timestamp of the next scheduled subscription charge. [default to null]
created_at Date Timestamp when the subscription was created. [default to null]
ended_at Date Timestamp when the subscription ended, or null if still active. [default to null]
metadata Object Arbitrary key-value metadata attached to the subscription. [default to null]
payments List Array of payment UUIDs associated with this subscription. [default to null]

[Back to Model list] [Back to API list] [Back to README]