PaymentMethodIssuer class abstract

PaymentMethodIssuer

Properties:

  • disabled - A boolean value indicating whether this issuer is unavailable. Can be true whenever the issuer is offline.
  • id - The unique identifier of this issuer, to submit in requests to /payments.
  • name_ - A localized name of the issuer.
Annotations
  • @BuiltValue.new()

Constructors

PaymentMethodIssuer([void updates(PaymentMethodIssuerBuilder b)])
factory

Properties

disabled bool?
A boolean value indicating whether this issuer is unavailable. Can be true whenever the issuer is offline.
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
The unique identifier of this issuer, to submit in requests to /payments.
no setter
name_ String
A localized name of the issuer.
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(PaymentMethodIssuerBuilder)) PaymentMethodIssuer
Rebuilds the instance.
inherited
toBuilder() PaymentMethodIssuerBuilder
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<PaymentMethodIssuer>
no setter