Sha256: 0393952897dd138d908f18072f4b743beecc3fefcaf45c0720097ad5657b8b3f

Contents?: true

Size: 711 Bytes

Versions: 5

Compression:

Stored size: 711 Bytes

Contents

# Conekta::UpdateOrderTaxResponse

## Properties

| 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] |
| **id** | **String** |  |  |
| **object** | **String** |  | [optional] |
| **parent_id** | **String** |  | [optional] |

## Example

```ruby
require 'conekta'

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
conekta-6.0.4 docs/UpdateOrderTaxResponse.md
conekta-6.0.3 docs/UpdateOrderTaxResponse.md
conekta-6.0.2 docs/UpdateOrderTaxResponse.md
conekta-6.0.1 docs/UpdateOrderTaxResponse.md
conekta-6.0.0 docs/UpdateOrderTaxResponse.md