# 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 ) ```