Sha256: a86c3d46433c22a68f7189bfaf9306ee44a470dab0e06d069d21376a53301f52
Contents?: true
Size: 606 Bytes
Versions: 17
Compression:
Stored size: 606 Bytes
Contents
# OryClient::Invoice ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | The ID of the invoice. | [readonly] | | **invoiced_at** | **Time** | | | | **type** | **String** | Type is the type of the invoice. usage InvoiceTypeUsage base InvoiceTypeBase | [readonly] | | **updated_at** | **Time** | | [optional] | | **v1** | [**InvoiceDataV1**](InvoiceDataV1.md) | | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::Invoice.new( id: null, invoiced_at: null, type: null, updated_at: null, v1: null ) ```
Version data entries
17 entries across 17 versions & 1 rubygems