UpiIntentDetails |
UpiIntentDetails.appId(String appId) |
TPAP (Third Party Application) Id that is being used to make the UPI payment
|
UpiIntentDetails |
UpiIntentDetails.billingSequenceNumber(String billingSequenceNumber) |
The sequence number for the debit.
|
UpiIntentDetails |
UpiIntentDetails.checkoutAttemptId(String checkoutAttemptId) |
The checkout attempt identifier.
|
static UpiIntentDetails |
UpiIntentDetails.fromJson(String jsonString) |
Create an instance of UpiIntentDetails given an JSON string
|
UpiIntentDetails |
CheckoutPaymentMethod.getUpiIntentDetails() |
Get the actual instance of `UpiIntentDetails`.
|
UpiIntentDetails |
UpiIntentDetails.recurringDetailReference(String recurringDetailReference) |
Deprecated.
|
UpiIntentDetails |
UpiIntentDetails.shopperNotificationReference(String shopperNotificationReference) |
The `shopperNotificationReference` returned in the response when you requested to
notify the shopper.
|
UpiIntentDetails |
UpiIntentDetails.storedPaymentMethodId(String storedPaymentMethodId) |
This is the `recurringDetailReference` returned in the response when you created the
token.
|
UpiIntentDetails |
UpiIntentDetails.type(UpiIntentDetails.TypeEnum type) |
**upi_intent**
|