Package com.adyen.model.checkout.details
Class GiropayDetails
- java.lang.Object
-
- com.adyen.model.checkout.details.GiropayDetails
-
- All Implemented Interfaces:
PaymentMethodDetails
public class GiropayDetails extends Object implements PaymentMethodDetails
GiropayDetails
-
-
Constructor Summary
Constructors Constructor Description GiropayDetails()
-
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.StringgetType()**giropay**inthashCode()GiropayDetailsrecurringDetailReference(String recurringDetailReference)voidsetRecurringDetailReference(String recurringDetailReference)voidsetStoredPaymentMethodId(String storedPaymentMethodId)voidsetType(String type)GiropayDetailsstoredPaymentMethodId(String storedPaymentMethodId)StringtoString()GiropayDetailstype(String type)
-
-
-
Field Detail
-
GIROPAY
public static final String GIROPAY
Possible types- See Also:
- Constant Field Values
-
-
Method Detail
-
recurringDetailReference
public GiropayDetails 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 GiropayDetails 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)
-
type
public GiropayDetails type(String type)
-
getType
public String getType()
**giropay**- Specified by:
getTypein interfacePaymentMethodDetails- Returns:
- type
-
setType
public void setType(String type)
- Specified by:
setTypein interfacePaymentMethodDetails
-
-