lib/recurly/resources/invoice.rb in recurly-3.25.0 vs lib/recurly/resources/invoice.rb in recurly-3.26.0

- old
+ new

@@ -140,9 +140,13 @@ # @!attribute updated_at # @return [DateTime] Last updated at define_attribute :updated_at, DateTime + # @!attribute used_tax_service + # @return [Boolean] Will be `true` when the invoice had a successful response from the tax service and `false` when the invoice was not sent to tax service due to a lack of address or enabled jurisdiction or was processed without tax due to a non-blocking error returned from the tax service. + define_attribute :used_tax_service, :Boolean + # @!attribute vat_number # @return [String] VAT registration number for the customer on this invoice. This will come from the VAT Number field in the Billing Info or the Account Info depending on your tax settings and the invoice collection method. define_attribute :vat_number, String # @!attribute vat_reverse_charge_notes