UpiApplicationDiscoveryAppPaymentType enum

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

Passed as paymentType parameter of UpiPay.getInstalledUpiApplications API.

Constants

both → const UpiApplicationDiscoveryAppPaymentType

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

const UpiApplicationDiscoveryAppPaymentType(2)
merchant → const UpiApplicationDiscoveryAppPaymentType

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

const UpiApplicationDiscoveryAppPaymentType(1)
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.

const UpiApplicationDiscoveryAppPaymentType(0)
values → const List<UpiApplicationDiscoveryAppPaymentType>

A constant List of the values in this enum, in order of their declaration.

const List<UpiApplicationDiscoveryAppPaymentType>

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
index int

The integer index of this enum.

final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
override

Operators

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