Package com.hyperwallet.clientsdk.model
Class HyperwalletTransferMethodConfiguration.SelectionChoice
- java.lang.Object
-
- com.hyperwallet.clientsdk.model.HyperwalletTransferMethodConfiguration.SelectionChoice
-
- Enclosing class:
- HyperwalletTransferMethodConfiguration
public static class HyperwalletTransferMethodConfiguration.SelectionChoice extends Object
-
-
Constructor Summary
Constructors Constructor Description SelectionChoice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLabel()StringgetValue()HyperwalletTransferMethodConfiguration.SelectionChoicesetLabel(String label)HyperwalletTransferMethodConfiguration.SelectionChoicesetValue(String value)
-
-
-
Method Detail
-
getValue
public String getValue()
-
setValue
public HyperwalletTransferMethodConfiguration.SelectionChoice setValue(String value)
-
getLabel
public String getLabel()
-
setLabel
public HyperwalletTransferMethodConfiguration.SelectionChoice setLabel(String label)
-
-