Transfers class
- Inheritance
-
- Object
- IDisposable
- Transfers
Constructors
- Transfers(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(
String receiverAccountId, int amountInCents, String customSourceAccountApiToken) → Future< TransferModel> - Transfere um determinado valor de uma conta origem para uma conta destino.
-
dispose(
) → void -
Disposes controllers, streams, etc.
override
-
get(
) → Future< TransferModel> - Lista com todas as transferências efetuadas.
-
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