ShopifySharpCustomerSmsMarketingConsent constructor

const ShopifySharpCustomerSmsMarketingConsent({
  1. String? state,
  2. String? optInLevel,
  3. DateTime? consentUpdatedAt,
  4. String? consentCollectedFrom,
})

Implementation

const ShopifySharpCustomerSmsMarketingConsent({
  this.state,
  this.optInLevel,
  this.consentUpdatedAt,
  this.consentCollectedFrom,
});