@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-04-09T11:41:34.789+05:30") public class EmbeddedInstrumentIdentifierRequest extends Object
| Constructor and Description |
|---|
EmbeddedInstrumentIdentifierRequest() |
| Modifier and Type | Method and Description |
|---|---|
EmbeddedInstrumentIdentifierRequest |
bankAccount(Tmsv1instrumentidentifiersBankAccount bankAccount) |
EmbeddedInstrumentIdentifierRequest |
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() |
EmbeddedInstrumentIdentifierRequest |
id(String id) |
void |
setBankAccount(Tmsv1instrumentidentifiersBankAccount bankAccount) |
void |
setCard(TmsV1InstrumentIdentifiersPost200ResponseCard card) |
void |
setId(String id) |
String |
toString() |
public EmbeddedInstrumentIdentifierRequest id(String id)
public String getId()
public void setId(String id)
public EmbeddedInstrumentIdentifierRequest card(TmsV1InstrumentIdentifiersPost200ResponseCard card)
public TmsV1InstrumentIdentifiersPost200ResponseCard getCard()
public void setCard(TmsV1InstrumentIdentifiersPost200ResponseCard card)
public EmbeddedInstrumentIdentifierRequest bankAccount(Tmsv1instrumentidentifiersBankAccount bankAccount)
public Tmsv1instrumentidentifiersBankAccount getBankAccount()
public void setBankAccount(Tmsv1instrumentidentifiersBankAccount bankAccount)
Copyright © 2020. All rights reserved.