Sha256: e69634d98a8f1dd7c58a9bb2f522df1f4765c900215931de8737f15e01ab7d1e

Contents?: true

Size: 410 Bytes

Versions: 4

Compression:

Stored size: 410 Bytes

Contents

# VeloPayments::MarketingOptIn

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**opted_in** | **Boolean** |  | [optional] 
**timestamp** | **DateTime** |  | [optional] 

## Code Sample

```ruby
require 'VeloPayments'

instance = VeloPayments::MarketingOptIn.new(opted_in: null,
                                 timestamp: 2019-01-20T09:00Z)
```


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
velopayments-2.20.119 docs/MarketingOptIn.md
velopayments-2.20.29.beta1 docs/MarketingOptIn.md
velopayments-2.19.116 docs/MarketingOptIn.md
velopayments-2.19.40.beta1 docs/MarketingOptIn.md