FinancialTransaction class
Cobrança Direta Podemos efetuar uma cobrança direta de um valor, utilizando um token de cartão de crédito, uma forma de pagamento de cliente ou gerando um boleto bancário.
- Inheritance
-
- Object
- IDisposable
- FinancialTransaction
Constructors
- FinancialTransaction(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
-
dispose(
) → void -
Disposes controllers, streams, etc.
override
-
getAllTransactions(
) → Future< FinancialTransactionResponse> - Listas todas as transações de uma conta
-
getAllTransactionsSubAccounts(
String apiUserToken) → Future< FinancialTransactionResponse> - Listas todas as transações dentro de um marketplace
-
getSimulAdvanceTransactions(
String transactionsIDs) → Future< FinancialTransactionResponse> - Simular um adiantamento de transações para a conta principal configurada
-
getSimulAdvanceTransactionsSubAccounts(
String transactionsIDs, String apiUserToken) → Future< FinancialTransactionResponse> - Simular um adiantamento de uma subconta
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
postAdvanceTransactionsSubAccounts(
String transactionsIDs, String apiUserToken) → Future< FinancialTransactionResponse> - Faz um pedido de adiantamento para de transações para uma subconta
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited