Sha256: b47a37ecbfc29bcd3999a8a4fd7fd45e6e8deff0f4e9a7dba4e46c04d947b564
Contents?: true
Size: 525 Bytes
Versions: 3
Compression:
Stored size: 525 Bytes
Contents
# TalonOne::LoyaltyCardProfileRegistration ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **integration_id** | **String** | Integration ID of the customer profile linked to the card. | **timestamp** | **DateTime** | Timestamp of the registration to the card. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::LoyaltyCardProfileRegistration.new(integration_id: R195412, timestamp: 2021-09-12T10:12:42Z) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-3.0.2 | docs/LoyaltyCardProfileRegistration.md |
talon_one-3.0.1 | docs/LoyaltyCardProfileRegistration.md |
talon_one-3.0.0 | docs/LoyaltyCardProfileRegistration.md |