Conekta::OrdersUpdateTaxesRequest

July 21, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
amountIntegerThe amount to be collected for tax in cents[optional]
descriptionStringdescription or tax's name[optional]
metadataHash<String, Object>[optional]

Example

require 'conekta'

instance = Conekta::OrdersUpdateTaxesRequest.new(
  amount: 100,
  description: testing,
  metadata: null
)