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

Version Path
ory-client-1.16.2 docs/Invoice.md
ory-client-1.16.1 docs/Invoice.md
ory-client-1.16.0 docs/Invoice.md
ory-client-1.15.17 docs/Invoice.md
ory-client-1.15.16 docs/Invoice.md
ory-client-1.15.15 docs/Invoice.md
ory-client-1.15.14 docs/Invoice.md
ory-client-1.15.13 docs/Invoice.md
ory-client-1.15.12 docs/Invoice.md
ory-client-1.15.10 docs/Invoice.md
ory-client-1.15.7 docs/Invoice.md
ory-client-1.15.6 docs/Invoice.md
ory-client-1.15.5 docs/Invoice.md
ory-client-1.15.4 docs/Invoice.md
ory-client-1.15.3 docs/Invoice.md
ory-client-1.15.0 docs/Invoice.md
ory-client-1.14.5 docs/Invoice.md