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