Sha256: 1ce556d654ac0018dd25f1add929d1607469b402e679e177a298cf5ba2e02d68

Contents?: true

Size: 689 Bytes

Versions: 29

Compression:

Stored size: 689 Bytes

Contents

# OryClient::LineItemV1

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **amount_in_cent** | **Integer** |  | [optional] |
| **description** | **String** |  | [optional] |
| **items** | [**Array<LineItemV1>**](LineItemV1.md) | Each line item can have sub-items to create a hierarchy. | [optional] |
| **quantity** | **Integer** |  | [optional] |
| **title** | **String** |  | [optional] |
| **unit_price** | **String** |  | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryClient::LineItemV1.new(
  amount_in_cent: null,
  description: null,
  items: null,
  quantity: null,
  title: null,
  unit_price: null
)
```

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
ory-client-1.14.1 docs/LineItemV1.md
ory-client-1.14.0 docs/LineItemV1.md
ory-client-1.13.10 docs/LineItemV1.md
ory-client-1.13.6 docs/LineItemV1.md
ory-client-1.13.4 docs/LineItemV1.md
ory-client-1.13.3 docs/LineItemV1.md
ory-client-1.13.2 docs/LineItemV1.md
ory-client-1.13.1 docs/LineItemV1.md
ory-client-1.13.0 docs/LineItemV1.md