Package com.adyen.model.checkout.details
Class QiwiWalletDetails
- java.lang.Object
-
- com.adyen.model.checkout.details.QiwiWalletDetails
-
- All Implemented Interfaces:
PaymentMethodDetails
public class QiwiWalletDetails extends Object implements PaymentMethodDetails
QiwiWalletDetails
-
-
Field Summary
Fields Modifier and Type Field Description static StringQIWIWALLETPossible types
-
Constructor Summary
Constructors Constructor Description QiwiWalletDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetTelephoneNumber()Get telephoneNumberStringgetType()**qiwiwallet**inthashCode()voidsetTelephoneNumber(String telephoneNumber)voidsetType(String type)QiwiWalletDetailstelephoneNumber(String telephoneNumber)StringtoString()QiwiWalletDetailstype(String type)
-
-
-
Field Detail
-
QIWIWALLET
public static final String QIWIWALLET
Possible types- See Also:
- Constant Field Values
-
-
Method Detail
-
telephoneNumber
public QiwiWalletDetails telephoneNumber(String telephoneNumber)
-
getTelephoneNumber
public String getTelephoneNumber()
Get telephoneNumber- Returns:
- telephoneNumber
-
setTelephoneNumber
public void setTelephoneNumber(String telephoneNumber)
-
type
public QiwiWalletDetails type(String type)
-
getType
public String getType()
**qiwiwallet**- Specified by:
getTypein interfacePaymentMethodDetails- Returns:
- type
-
setType
public void setType(String type)
- Specified by:
setTypein interfacePaymentMethodDetails
-
-