public class PtsV2PayoutsPost201ResponseProcessorInformationElectronicVerificationResults extends Object
| Constructor | Description |
|---|---|
PtsV2PayoutsPost201ResponseProcessorInformationElectronicVerificationResults() |
| Modifier and Type | Method | Description |
|---|---|---|
PtsV2PayoutsPost201ResponseProcessorInformationElectronicVerificationResults |
emailRaw(String emailRaw) |
|
boolean |
equals(Object o) |
|
PtsV2PayoutsPost201ResponseProcessorInformationElectronicVerificationResults |
firstNameRaw(String firstNameRaw) |
|
String |
getEmailRaw() |
Raw Electronic Verification response code from the processor for the customer's email address.
|
String |
getFirstNameRaw() |
Raw electronic verification response code from the processor for the customer's first name.
|
String |
getLastNameRaw() |
Raw electronic verification response code from the processor for the customer's last name.
|
String |
getMiddleNameRaw() |
Raw electronic verification response code from the processor for the customer's middle name.
|
String |
getNameRaw() |
Raw Electronic Verification response code from the processor for the customer's name.
|
String |
getPhoneNumberRaw() |
Raw Electronic Verification response code from the processor for the customer's phone number.
|
int |
hashCode() |
|
PtsV2PayoutsPost201ResponseProcessorInformationElectronicVerificationResults |
lastNameRaw(String lastNameRaw) |
|
PtsV2PayoutsPost201ResponseProcessorInformationElectronicVerificationResults |
middleNameRaw(String middleNameRaw) |
|
PtsV2PayoutsPost201ResponseProcessorInformationElectronicVerificationResults |
nameRaw(String nameRaw) |
|
PtsV2PayoutsPost201ResponseProcessorInformationElectronicVerificationResults |
phoneNumberRaw(String phoneNumberRaw) |
|
void |
setEmailRaw(String emailRaw) |
|
void |
setFirstNameRaw(String firstNameRaw) |
|
void |
setLastNameRaw(String lastNameRaw) |
|
void |
setMiddleNameRaw(String middleNameRaw) |
|
void |
setNameRaw(String nameRaw) |
|
void |
setPhoneNumberRaw(String phoneNumberRaw) |
|
String |
toString() |
public PtsV2PayoutsPost201ResponseProcessorInformationElectronicVerificationResults()
public PtsV2PayoutsPost201ResponseProcessorInformationElectronicVerificationResults emailRaw(String emailRaw)
public String getEmailRaw()
public void setEmailRaw(String emailRaw)
public PtsV2PayoutsPost201ResponseProcessorInformationElectronicVerificationResults firstNameRaw(String firstNameRaw)
public String getFirstNameRaw()
public void setFirstNameRaw(String firstNameRaw)
public PtsV2PayoutsPost201ResponseProcessorInformationElectronicVerificationResults lastNameRaw(String lastNameRaw)
public String getLastNameRaw()
public void setLastNameRaw(String lastNameRaw)
public PtsV2PayoutsPost201ResponseProcessorInformationElectronicVerificationResults middleNameRaw(String middleNameRaw)
public String getMiddleNameRaw()
public void setMiddleNameRaw(String middleNameRaw)
public PtsV2PayoutsPost201ResponseProcessorInformationElectronicVerificationResults nameRaw(String nameRaw)
public String getNameRaw()
public void setNameRaw(String nameRaw)
public PtsV2PayoutsPost201ResponseProcessorInformationElectronicVerificationResults phoneNumberRaw(String phoneNumberRaw)
public String getPhoneNumberRaw()
public void setPhoneNumberRaw(String phoneNumberRaw)
Copyright © 2026. All rights reserved.