Sha256: dfabff07410d48ed7f11d50578f362e7f27b80ce7c23e083f3c2b9c1d884e11d
Contents?: true
Size: 730 Bytes
Versions: 1
Compression:
Stored size: 730 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] **card_identifier** | **String** | The alphanumeric identifier of the loyalty card. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::GenerateLoyaltyCard.new(status: active, customer_profile_ids: [R195412, G244519], card_identifier: summer-loyalty-card-0543) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/GenerateLoyaltyCard.md |