Sha256: 77edeee214bdbfdf471c7b341aa705a3f285f4ae1deb399188a912ff38ce1e12
Contents?: true
Size: 555 Bytes
Versions: 1
Compression:
Stored size: 555 Bytes
Contents
# TalonOne::GenerateLoyaltyCard ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **status** | **String** | Status of the loyalty card. | [optional] [default to 'active'] **customer_profile_ids** | **Array<String>** | Integration IDs of the customer profiles linked to the card. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::GenerateLoyaltyCard.new(status: active, customer_profile_ids: [R195412, G244519]) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
talon_one-6.0.0 | docs/GenerateLoyaltyCard.md |