Sha256: 8a5b6cc7e0b133cf1fada57406349d45f548aee2f2d34a02ed4bd63c13c7e483

Contents?: true

Size: 910 Bytes

Versions: 14

Compression:

Stored size: 910 Bytes

Contents

# OpenapiClient::Loyalty

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | A unique ID associated with the loyalty program account. Must be unique within the merchants system. Depending on loyalty programs the account might also serve as a credit/bank account. If this is the case the ID must be not be the PAN. | [optional] 
**program** | **String** | A string that identifies the program in which the customer is enrolled if the merchant supports several programs or levels. | [optional] 
**balance** | **Float** | The balance of the loyalty program account in a program specific currency (e.g. points). | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::Loyalty.new(id: AK0123456789,
                                 program: gold,
                                 balance: 163)
```


Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
first_data_gateway-1.14.0 docs/Loyalty.md
first_data_gateway-1.13.0 docs/Loyalty.md
first_data_gateway-1.12.0 docs/Loyalty.md
first_data_gateway-1.11.0 docs/Loyalty.md
first_data_gateway-1.10.0 docs/Loyalty.md
first_data_gateway-1.9.0 docs/Loyalty.md
first_data_gateway-1.8.1 docs/Loyalty.md
first_data_gateway-1.8.0 docs/Loyalty.md
first_data_gateway-1.7.1 docs/Loyalty.md
first_data_gateway-1.7.0 docs/Loyalty.md
first_data_gateway-1.6.0 docs/Loyalty.md
first_data_gateway-1.5.0 docs/Loyalty.md
first_data_gateway-1.4.0 docs/Loyalty.md
first_data_gateway-1.3.0 docs/Loyalty.md