lib/recurly/resources/invoice.rb in recurly-4.13.0 vs lib/recurly/resources/invoice.rb in recurly-4.14.0
- old
+ new
@@ -53,11 +53,11 @@
# @!attribute due_at
# @return [DateTime] Date invoice is due. This is the date the net terms are reached.
define_attribute :due_at, DateTime
# @!attribute dunning_campaign_id
- # @return [String] Unique ID to identify the dunning campaign used when dunning the invoice. Available when the Dunning Campaigns feature is enabled. For sites without multiple dunning campaigns enabled, this will always be the default dunning campaign.
+ # @return [String] Unique ID to identify the dunning campaign used when dunning the invoice. For sites without multiple dunning campaigns enabled, this will always be the default dunning campaign.
define_attribute :dunning_campaign_id, String
# @!attribute has_more_line_items
# @return [Boolean] Identifies if the invoice has more line items than are returned in `line_items`. If `has_more_line_items` is `true`, then a request needs to be made to the `list_invoice_line_items` endpoint.
define_attribute :has_more_line_items, :Boolean
@@ -143,9 +143,13 @@
define_attribute :type, String
# @!attribute updated_at
# @return [DateTime] Last updated at
define_attribute :updated_at, DateTime
+
+ # @!attribute uuid
+ # @return [String] Invoice UUID
+ define_attribute :uuid, String
# @!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