lib/ory-client/models/invoice.rb in ory-client-1.14.4 vs lib/ory-client/models/invoice.rb in ory-client-1.14.5

- old
+ new

@@ -1,11 +1,11 @@ =begin #Ory APIs #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.14.4 +The version of the OpenAPI document: v1.14.5 Contact: support@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 =end @@ -13,10 +13,10 @@ require 'date' require 'time' module OryClient class Invoice - # The ID of the subscription + # The ID of the invoice. attr_accessor :id attr_accessor :invoiced_at # Type is the type of the invoice. usage InvoiceTypeUsage base InvoiceTypeBase