UpiIntentDetails class abstract
UpiIntentDetails
Properties:
- appId - TPAP (Third Party Application) Id that is being used to make the UPI payment
- billingSequenceNumber - The sequence number for the debit. For example, send 2 if this is the second debit for the subscription. The sequence number is included in the notification sent to the shopper.
- checkoutAttemptId - The checkout attempt identifier.
- recurringDetailReference - This is the
recurringDetailReferencereturned in the response when you created the token. - sdkData - Base64-encoded JSON object containing SDK related parameters required by the SDK
- shopperNotificationReference - The
shopperNotificationReferencereturned in the response when you requested to notify the shopper. Used for recurring payment only. - storedPaymentMethodId - This is the
recurringDetailReferencereturned in the response when you created the token. - type - upi_intent
- Annotations
-
- @BuiltValue.new()
Constructors
- UpiIntentDetails([void updates(UpiIntentDetailsBuilder b)])
-
factory
Properties
- appId → String?
-
TPAP (Third Party Application) Id that is being used to make the UPI payment
no setter
- billingSequenceNumber → String?
-
The sequence number for the debit. For example, send 2 if this is the second debit for the subscription. The sequence number is included in the notification sent to the shopper.
no setter
- checkoutAttemptId → String?
-
The checkout attempt identifier.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- recurringDetailReference → String?
-
This is the
recurringDetailReferencereturned in the response when you created the token.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sdkData → String?
-
Base64-encoded JSON object containing SDK related parameters required by the SDK
no setter
- shopperNotificationReference → String?
-
The
shopperNotificationReferencereturned in the response when you requested to notify the shopper. Used for recurring payment only.no setter - storedPaymentMethodId → String?
-
This is the
recurringDetailReferencereturned in the response when you created the token.no setter - type → UpiIntentDetailsTypeEnum
-
upi_intent
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(UpiIntentDetailsBuilder)) → UpiIntentDetails -
Rebuilds the instance.
inherited
-
toBuilder(
) → UpiIntentDetailsBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
UpiIntentDetails> -
no setter