Name | Type | Description | Notes |
---|---|---|---|
amount | Integer | The amount to be collected for tax in cents | [optional] |
description | String | description or tax's name | [optional] |
metadata | Hash<String, Object> | [optional] |
require 'conekta'
instance = Conekta::UpdateOrderTaxRequest.new(
amount: 100,
description: testing,
metadata: null
)