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] |
require 'conekta'
instance = Conekta::OrderTaxRequest.new(
amount: 100,
description: testing,
metadata: {"key":"value"}
)