Sha256: ccdc70b0bfe73148d70b196807f080a2533c4e171b704b2e60502645693f714a

Contents?: true

Size: 544 Bytes

Versions: 4

Compression:

Stored size: 544 Bytes

Contents

# SyncteraRubySdk::Fee

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **amount** | **Integer** | Fee amount |  |
| **currency** | **String** | Fee currency code in ISO 4217 |  |
| **fee_type** | **String** | Fee type |  |
| **id** | **String** | Fee ID | [optional][readonly] |
| **product_type** | **String** |  |  |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::Fee.new(
  amount: null,
  currency: null,
  fee_type: null,
  id: null,
  product_type: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
synctera_ruby_sdk-1.1.3 docs/Fee.md
synctera_ruby_sdk-1.1.2 docs/Fee.md
synctera_ruby_sdk-1.1.1 docs/Fee.md
synctera_ruby_sdk-1.0.0 docs/Fee.md