public class VippsDetails extends Object implements PaymentMethodDetails
| Constructor and Description |
|---|
VippsDetails() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getStoredPaymentMethodId()
This is the `recurringDetailReference` returned in the response when you created the token.
|
String |
getTelephoneNumber()
Get telephoneNumber
|
String |
getType()
**vipps**
|
int |
hashCode() |
void |
setStoredPaymentMethodId(String storedPaymentMethodId) |
void |
setTelephoneNumber(String telephoneNumber) |
void |
setType(String type) |
VippsDetails |
storedPaymentMethodId(String storedPaymentMethodId) |
VippsDetails |
telephoneNumber(String telephoneNumber) |
String |
toString() |
VippsDetails |
type(String type) |
public static final String VIPPS
public VippsDetails storedPaymentMethodId(String storedPaymentMethodId)
public String getStoredPaymentMethodId()
public void setStoredPaymentMethodId(String storedPaymentMethodId)
public VippsDetails telephoneNumber(String telephoneNumber)
public String getTelephoneNumber()
public void setTelephoneNumber(String telephoneNumber)
public VippsDetails type(String type)
public String getType()
getType in interface PaymentMethodDetailspublic void setType(String type)
setType in interface PaymentMethodDetailsCopyright © 2022. All rights reserved.