@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-04-09T11:41:34.789+05:30") public class CreateInstrumentIdentifierRequest extends Object
| Constructor and Description |
|---|
CreateInstrumentIdentifierRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateInstrumentIdentifierRequest |
bankAccount(Tmsv1instrumentidentifiersBankAccount bankAccount) |
CreateInstrumentIdentifierRequest |
billTo(Tmsv1instrumentidentifiersBillTo billTo) |
CreateInstrumentIdentifierRequest |
card(Tmsv1instrumentidentifiersCard card) |
boolean |
equals(Object o) |
Tmsv1instrumentidentifiersBankAccount |
getBankAccount()
Get bankAccount
|
Tmsv1instrumentidentifiersBillTo |
getBillTo()
Get billTo
|
Tmsv1instrumentidentifiersCard |
getCard()
Get card
|
String |
getType()
Enrol card for a Network Token
|
int |
hashCode() |
void |
setBankAccount(Tmsv1instrumentidentifiersBankAccount bankAccount) |
void |
setBillTo(Tmsv1instrumentidentifiersBillTo billTo) |
void |
setCard(Tmsv1instrumentidentifiersCard card) |
void |
setType(String type) |
String |
toString() |
CreateInstrumentIdentifierRequest |
type(String type) |
public CreateInstrumentIdentifierRequest type(String type)
public String getType()
public void setType(String type)
public CreateInstrumentIdentifierRequest card(Tmsv1instrumentidentifiersCard card)
public Tmsv1instrumentidentifiersCard getCard()
public void setCard(Tmsv1instrumentidentifiersCard card)
public CreateInstrumentIdentifierRequest bankAccount(Tmsv1instrumentidentifiersBankAccount bankAccount)
public Tmsv1instrumentidentifiersBankAccount getBankAccount()
public void setBankAccount(Tmsv1instrumentidentifiersBankAccount bankAccount)
public CreateInstrumentIdentifierRequest billTo(Tmsv1instrumentidentifiersBillTo billTo)
public Tmsv1instrumentidentifiersBillTo getBillTo()
public void setBillTo(Tmsv1instrumentidentifiersBillTo billTo)
Copyright © 2020. All rights reserved.