@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-04-09T11:41:34.789+05:30") public class Tmsv1paymentinstrumentsInstrumentIdentifier extends Object
| Constructor and Description |
|---|
Tmsv1paymentinstrumentsInstrumentIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
Tmsv1paymentinstrumentsInstrumentIdentifier |
bankAccount(Tmsv1instrumentidentifiersBankAccount bankAccount) |
Tmsv1paymentinstrumentsInstrumentIdentifier |
card(TmsV1InstrumentIdentifiersPost200ResponseCard card) |
boolean |
equals(Object o) |
Tmsv1instrumentidentifiersBankAccount |
getBankAccount()
Get bankAccount
|
TmsV1InstrumentIdentifiersPost200ResponseCard |
getCard()
Get card
|
String |
getId()
The ID of the existing instrument identifier to be linked to the newly created payment instrument.
|
int |
hashCode() |
Tmsv1paymentinstrumentsInstrumentIdentifier |
id(String id) |
void |
setBankAccount(Tmsv1instrumentidentifiersBankAccount bankAccount) |
void |
setCard(TmsV1InstrumentIdentifiersPost200ResponseCard card) |
void |
setId(String id) |
String |
toString() |
public Tmsv1paymentinstrumentsInstrumentIdentifier()
public Tmsv1paymentinstrumentsInstrumentIdentifier id(String id)
public String getId()
public void setId(String id)
public Tmsv1paymentinstrumentsInstrumentIdentifier card(TmsV1InstrumentIdentifiersPost200ResponseCard card)
public TmsV1InstrumentIdentifiersPost200ResponseCard getCard()
public void setCard(TmsV1InstrumentIdentifiersPost200ResponseCard card)
public Tmsv1paymentinstrumentsInstrumentIdentifier bankAccount(Tmsv1instrumentidentifiersBankAccount bankAccount)
public Tmsv1instrumentidentifiersBankAccount getBankAccount()
public void setBankAccount(Tmsv1instrumentidentifiersBankAccount bankAccount)
Copyright © 2020. All rights reserved.