Sha256: c07ed6bd5c895026fb59b12d853e51da68a54f38471527652b4ca9b588b651dd

Contents?: true

Size: 484 Bytes

Versions: 3

Compression:

Stored size: 484 Bytes

Contents

# TalonOne::LoyaltyProgramSubledgers

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**loyalty_program_id** | **Integer** | The internal ID of the loyalty program. | 
**subledger_ids** | **Array<String>** | The list of subledger IDs. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::LoyaltyProgramSubledgers.new(loyalty_program_id: 5,
                                 subledger_ids: null)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/LoyaltyProgramSubledgers.md
talon_one-6.0.0 docs/LoyaltyProgramSubledgers.md
talon_one-5.0.0 docs/LoyaltyProgramSubledgers.md