Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 507 Bytes

UpdateOrderTaxRequest.md

File metadata and controls

22 lines (16 loc) · 507 Bytes

Conekta::UpdateOrderTaxRequest

Properties

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]

Example

require 'conekta'

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