Package com.adyen.model.checkout.details
Class UpiIntentDetails
- java.lang.Object
-
- com.adyen.model.checkout.details.UpiIntentDetails
-
- All Implemented Interfaces:
PaymentMethodDetails
public class UpiIntentDetails extends Object implements PaymentMethodDetails
UpiIntentDetails
-
-
Field Summary
Fields Modifier and Type Field Description static StringUPI_INTENT
-
Constructor Summary
Constructors Constructor Description UpiIntentDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetType()**upi**inthashCode()voidsetType(String type)StringtoString()UpiIntentDetailstype(String type)
-
-
-
Field Detail
-
UPI_INTENT
public static final String UPI_INTENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
public String getType()
**upi**- Specified by:
getTypein interfacePaymentMethodDetails- Returns:
- type
-
setType
public void setType(String type)
- Specified by:
setTypein interfacePaymentMethodDetails
-
type
public UpiIntentDetails type(String type)
-
-