| Modifier and Type | Method and Description |
|---|---|
void |
EditInvoicePresenter.IView.fill(List<Transaction> transactions)
Fills the transactions that are associated with this invoice.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EditInvoiceView.fill(List<Transaction> transactions) |
| Modifier and Type | Method and Description |
|---|---|
void |
IncomingInvoiceDetailsPresenter.IView.fill(List<Transaction> transactions)
Fills the transactions that are associated with this invoice.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IncomingInvoiceDetailsView.fill(List<Transaction> transactions) |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
Transaction.setAmount(Double amount) |
Transaction |
Transaction.setBalance(Double balance) |
Transaction |
Transaction.setBankAccount(TransactionBank bankAccount) |
Transaction |
Transaction.setBill(Bill bill) |
Transaction |
Transaction.setBillAmount(Double billAmount) |
Transaction |
Transaction.setBillCurrency(String billCurrency) |
Transaction |
Transaction.setCompletedAt(Date completedAt) |
Transaction |
Transaction.setCredit(Boolean credit) |
Transaction |
Transaction.setCurrency(String currency) |
Transaction |
Transaction.setKey(String key) |
Transaction |
Transaction.setMerchant(Merchant merchant) |
Transaction |
Transaction.setReference(String reference) |
Transaction |
Transaction.setStatus(String status) |
Transaction |
Transaction.setTransactionId(Long transactionId) |
Transaction |
Transaction.setType(String type) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductBillingFacade.getTransactions(Long orderId,
Long invoiceId,
SuccessCallback<org.ctoolkit.gwt.client.facade.Items<Transaction>> callback)
Searches for transaction that match the filtering criteria.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ColumnTransactionReference.getValue(Transaction transaction) |
String |
ColumnTransactionAmount.getValue(Transaction object) |
String |
ColumnTransactionKey.getValue(Transaction object) |
gwt.material.design.client.ui.MaterialIcon |
ColumnTransactionPaymentMethod.getValue(Transaction transaction) |
| Modifier and Type | Method and Description |
|---|---|
void |
Transactions.fill(List<Transaction> transactions)
Fills the payment transactions to be listed in the table.
|
Copyright © 2020. All rights reserved.