Sha256: 269c84612f6b8afc10162e2cdb9ad76e5bd910d1d2581da17dd6a6b762bce7da

Contents?: true

Size: 464 Bytes

Versions: 4

Compression:

Stored size: 464 Bytes

Contents

# SyncteraRubySdk::VendorXml

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **content_type** | **String** | Describes the content-type encoding received from the vendor |  |
| **vendor** | **String** |  |  |
| **xml** | **String** | Data representaion in XML |  |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::VendorXml.new(
  content_type: null,
  vendor: IDOLOGY,
  xml: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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