Sha256: 486ebce9849d475d14bca194967da736e1ee5f2945172408452122baa412b6d0
Contents?: true
Size: 340 Bytes
Versions: 29
Compression:
Stored size: 340 Bytes
Contents
# OryClient::TaxLineItem ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **amount_in_cent** | **Integer** | | [optional] | | **title** | **String** | | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::TaxLineItem.new( amount_in_cent: null, title: null ) ```
Version data entries
29 entries across 29 versions & 1 rubygems