Package com.hyperwallet.clientsdk.model
Class HyperwalletTransferMethodConfiguration
- java.lang.Object
-
- com.hyperwallet.clientsdk.model.HyperwalletTransferMethodConfiguration
-
public class HyperwalletTransferMethodConfiguration extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHyperwalletTransferMethodConfiguration.Fieldstatic classHyperwalletTransferMethodConfiguration.SelectionChoice
-
Constructor Summary
Constructors Constructor Description HyperwalletTransferMethodConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getCountries()List<String>getCurrencies()List<HyperwalletTransferMethodConfiguration.Field>getFields()List<HyperwalletLink>getLinks()HyperwalletUser.ProfileTypegetProfileType()HyperwalletTransferMethod.TypegetType()HyperwalletTransferMethodConfigurationsetCountries(List<String> countries)HyperwalletTransferMethodConfigurationsetCurrencies(List<String> currencies)HyperwalletTransferMethodConfigurationsetFields(List<HyperwalletTransferMethodConfiguration.Field> fields)voidsetLinks(List<HyperwalletLink> links)HyperwalletTransferMethodConfigurationsetProfileType(HyperwalletUser.ProfileType profileType)HyperwalletTransferMethodConfigurationsetType(HyperwalletTransferMethod.Type type)
-
-
-
Method Detail
-
setCountries
public HyperwalletTransferMethodConfiguration setCountries(List<String> countries)
-
setCurrencies
public HyperwalletTransferMethodConfiguration setCurrencies(List<String> currencies)
-
getType
public HyperwalletTransferMethod.Type getType()
-
setType
public HyperwalletTransferMethodConfiguration setType(HyperwalletTransferMethod.Type type)
-
getProfileType
public HyperwalletUser.ProfileType getProfileType()
-
setProfileType
public HyperwalletTransferMethodConfiguration setProfileType(HyperwalletUser.ProfileType profileType)
-
getFields
public List<HyperwalletTransferMethodConfiguration.Field> getFields()
-
setFields
public HyperwalletTransferMethodConfiguration setFields(List<HyperwalletTransferMethodConfiguration.Field> fields)
-
getLinks
public List<HyperwalletLink> getLinks()
-
setLinks
public void setLinks(List<HyperwalletLink> links)
-
-