lib/fastly/models/invoice.rb in fastly-8.6.0 vs lib/fastly/models/invoice.rb in fastly-8.7.0
- old
+ new
@@ -14,10 +14,10 @@
module Fastly
class Invoice
# Customer ID associated with the invoice.
attr_accessor :customer_id
- # Alphanumeric string identifying the invoice.
+ # Numeric string identifying the invoice.
attr_accessor :invoice_id
# Date and time invoice was posted on, in ISO 8601 format.
attr_accessor :invoice_posted_on