Method: KlaviyoAPI::SubscriptionParameters#consented_at
- Defined in:
- lib/klaviyo-api-sdk/models/subscription_parameters.rb
#consented_at ⇒ Object
The timestamp of when the profile’s consent was gathered. This should only be used when syncing over historical consent info to Klaviyo; if the ‘historical_import` flag is not included, providing any value for this field will raise an error.
22 23 24 |
# File 'lib/klaviyo-api-sdk/models/subscription_parameters.rb', line 22 def @consented_at end |