CustomersResource class
Constructors
- CustomersResource(ApiRequester client)
Properties
- chrome → CustomersChromeResource
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
get(
String customerKey, {String? $fields}) → Future< Customer> - Retrieves a customer.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(
Customer request, String customerKey, {String? $fields}) → Future< Customer> - Patches a customer.
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
Customer request, String customerKey, {String? $fields}) → Future< Customer> - Updates a customer.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited