Sha256: 203b6c2bbb952d86d0dbe2d9515b2e701b2a70d2f29062634956e8c5b6e8f648
Contents?: true
Size: 537 Bytes
Versions: 3
Compression:
Stored size: 537 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 the customer profile was linked 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-7.0.0 | docs/LoyaltyCardProfileRegistration.md |
talon_one-6.0.0 | docs/LoyaltyCardProfileRegistration.md |
talon_one-5.0.0 | docs/LoyaltyCardProfileRegistration.md |