public class PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults extends Object
| Constructor and Description |
|---|
PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults() |
| Modifier and Type | Method and Description |
|---|---|
PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults |
code(String code) |
PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults |
codeRaw(String codeRaw) |
PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults |
email(String email) |
PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults |
emailRaw(String emailRaw) |
boolean |
equals(Object o) |
PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults |
firstName(String firstName) |
PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults |
firstNameRaw(String firstNameRaw) |
String |
getCode()
Mapped Electronic Verification response code for the customer's name.
|
String |
getCodeRaw()
Raw Electronic Verification response code from the processor for the customer's last name
|
String |
getEmail()
Mapped Electronic Verification response code for the customer's email address.
|
String |
getEmailRaw()
Raw Electronic Verification response code from the processor for the customer's email address.
|
String |
getFirstName()
#### Visa Platform Connect Mapped electronic verification response code from the processor for the customer's first name.
|
String |
getFirstNameRaw()
#### Visa Platform Connect Raw electronic verification response code from the processor for the customer's first name.
|
String |
getLastName()
#### Visa Platform Connect Mapped electronic verification response code from the processor for the customer's last name.
|
String |
getLastNameRaw()
#### Visa Platform Connect Raw electronic verification response code from the processor for the customer's last name.
|
String |
getMiddleName()
#### Visa Platform Connect Mapped electronic verification response code from the processor for the customer's middle name.
|
String |
getMiddleNameRaw()
#### Visa Platform Connect Raw electronic verification response code from the processor for the customer's middle name.
|
String |
getName()
#### Visa Platform Connect Mapped Electronic Verification response code for the customer's name.
|
String |
getNameRaw()
#### Visa Platform Connect Raw Electronic Verification response code from the processor for the customer's name.
|
String |
getPhoneNumber()
Mapped Electronic Verification response code for the customer's phone number.
|
String |
getPhoneNumberRaw()
Raw Electronic Verification response code from the processor for the customer's phone number.
|
String |
getPostalCode()
Mapped Electronic Verification response code for the customer's postal code.
|
String |
getPostalCodeRaw()
Raw Electronic Verification response code from the processor for the customer's postal code.
|
String |
getStreet()
Mapped Electronic Verification response code for the customer's street address.
|
String |
getStreetRaw()
Raw Electronic Verification response code from the processor for the customer's street address.
|
int |
hashCode() |
PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults |
lastName(String lastName) |
PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults |
lastNameRaw(String lastNameRaw) |
PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults |
middleName(String middleName) |
PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults |
middleNameRaw(String middleNameRaw) |
PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults |
name(String name) |
PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults |
nameRaw(String nameRaw) |
PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults |
phoneNumber(String phoneNumber) |
PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults |
phoneNumberRaw(String phoneNumberRaw) |
PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults |
postalCode(String postalCode) |
PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults |
postalCodeRaw(String postalCodeRaw) |
void |
setCode(String code) |
void |
setCodeRaw(String codeRaw) |
void |
setEmail(String email) |
void |
setEmailRaw(String emailRaw) |
void |
setFirstName(String firstName) |
void |
setFirstNameRaw(String firstNameRaw) |
void |
setLastName(String lastName) |
void |
setLastNameRaw(String lastNameRaw) |
void |
setMiddleName(String middleName) |
void |
setMiddleNameRaw(String middleNameRaw) |
void |
setName(String name) |
void |
setNameRaw(String nameRaw) |
void |
setPhoneNumber(String phoneNumber) |
void |
setPhoneNumberRaw(String phoneNumberRaw) |
void |
setPostalCode(String postalCode) |
void |
setPostalCodeRaw(String postalCodeRaw) |
void |
setStreet(String street) |
void |
setStreetRaw(String streetRaw) |
PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults |
street(String street) |
PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults |
streetRaw(String streetRaw) |
String |
toString() |
public PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults()
public PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults code(String code)
public String getCode()
public void setCode(String code)
public PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults codeRaw(String codeRaw)
public String getCodeRaw()
public void setCodeRaw(String codeRaw)
public PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults email(String email)
public String getEmail()
public void setEmail(String email)
public PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults emailRaw(String emailRaw)
public String getEmailRaw()
public void setEmailRaw(String emailRaw)
public PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults phoneNumber(String phoneNumber)
public String getPhoneNumber()
public void setPhoneNumber(String phoneNumber)
public PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults phoneNumberRaw(String phoneNumberRaw)
public String getPhoneNumberRaw()
public void setPhoneNumberRaw(String phoneNumberRaw)
public PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults postalCode(String postalCode)
public String getPostalCode()
public void setPostalCode(String postalCode)
public PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults postalCodeRaw(String postalCodeRaw)
public String getPostalCodeRaw()
public void setPostalCodeRaw(String postalCodeRaw)
public PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults street(String street)
public String getStreet()
public void setStreet(String street)
public PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults streetRaw(String streetRaw)
public String getStreetRaw()
public void setStreetRaw(String streetRaw)
public PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults name(String name)
public String getName()
public void setName(String name)
public PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults nameRaw(String nameRaw)
public String getNameRaw()
public void setNameRaw(String nameRaw)
public PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults firstNameRaw(String firstNameRaw)
public String getFirstNameRaw()
public void setFirstNameRaw(String firstNameRaw)
public PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults firstName(String firstName)
public String getFirstName()
public void setFirstName(String firstName)
public PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults middleNameRaw(String middleNameRaw)
public String getMiddleNameRaw()
public void setMiddleNameRaw(String middleNameRaw)
public PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults middleName(String middleName)
public String getMiddleName()
public void setMiddleName(String middleName)
public PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults lastNameRaw(String lastNameRaw)
public String getLastNameRaw()
public void setLastNameRaw(String lastNameRaw)
public PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults lastName(String lastName)
public String getLastName()
public void setLastName(String lastName)
Copyright © 2025. All rights reserved.