lib/recurly/resources/invoice_mini.rb in recurly-4.39.0 vs lib/recurly/resources/invoice_mini.rb in recurly-4.40.0
- old
+ new
@@ -4,9 +4,13 @@
# need and we will usher them to the appropriate places.
module Recurly
module Resources
class InvoiceMini < Resource
+ # @!attribute business_entity_id
+ # @return [String] Unique ID to identify the business entity assigned to the invoice. Available when the `Multiple Business Entities` feature is enabled.
+ define_attribute :business_entity_id, String
+
# @!attribute id
# @return [String] Invoice ID
define_attribute :id, String
# @!attribute number