public interface TransferMethodConfigurationRepository
Modifier and Type | Interface and Description |
---|---|
static interface |
TransferMethodConfigurationRepository.LoadFieldsCallback |
static interface |
TransferMethodConfigurationRepository.LoadKeysCallback |
Modifier and Type | Method and Description |
---|---|
void |
getFields(java.lang.String country,
java.lang.String currency,
java.lang.String transferMethodType,
java.lang.String transferMethodProfileType,
TransferMethodConfigurationRepository.LoadFieldsCallback loadFieldsCallback) |
void |
getKeys(TransferMethodConfigurationRepository.LoadKeysCallback loadKeysCallback) |
void |
getTransferMethodTypesFeeAndProcessingTime(java.lang.String country,
java.lang.String currency,
TransferMethodConfigurationRepository.LoadKeysCallback loadKeysCallback) |
void |
refreshFields() |
void |
refreshKeys() |
void getKeys(TransferMethodConfigurationRepository.LoadKeysCallback loadKeysCallback)
void getTransferMethodTypesFeeAndProcessingTime(java.lang.String country, java.lang.String currency, TransferMethodConfigurationRepository.LoadKeysCallback loadKeysCallback)
void getFields(java.lang.String country, java.lang.String currency, java.lang.String transferMethodType, java.lang.String transferMethodProfileType, TransferMethodConfigurationRepository.LoadFieldsCallback loadFieldsCallback)
void refreshKeys()
void refreshFields()