public static interface SettingsPresenter.IView extends org.ctoolkit.gwt.client.view.IView<InvoicingConfig>
| Modifier and Type | Method and Description |
|---|---|
void |
setAccount(Account account) |
void |
setBankAccounts(List<BankAccount> data) |
void |
setDomains(List<Domain> data,
SelectDomainType.DT type) |
void setDomains(@Nonnull List<Domain> data, @Nonnull SelectDomainType.DT type)
void setBankAccounts(@Nonnull List<BankAccount> data)
Copyright © 2023. All rights reserved.