UpiApplicationDiscoveryAppPaymentType enum

Represents the type of payments in the apps that user wants to access.

Passed as paymentType parameter of UpiPay.getInstalledUpiApplications API.

Inheritance
  • Object
  • Enum
  • UpiApplicationDiscoveryAppPaymentType

Values

nonMerchant → const UpiApplicationDiscoveryAppPaymentType

Individual-to-individual payment type. If this type is passed, then the package finds packages for which such payment works. Currently, it's the only type accepted.

merchant → const UpiApplicationDiscoveryAppPaymentType

Merchant payment type. Currently not accepted. Will represent merchant payment type once they are supported.

both → const UpiApplicationDiscoveryAppPaymentType

Both individual-to-individual and merchant payment types. Not accepted currently.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<UpiApplicationDiscoveryAppPaymentType>
A constant List of the values in this enum, in order of their declaration.