Sha256: 21543737256c2d528a756d45d3ef7c5acef9cfeb77f6c8288850bcbf55fed6d8
Contents?: true
Size: 507 Bytes
Versions: 6
Compression:
Stored size: 507 Bytes
Contents
# 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 ```ruby require 'conekta' instance = Conekta::UpdateOrderTaxRequest.new( amount: 100, description: testing, metadata: null ) ```
Version data entries
6 entries across 6 versions & 1 rubygems