@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class PtsV2PaymentsPost201ResponseProcessorInformationAchVerification extends Object
| Constructor and Description |
|---|
PtsV2PaymentsPost201ResponseProcessorInformationAchVerification() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getResultCode()
Results from the ACH verification service.
|
String |
getResultCodeRaw()
Raw results from the ACH verification service.
|
int |
hashCode() |
PtsV2PaymentsPost201ResponseProcessorInformationAchVerification |
resultCode(String resultCode) |
PtsV2PaymentsPost201ResponseProcessorInformationAchVerification |
resultCodeRaw(String resultCodeRaw) |
void |
setResultCode(String resultCode) |
void |
setResultCodeRaw(String resultCodeRaw) |
String |
toString() |
public PtsV2PaymentsPost201ResponseProcessorInformationAchVerification()
public PtsV2PaymentsPost201ResponseProcessorInformationAchVerification resultCode(String resultCode)
public String getResultCode()
public void setResultCode(String resultCode)
public PtsV2PaymentsPost201ResponseProcessorInformationAchVerification resultCodeRaw(String resultCodeRaw)
public String getResultCodeRaw()
public void setResultCodeRaw(String resultCodeRaw)
Copyright © 2020. All rights reserved.