Package com.adyen.model.checkout.details
Class VippsDetails
- java.lang.Object
-
- com.adyen.model.checkout.details.VippsDetails
-
- All Implemented Interfaces:
PaymentMethodDetails
public class VippsDetails extends Object implements PaymentMethodDetails
VippsDetails
-
-
Constructor Summary
Constructors Constructor Description VippsDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetRecurringDetailReference()This is the `recurringDetailReference` returned in the response when you created the token.StringgetStoredPaymentMethodId()This is the `recurringDetailReference` returned in the response when you created the token.StringgetTelephoneNumber()Get telephoneNumberStringgetType()**vipps**inthashCode()VippsDetailsrecurringDetailReference(String recurringDetailReference)voidsetRecurringDetailReference(String recurringDetailReference)voidsetStoredPaymentMethodId(String storedPaymentMethodId)voidsetTelephoneNumber(String telephoneNumber)voidsetType(String type)VippsDetailsstoredPaymentMethodId(String storedPaymentMethodId)VippsDetailstelephoneNumber(String telephoneNumber)StringtoString()VippsDetailstype(String type)
-
-
-
Field Detail
-
VIPPS
public static final String VIPPS
Possible types- See Also:
- Constant Field Values
-
-
Method Detail
-
recurringDetailReference
public VippsDetails recurringDetailReference(String recurringDetailReference)
-
getRecurringDetailReference
public String getRecurringDetailReference()
This is the `recurringDetailReference` returned in the response when you created the token.- Returns:
- recurringDetailReference
-
setRecurringDetailReference
public void setRecurringDetailReference(String recurringDetailReference)
-
storedPaymentMethodId
public VippsDetails storedPaymentMethodId(String storedPaymentMethodId)
-
getStoredPaymentMethodId
public String getStoredPaymentMethodId()
This is the `recurringDetailReference` returned in the response when you created the token.- Returns:
- storedPaymentMethodId
-
setStoredPaymentMethodId
public void setStoredPaymentMethodId(String storedPaymentMethodId)
-
telephoneNumber
public VippsDetails telephoneNumber(String telephoneNumber)
-
getTelephoneNumber
public String getTelephoneNumber()
Get telephoneNumber- Returns:
- telephoneNumber
-
setTelephoneNumber
public void setTelephoneNumber(String telephoneNumber)
-
type
public VippsDetails type(String type)
-
getType
public String getType()
**vipps**- Specified by:
getTypein interfacePaymentMethodDetails- Returns:
- type
-
setType
public void setType(String type)
- Specified by:
setTypein interfacePaymentMethodDetails
-
-