RemoteTransferMethodConfigurationRepository
public final class RemoteTransferMethodConfigurationRepository : TransferMethodConfigurationRepository
RemoteTransferMethodConfigurationRepository
-
Declaration
Swift
public func getFields( _ country: String, _ currency: String, _ transferMethodType: String, _ transferMethodProfileType: String, completion: @escaping (Result<HyperwalletTransferMethodConfigurationField?, HyperwalletErrorType>) -> Void)
-
Declaration
Swift
public func getKeys( completion: @escaping (Result<HyperwalletTransferMethodConfigurationKey?, HyperwalletErrorType>) -> Void)
-
Declaration
Swift
public func getTransferMethodTypesFeesAndProcessingTimes( country: String, currency: String, completion: @escaping (Result<HyperwalletTransferMethodConfigurationKey?, HyperwalletErrorType>) -> Void)
-
Declaration
Swift
public func refreshFields()
-
Declaration
Swift
public func refreshKeys()