Name | Type | Description | Notes |
---|---|---|---|
amount | Integer | The amount to be collected for tax in cents | |
description | String | description or tax's name | |
metadata | Hash<String, Object> | [optional] | |
id | String | ||
object | String | [optional] | |
parent_id | String | [optional] |
require 'conekta'
instance = Conekta::UpdateOrderTaxResponse.new(
amount: 100,
description: testing,
metadata: {key=value},
id: tax_lin_2tQ8dC5mg1UADmVPo,
object: tax_line,
parent_id: ord_2tPAmKCEJqh8RE6nY
)