PapercupsCustomer class
This is the class which contains all customer info.
Constructors
Properties
- createdAt ↔ DateTime?
-
Date of Customer creation.
getter/setter pair
- email ↔ String?
-
Email of the customer.
getter/setter pair
- externalId ↔ String?
-
External ID used to identify the customer with the Papercups API.
getter/setter pair
- firstSeen ↔ DateTime?
-
The time where the customer was first seen.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The unique identifier of the customer on the Papercups system.
getter/setter pair
- lastSeenAt ↔ DateTime?
-
When the customer was last seen.
getter/setter pair
- name ↔ String?
-
Name of the customer.
getter/setter pair
- phone ↔ String?
-
Phone of the customer
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updatedAt ↔ DateTime?
-
When the customer details were last updated.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited