PaymentValidationsNameResultResponse class abstract

PaymentValidationsNameResultResponse

Properties:

  • firstName - Informs you if the first name your shopper provided matches the cardholder first name on file at the issuing bank. The first name is only validated for Visa. Possible values: match, partialMatch, noMatch
  • fullName - Informs you if the full name your shopper provided matches the cardholder name on file at the issuing bank. The full name is the only field that is validated for Mastercard. Possible values: match, partialMatch, noMatch
  • lastName - Informs you if the last name your shopper provided matches the cardholder last name on file at the issuing bank. The last name is only validated for Visa. Possible values: match, partialMatch, noMatch
  • middleName - Informs you if the middle name your shopper provided matches the cardholder middle name on file at the issuing bank. The middle name is only validated for Visa. Possible values: match, partialMatch, noMatch
Annotations
  • @BuiltValue.new()

Properties

firstName String?
Informs you if the first name your shopper provided matches the cardholder first name on file at the issuing bank. The first name is only validated for Visa. Possible values: match, partialMatch, noMatch
no setter
fullName String?
Informs you if the full name your shopper provided matches the cardholder name on file at the issuing bank. The full name is the only field that is validated for Mastercard. Possible values: match, partialMatch, noMatch
no setter
hashCode int
The hash code for this object.
no setterinherited
lastName String?
Informs you if the last name your shopper provided matches the cardholder last name on file at the issuing bank. The last name is only validated for Visa. Possible values: match, partialMatch, noMatch
no setter
middleName String?
Informs you if the middle name your shopper provided matches the cardholder middle name on file at the issuing bank. The middle name is only validated for Visa. Possible values: match, partialMatch, noMatch
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(PaymentValidationsNameResultResponseBuilder)) PaymentValidationsNameResultResponse
Rebuilds the instance.
inherited
toBuilder() PaymentValidationsNameResultResponseBuilder
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<PaymentValidationsNameResultResponse>
no setter