ShopifySharpCustomer constructor
const
ShopifySharpCustomer({
- List<
ShopifySharpAddress> ? addresses, - DateTime? createdAt,
- String? currency,
- ShopifySharpAddress? defaultAddress,
- String? email,
- String? firstName,
- String? multipassIdentifier,
- String? lastName,
- int? lastOrderId,
- String? lastOrderName,
- String? note,
- int? ordersCount,
- String? phone,
- String? state,
- String? tags,
- bool? taxExempt,
- List<
String> ? taxExemptions, - double? totalSpent,
- DateTime? updatedAt,
- bool? verifiedEmail,
- ShopifySharpCustomerSmsMarketingConsent? smsMarketingConsent,
- List<
ShopifySharpMetaField> ? metafields, - ShopifySharpCustomerEmailMarketingConsent? emailMarketingConsent,
- int? id,
- 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,
});