@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-10-17T14:26:30.480+05:30") public class PtsV2PaymentsPost201ResponseProcessorInformationMerchantAdvice extends Object
| Constructor and Description |
|---|
PtsV2PaymentsPost201ResponseProcessorInformationMerchantAdvice() |
| Modifier and Type | Method and Description |
|---|---|
PtsV2PaymentsPost201ResponseProcessorInformationMerchantAdvice |
code(String code) |
PtsV2PaymentsPost201ResponseProcessorInformationMerchantAdvice |
codeRaw(String codeRaw) |
boolean |
equals(Object o) |
String |
getCode()
Reason the recurring payment transaction was declined.
|
String |
getCodeRaw()
Raw merchant advice code sent directly from the processor.
|
String |
getNameMatch()
#### Visa Platform Connect The field contains will contain the Account Name Request Result for zero amount Authorization request.
|
int |
hashCode() |
PtsV2PaymentsPost201ResponseProcessorInformationMerchantAdvice |
nameMatch(String nameMatch) |
void |
setCode(String code) |
void |
setCodeRaw(String codeRaw) |
void |
setNameMatch(String nameMatch) |
String |
toString() |
public PtsV2PaymentsPost201ResponseProcessorInformationMerchantAdvice()
public PtsV2PaymentsPost201ResponseProcessorInformationMerchantAdvice code(String code)
public String getCode()
public void setCode(String code)
public PtsV2PaymentsPost201ResponseProcessorInformationMerchantAdvice codeRaw(String codeRaw)
public String getCodeRaw()
public void setCodeRaw(String codeRaw)
public PtsV2PaymentsPost201ResponseProcessorInformationMerchantAdvice nameMatch(String nameMatch)
public String getNameMatch()
public void setNameMatch(String nameMatch)
Copyright © 2022. All rights reserved.