PaymentValidationsNameRequest class abstract

PaymentValidationsNameRequest

Properties:

  • status - Set to requested to request a name validation to verify if the cardholder name provided by the shopper matches the cardholder name on file at the issuing bank.
Annotations
  • @BuiltValue.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
Set to requested to request a name validation to verify if the cardholder name provided by the shopper matches the cardholder name on file at the issuing bank.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(PaymentValidationsNameRequestBuilder)) PaymentValidationsNameRequest
Rebuilds the instance.
inherited
toBuilder() PaymentValidationsNameRequestBuilder
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<PaymentValidationsNameRequest>
no setter