@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-02-27T12:49:40.999Z") public class PtsV2PaymentsPost201ResponseIssuerInformation extends Object
| Constructor and Description |
|---|
PtsV2PaymentsPost201ResponseIssuerInformation() |
| Modifier and Type | Method and Description |
|---|---|
PtsV2PaymentsPost201ResponseIssuerInformation |
country(String country) |
PtsV2PaymentsPost201ResponseIssuerInformation |
discretionaryData(String discretionaryData) |
boolean |
equals(Object o) |
String |
getCountry()
Country in which the card was issued.
|
String |
getDiscretionaryData()
Data defined by the issuer.
|
String |
getResponseCode()
Additional authorization code that must be printed on the receipt when returned by the processor.
|
int |
hashCode() |
PtsV2PaymentsPost201ResponseIssuerInformation |
responseCode(String responseCode) |
void |
setCountry(String country) |
void |
setDiscretionaryData(String discretionaryData) |
void |
setResponseCode(String responseCode) |
String |
toString() |
public PtsV2PaymentsPost201ResponseIssuerInformation()
public PtsV2PaymentsPost201ResponseIssuerInformation country(String country)
public String getCountry()
public void setCountry(String country)
public PtsV2PaymentsPost201ResponseIssuerInformation discretionaryData(String discretionaryData)
public String getDiscretionaryData()
public void setDiscretionaryData(String discretionaryData)
public PtsV2PaymentsPost201ResponseIssuerInformation responseCode(String responseCode)
public String getResponseCode()
public void setResponseCode(String responseCode)
Copyright © 2019. All rights reserved.