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