Package com.adyen.model.checkout
Class PaymentDetails
- java.lang.Object
-
- com.adyen.model.checkout.PaymentDetails
-
public class PaymentDetails extends Object
PaymentDetails
-
-
Constructor Summary
Constructors Constructor Description PaymentDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetType()The payment method type.inthashCode()voidsetType(String type)StringtoString()PaymentDetailstype(String type)
-
-
-
Method Detail
-
type
public PaymentDetails type(String type)
-
getType
public String getType()
The payment method type.- Returns:
- type
-
setType
public void setType(String type)
-
-