Package com.adyen.model.checkout.details
Class PayUUpiDetails
- java.lang.Object
-
- com.adyen.model.checkout.details.PayUUpiDetails
-
- All Implemented Interfaces:
PaymentMethodDetails
public class PayUUpiDetails extends Object implements PaymentMethodDetails
PayUUpiDetails
-
-
Constructor Summary
Constructors Constructor Description PayUUpiDetails()
-
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.StringgetShopperNotificationReference()The `shopperNotificationReference` returned in the response when you requested to notify the shopper.StringgetStoredPaymentMethodId()This is the `recurringDetailReference` returned in the response when you created the token.StringgetType()**payu_IN_upi**StringgetVirtualPaymentAddress()The virtual payment address for UPI.inthashCode()PayUUpiDetailsrecurringDetailReference(String recurringDetailReference)voidsetRecurringDetailReference(String recurringDetailReference)voidsetShopperNotificationReference(String shopperNotificationReference)voidsetStoredPaymentMethodId(String storedPaymentMethodId)voidsetType(String type)voidsetVirtualPaymentAddress(String virtualPaymentAddress)PayUUpiDetailsshopperNotificationReference(String shopperNotificationReference)PayUUpiDetailsstoredPaymentMethodId(String storedPaymentMethodId)StringtoString()PayUUpiDetailstype(String type)PayUUpiDetailsvirtualPaymentAddress(String virtualPaymentAddress)
-
-
-
Field Detail
-
PAYUINUPI
public static final String PAYUINUPI
**payu_IN_upi**- See Also:
- Constant Field Values
-
-
Method Detail
-
recurringDetailReference
public PayUUpiDetails 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)
-
shopperNotificationReference
public PayUUpiDetails shopperNotificationReference(String shopperNotificationReference)
-
getShopperNotificationReference
public String getShopperNotificationReference()
The `shopperNotificationReference` returned in the response when you requested to notify the shopper. Used for recurring payment only.- Returns:
- shopperNotificationReference
-
setShopperNotificationReference
public void setShopperNotificationReference(String shopperNotificationReference)
-
storedPaymentMethodId
public PayUUpiDetails 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 PayUUpiDetails type(String type)
-
getType
public String getType()
**payu_IN_upi**- Specified by:
getTypein interfacePaymentMethodDetails- Returns:
- type
-
setType
public void setType(String type)
- Specified by:
setTypein interfacePaymentMethodDetails
-
virtualPaymentAddress
public PayUUpiDetails virtualPaymentAddress(String virtualPaymentAddress)
-
getVirtualPaymentAddress
public String getVirtualPaymentAddress()
The virtual payment address for UPI.- Returns:
- virtualPaymentAddress
-
setVirtualPaymentAddress
public void setVirtualPaymentAddress(String virtualPaymentAddress)
-
-