public class UpiDetails extends Object implements PaymentMethodDetails
| Constructor and Description |
|---|
UpiDetails() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getShopperNotificationReference()
The `shopperNotificationReference` returned in the response when you requested to notify the shopper.
|
String |
getStoredPaymentMethodId()
This is the `recurringDetailReference` returned in the response when you created the token.
|
SubscriptionDetails |
getSubscriptionDetails()
Get subscriptionDetails
|
String |
getType()
**upi**
|
String |
getVirtualPaymentAddress()
The virtual payment address for UPI.
|
int |
hashCode() |
void |
setShopperNotificationReference(String shopperNotificationReference) |
void |
setStoredPaymentMethodId(String storedPaymentMethodId) |
void |
setSubscriptionDetails(SubscriptionDetails subscriptionDetails) |
void |
setType(String type) |
void |
setVirtualPaymentAddress(String virtualPaymentAddress) |
UpiDetails |
shopperNotificationReference(String shopperNotificationReference) |
UpiDetails |
storedPaymentMethodId(String storedPaymentMethodId) |
UpiDetails |
subscriptionDetails(SubscriptionDetails subscriptionDetails) |
String |
toString() |
UpiDetails |
type(String type) |
UpiDetails |
virtualPaymentAddress(String virtualPaymentAddress) |
public static final String UPI
public UpiDetails shopperNotificationReference(String shopperNotificationReference)
public String getShopperNotificationReference()
public void setShopperNotificationReference(String shopperNotificationReference)
public UpiDetails storedPaymentMethodId(String storedPaymentMethodId)
public String getStoredPaymentMethodId()
public void setStoredPaymentMethodId(String storedPaymentMethodId)
public UpiDetails subscriptionDetails(SubscriptionDetails subscriptionDetails)
public SubscriptionDetails getSubscriptionDetails()
public void setSubscriptionDetails(SubscriptionDetails subscriptionDetails)
public UpiDetails type(String type)
public String getType()
getType in interface PaymentMethodDetailspublic void setType(String type)
setType in interface PaymentMethodDetailspublic UpiDetails virtualPaymentAddress(String virtualPaymentAddress)
public String getVirtualPaymentAddress()
public void setVirtualPaymentAddress(String virtualPaymentAddress)
Copyright © 2022. All rights reserved.