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