Sha256: 47828161c7b1f7b26c9b0bb0ef907523a27064325c4072b7889ceb13dcb2f5a4

Contents?: true

Size: 469 Bytes

Versions: 4

Compression:

Stored size: 469 Bytes

Contents

# SyncteraRubySdk::VendorJson

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **content_type** | **String** | Describes the content-type encoding received from the vendor |  |
| **json** | **Object** | Data representation in JSON |  |
| **vendor** | **String** |  |  |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::VendorJson.new(
  content_type: null,
  json: null,
  vendor: SOCURE
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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