You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Details about the subscription that generated this invoice",
6732
6746
"nullable": true
6733
6747
},
6734
6748
"type": {
6749
+
"description": "The type of parent that generated this invoice",
6735
6750
"enum": [
6736
6751
"quote_details",
6737
6752
"subscription_details"
@@ -6761,11 +6776,13 @@
6761
6776
"description": "",
6762
6777
"properties": {
6763
6778
"behavior": {
6779
+
"description": "The payment collection behavior for this subscription while paused. One of `keep_as_draft`, `mark_uncollectible`, or `void`.",
6764
6780
"maxLength": 5000,
6765
6781
"nullable": true,
6766
6782
"type": "string"
6767
6783
},
6768
6784
"resumes_at": {
6785
+
"description": "The time after which the subscription will resume collecting payments.",
6769
6786
"format": "unix-time",
6770
6787
"nullable": true,
6771
6788
"type": "integer"
@@ -6787,6 +6804,7 @@
6787
6804
"description": "",
6788
6805
"properties": {
6789
6806
"quote": {
6807
+
"description": "The quote that generated this invoice",
6790
6808
"maxLength": 5000,
6791
6809
"type": "string"
6792
6810
}
@@ -6809,6 +6827,7 @@
6809
6827
"maxLength": 500,
6810
6828
"type": "string"
6811
6829
},
6830
+
"description": "Set of [key-value pairs](https://stripe.com/docs/api/metadata) defined as subscription metadata when an invoice is created. Becomes an immutable snapshot of the subscription metadata at the time of invoice finalization.\n *Note: This attribute is populated only for invoices created on or after June 29, 2023.*",
"description": "If specified, payment collection for this subscription will be paused. Note that the subscription status will be unchanged and will not be updated to `paused`. Learn more about [pausing collection](https://stripe.com/docs/billing/subscriptions/pause-payment).",
6821
6841
"nullable": true
6822
6842
},
6823
6843
"subscription": {
6844
+
"description": "The subscription that generated this invoice",
6824
6845
"maxLength": 5000,
6825
6846
"type": "string"
6826
6847
},
6827
6848
"subscription_proration_date": {
6849
+
"description": "Only set for upcoming invoices that preview prorations. The time used to calculate prorations.",
0 commit comments