Conekta::UpdateOrderTaxResponse

August 1, 2023 ยท View on GitHub

Properties

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

Example

require 'conekta'

instance = Conekta::UpdateOrderTaxResponse.new(
  amount: 100,
  description: testing,
  metadata: {key&#x3D;value},
  id: tax_lin_2tQ8dC5mg1UADmVPo,
  object: tax_line,
  parent_id: ord_2tPAmKCEJqh8RE6nY
)