CustomerCreateResponse class

Constructors

CustomerCreateResponse({required int id, required DateTime dateCreated, required DateTime dateCreatedGmt, required DateTime dateModified, required DateTime dateModifiedGmt, required String email, required String firstName, required String lastName, required String role, required String username, required Ing billing, required Ing shipping, required bool isPayingCustomer, required String avatarUrl, required List metaData, required Links links})
CustomerCreateResponse.fromJson(Map<String, dynamic> json)
factory

Properties

avatarUrl String
final
billing Ing
final
dateCreated DateTime
final
dateCreatedGmt DateTime
final
dateModified DateTime
final
dateModifiedGmt DateTime
final
email String
final
firstName String
final
hashCode int
The hash code for this object.
no setterinherited
id int
final
isPayingCustomer bool
final
lastName String
final
final
metaData List
final
role String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shipping Ing
final
username String
final

Methods

copyWith({int? id, DateTime? dateCreated, DateTime? dateCreatedGmt, DateTime? dateModified, DateTime? dateModifiedGmt, String? email, String? firstName, String? lastName, String? role, String? username, Ing? billing, Ing? shipping, bool? isPayingCustomer, String? avatarUrl, List? metaData, Links? links}) CustomerCreateResponse
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited