PayUUpiDetails |
PayUUpiDetails.checkoutAttemptId(String checkoutAttemptId) |
The checkout attempt identifier.
|
static PayUUpiDetails |
PayUUpiDetails.fromJson(String jsonString) |
Create an instance of PayUUpiDetails given an JSON string
|
PayUUpiDetails |
CheckoutPaymentMethod.getPayUUpiDetails() |
Get the actual instance of `PayUUpiDetails`.
|
PayUUpiDetails |
PayUUpiDetails.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
PayUUpiDetails |
PayUUpiDetails.recurringDetailReference(String recurringDetailReference) |
Deprecated.
|
PayUUpiDetails |
PayUUpiDetails.sdkData(String sdkData) |
Base64-encoded JSON object containing SDK related parameters required by the SDK
|
PayUUpiDetails |
PayUUpiDetails.shopperNotificationReference(String shopperNotificationReference) |
The `shopperNotificationReference` returned in the response when you requested to
notify the shopper.
|
PayUUpiDetails |
PayUUpiDetails.storedPaymentMethodId(String storedPaymentMethodId) |
This is the `recurringDetailReference` returned in the response when you created the
token.
|
PayUUpiDetails |
PayUUpiDetails.type(PayUUpiDetails.TypeEnum type) |
**payu_IN_upi**
|
PayUUpiDetails |
PayUUpiDetails.virtualPaymentAddress(String virtualPaymentAddress) |
The virtual payment address for UPI.
|