PaymentMethodUPIApps class abstract

PaymentMethodUPIApps

Properties:

  • id - The unique identifier of this app, to submit in requests to /payments.
  • name_ - A localized name of the app.
Annotations
  • @BuiltValue.new()

Constructors

PaymentMethodUPIApps([void updates(PaymentMethodUPIAppsBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
The unique identifier of this app, to submit in requests to /payments.
no setter
name_ String
A localized name of the app.
no setter
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
rebuild(dynamic updates(PaymentMethodUPIAppsBuilder)) PaymentMethodUPIApps
Rebuilds the instance.
inherited
toBuilder() PaymentMethodUPIAppsBuilder
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<PaymentMethodUPIApps>
no setter