Customer class
- Inheritance
-
- Object
- IDisposable
- Customer
Constructors
- Customer(IuguClient client)
Properties
- apiResource ↔ APIResource
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(
{required CustomerRequestMessage request, String customApiToken = ''}) → Future< CustomerModel> - Cria um cliente em uma conta especifica
-
delete(
{required String id, required String customApiToken}) → Future< CustomerModel> -
dispose(
) → void -
Disposes controllers, streams, etc.
override
-
get(
) → Future< CustomersModel> -
getById(
{required String id}) → Future< CustomerModel> -
getFromCustomApiToken(
String customApiToken) → Future< CustomerModel> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
put(
{required String id, required CustomerModel model}) → Future< CustomerModel> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited