public class GiropayDetails extends Object implements PaymentMethodDetails
| Constructor and Description |
|---|
GiropayDetails() |
| 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 |
getType()
**giropay**
|
int |
hashCode() |
void |
setStoredPaymentMethodId(String storedPaymentMethodId) |
void |
setType(String type) |
GiropayDetails |
storedPaymentMethodId(String storedPaymentMethodId) |
String |
toString() |
GiropayDetails |
type(String type) |
public static final String GIROPAY
public GiropayDetails storedPaymentMethodId(String storedPaymentMethodId)
public String getStoredPaymentMethodId()
public void setStoredPaymentMethodId(String storedPaymentMethodId)
public GiropayDetails type(String type)
public String getType()
getType in interface PaymentMethodDetailspublic void setType(String type)
setType in interface PaymentMethodDetailsCopyright © 2022. All rights reserved.