@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class PtsV2PaymentsPost201ResponsePaymentInformationInstrumentIdentifier extends Object
| Constructor and Description |
|---|
PtsV2PaymentsPost201ResponsePaymentInformationInstrumentIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId()
Unique identifier for the Instrument Identifier token used in the transaction.
|
String |
getState()
Issuers state for the card number.
|
int |
hashCode() |
PtsV2PaymentsPost201ResponsePaymentInformationInstrumentIdentifier |
id(String id) |
void |
setId(String id) |
void |
setState(String state) |
PtsV2PaymentsPost201ResponsePaymentInformationInstrumentIdentifier |
state(String state) |
String |
toString() |
public PtsV2PaymentsPost201ResponsePaymentInformationInstrumentIdentifier()
public PtsV2PaymentsPost201ResponsePaymentInformationInstrumentIdentifier id(String id)
public String getId()
public void setId(String id)
public PtsV2PaymentsPost201ResponsePaymentInformationInstrumentIdentifier state(String state)
public String getState()
public void setState(String state)
Copyright © 2020. All rights reserved.