ShopifySharpCustomer constructor

const ShopifySharpCustomer({
  1. List<ShopifySharpAddress>? addresses,
  2. DateTime? createdAt,
  3. String? currency,
  4. ShopifySharpAddress? defaultAddress,
  5. String? email,
  6. String? firstName,
  7. String? multipassIdentifier,
  8. String? lastName,
  9. int? lastOrderId,
  10. String? lastOrderName,
  11. String? note,
  12. int? ordersCount,
  13. String? phone,
  14. String? state,
  15. String? tags,
  16. bool? taxExempt,
  17. List<String>? taxExemptions,
  18. double? totalSpent,
  19. DateTime? updatedAt,
  20. bool? verifiedEmail,
  21. ShopifySharpCustomerSmsMarketingConsent? smsMarketingConsent,
  22. List<ShopifySharpMetaField>? metafields,
  23. ShopifySharpCustomerEmailMarketingConsent? emailMarketingConsent,
  24. int? id,
  25. String? adminGraphqlApiId,
})

Implementation

const ShopifySharpCustomer({
  this.addresses,
  this.createdAt,
  this.currency,
  this.defaultAddress,
  this.email,
  this.firstName,
  this.multipassIdentifier,
  this.lastName,
  this.lastOrderId,
  this.lastOrderName,
  this.note,
  this.ordersCount,
  this.phone,
  this.state,
  this.tags,
  this.taxExempt,
  this.taxExemptions,
  this.totalSpent,
  this.updatedAt,
  this.verifiedEmail,
  this.smsMarketingConsent,
  this.metafields,
  this.emailMarketingConsent,
  this.id,
  this.adminGraphqlApiId,
});