CustomersResource class
Constructors
- CustomersResource(ApiRequester client)
 
Properties
- 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 customerId, {String? $fields}) → Future< Customer>  - Gets a customer account.
 - 
  insert(
Customer request, {String? customerAuthToken, String? $fields}) → Future< Customer>  - Orders a new customer's account.
 - 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  patch(
Customer request, String customerId, {String? $fields}) → Future< Customer>  - Updates a customer account's settings.
 - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 - 
  update(
Customer request, String customerId, {String? $fields}) → Future< Customer>  - Updates a customer account's settings.
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited