Update generated code for v1841 and 2025-06-30.preview

This commit is contained in:
Stripe OpenAPI 2025-07-14 18:37:15 +00:00
parent 80f1000ffe
commit ced3113cf2
6 changed files with 13 additions and 13 deletions

View File

@ -1 +1 @@
v1839
v1841

View File

@ -1048,7 +1048,7 @@ module Stripe
attr_accessor :auto_advance
# Settings for automatic tax lookup for this invoice.
attr_accessor :automatic_tax
# The time when this invoice should be scheduled to finalize. The invoice will be finalized at this time if it is still in draft state. To turn off automatic finalization, set `auto_advance` to false.
# The time when this invoice should be scheduled to finalize (up to 5 years in the future). The invoice is finalized at this time if it's still in draft state. To turn off automatic finalization, set `auto_advance` to false.
attr_accessor :automatically_finalizes_at
# Either `charge_automatically` or `send_invoice`. This field can be updated only on `draft` invoices.
attr_accessor :collection_method
@ -1791,7 +1791,7 @@ module Stripe
attr_accessor :auto_advance
# Settings for automatic tax lookup for this invoice.
attr_accessor :automatic_tax
# The time when this invoice should be scheduled to finalize. The invoice will be finalized at this time if it is still in draft state.
# The time when this invoice should be scheduled to finalize (up to 5 years in the future). The invoice is finalized at this time if it's still in draft state.
attr_accessor :automatically_finalizes_at
# Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay this invoice using the default source attached to the customer. When sending an invoice, Stripe will email this invoice to the customer with payment instructions. Defaults to `charge_automatically`.
attr_accessor :collection_method

View File

@ -554,7 +554,7 @@ module Stripe
attr_accessor :auto_advance
# Settings for automatic tax lookup for this invoice.
attr_accessor :automatic_tax
# The time when this invoice should be scheduled to finalize. The invoice will be finalized at this time if it is still in draft state. To turn off automatic finalization, set `auto_advance` to false.
# The time when this invoice should be scheduled to finalize (up to 5 years in the future). The invoice is finalized at this time if it's still in draft state. To turn off automatic finalization, set `auto_advance` to false.
attr_accessor :automatically_finalizes_at
# Either `charge_automatically` or `send_invoice`. This field can be updated only on `draft` invoices.
attr_accessor :collection_method
@ -1297,7 +1297,7 @@ module Stripe
attr_accessor :auto_advance
# Settings for automatic tax lookup for this invoice.
attr_accessor :automatic_tax
# The time when this invoice should be scheduled to finalize. The invoice will be finalized at this time if it is still in draft state.
# The time when this invoice should be scheduled to finalize (up to 5 years in the future). The invoice is finalized at this time if it's still in draft state.
attr_accessor :automatically_finalizes_at
# Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay this invoice using the default source attached to the customer. When sending an invoice, Stripe will email this invoice to the customer with payment instructions. Defaults to `charge_automatically`.
attr_accessor :collection_method

View File

@ -29898,7 +29898,7 @@ module Stripe
# Settings for automatic tax lookup for this invoice.
sig { returns(T.nilable(::Stripe::Invoice::UpdateParams::AutomaticTax)) }
attr_accessor :automatic_tax
# The time when this invoice should be scheduled to finalize. The invoice will be finalized at this time if it is still in draft state. To turn off automatic finalization, set `auto_advance` to false.
# The time when this invoice should be scheduled to finalize (up to 5 years in the future). The invoice is finalized at this time if it's still in draft state. To turn off automatic finalization, set `auto_advance` to false.
sig { returns(T.nilable(Integer)) }
attr_accessor :automatically_finalizes_at
# Either `charge_automatically` or `send_invoice`. This field can be updated only on `draft` invoices.
@ -30699,7 +30699,7 @@ module Stripe
# Settings for automatic tax lookup for this invoice.
sig { returns(T.nilable(::Stripe::Invoice::CreateParams::AutomaticTax)) }
attr_accessor :automatic_tax
# The time when this invoice should be scheduled to finalize. The invoice will be finalized at this time if it is still in draft state.
# The time when this invoice should be scheduled to finalize (up to 5 years in the future). The invoice is finalized at this time if it's still in draft state.
sig { returns(T.nilable(Integer)) }
attr_accessor :automatically_finalizes_at
# Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay this invoice using the default source attached to the customer. When sending an invoice, Stripe will email this invoice to the customer with payment instructions. Defaults to `charge_automatically`.
@ -135830,7 +135830,7 @@ module Stripe
# Settings for automatic tax lookup for this invoice.
sig { returns(T.nilable(::Stripe::InvoiceService::UpdateParams::AutomaticTax)) }
attr_accessor :automatic_tax
# The time when this invoice should be scheduled to finalize. The invoice will be finalized at this time if it is still in draft state. To turn off automatic finalization, set `auto_advance` to false.
# The time when this invoice should be scheduled to finalize (up to 5 years in the future). The invoice is finalized at this time if it's still in draft state. To turn off automatic finalization, set `auto_advance` to false.
sig { returns(T.nilable(Integer)) }
attr_accessor :automatically_finalizes_at
# Either `charge_automatically` or `send_invoice`. This field can be updated only on `draft` invoices.
@ -136633,7 +136633,7 @@ module Stripe
# Settings for automatic tax lookup for this invoice.
sig { returns(T.nilable(::Stripe::InvoiceService::CreateParams::AutomaticTax)) }
attr_accessor :automatic_tax
# The time when this invoice should be scheduled to finalize. The invoice will be finalized at this time if it is still in draft state.
# The time when this invoice should be scheduled to finalize (up to 5 years in the future). The invoice is finalized at this time if it's still in draft state.
sig { returns(T.nilable(Integer)) }
attr_accessor :automatically_finalizes_at
# Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay this invoice using the default source attached to the customer. When sending an invoice, Stripe will email this invoice to the customer with payment instructions. Defaults to `charge_automatically`.

View File

@ -1466,7 +1466,7 @@ module Stripe
# Settings for automatic tax lookup for this invoice.
sig { returns(T.nilable(::Stripe::Invoice::UpdateParams::AutomaticTax)) }
attr_accessor :automatic_tax
# The time when this invoice should be scheduled to finalize. The invoice will be finalized at this time if it is still in draft state. To turn off automatic finalization, set `auto_advance` to false.
# The time when this invoice should be scheduled to finalize (up to 5 years in the future). The invoice is finalized at this time if it's still in draft state. To turn off automatic finalization, set `auto_advance` to false.
sig { returns(T.nilable(Integer)) }
attr_accessor :automatically_finalizes_at
# Either `charge_automatically` or `send_invoice`. This field can be updated only on `draft` invoices.
@ -2267,7 +2267,7 @@ module Stripe
# Settings for automatic tax lookup for this invoice.
sig { returns(T.nilable(::Stripe::Invoice::CreateParams::AutomaticTax)) }
attr_accessor :automatic_tax
# The time when this invoice should be scheduled to finalize. The invoice will be finalized at this time if it is still in draft state.
# The time when this invoice should be scheduled to finalize (up to 5 years in the future). The invoice is finalized at this time if it's still in draft state.
sig { returns(T.nilable(Integer)) }
attr_accessor :automatically_finalizes_at
# Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay this invoice using the default source attached to the customer. When sending an invoice, Stripe will email this invoice to the customer with payment instructions. Defaults to `charge_automatically`.

View File

@ -602,7 +602,7 @@ module Stripe
# Settings for automatic tax lookup for this invoice.
sig { returns(T.nilable(::Stripe::InvoiceService::UpdateParams::AutomaticTax)) }
attr_accessor :automatic_tax
# The time when this invoice should be scheduled to finalize. The invoice will be finalized at this time if it is still in draft state. To turn off automatic finalization, set `auto_advance` to false.
# The time when this invoice should be scheduled to finalize (up to 5 years in the future). The invoice is finalized at this time if it's still in draft state. To turn off automatic finalization, set `auto_advance` to false.
sig { returns(T.nilable(Integer)) }
attr_accessor :automatically_finalizes_at
# Either `charge_automatically` or `send_invoice`. This field can be updated only on `draft` invoices.
@ -1405,7 +1405,7 @@ module Stripe
# Settings for automatic tax lookup for this invoice.
sig { returns(T.nilable(::Stripe::InvoiceService::CreateParams::AutomaticTax)) }
attr_accessor :automatic_tax
# The time when this invoice should be scheduled to finalize. The invoice will be finalized at this time if it is still in draft state.
# The time when this invoice should be scheduled to finalize (up to 5 years in the future). The invoice is finalized at this time if it's still in draft state.
sig { returns(T.nilable(Integer)) }
attr_accessor :automatically_finalizes_at
# Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay this invoice using the default source attached to the customer. When sending an invoice, Stripe will email this invoice to the customer with payment instructions. Defaults to `charge_automatically`.