@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-08-26T18:32:32.437+05:30") public class InstrumentIdentifierEnrollableCard extends Object
| Constructor and Description |
|---|
InstrumentIdentifierEnrollableCard() |
| Modifier and Type | Method and Description |
|---|---|
InstrumentIdentifierEnrollableCard |
bankAccount(Tmsv1instrumentidentifiersBankAccount bankAccount) |
InstrumentIdentifierEnrollableCard |
billTo(Tmsv1instrumentidentifiersBillTo billTo) |
InstrumentIdentifierEnrollableCard |
card(Tmsv1instrumentidentifiersCard card) |
boolean |
equals(Object o) |
Tmsv1instrumentidentifiersBankAccount |
getBankAccount()
Get bankAccount
|
Tmsv1instrumentidentifiersBillTo |
getBillTo()
Get billTo
|
Tmsv1instrumentidentifiersCard |
getCard()
Get card
|
String |
getType()
Type of Card
|
int |
hashCode() |
void |
setBankAccount(Tmsv1instrumentidentifiersBankAccount bankAccount) |
void |
setBillTo(Tmsv1instrumentidentifiersBillTo billTo) |
void |
setCard(Tmsv1instrumentidentifiersCard card) |
void |
setType(String type) |
String |
toString() |
InstrumentIdentifierEnrollableCard |
type(String type) |
public InstrumentIdentifierEnrollableCard type(String type)
public String getType()
public void setType(String type)
public InstrumentIdentifierEnrollableCard card(Tmsv1instrumentidentifiersCard card)
public Tmsv1instrumentidentifiersCard getCard()
public void setCard(Tmsv1instrumentidentifiersCard card)
public InstrumentIdentifierEnrollableCard bankAccount(Tmsv1instrumentidentifiersBankAccount bankAccount)
public Tmsv1instrumentidentifiersBankAccount getBankAccount()
public void setBankAccount(Tmsv1instrumentidentifiersBankAccount bankAccount)
public InstrumentIdentifierEnrollableCard billTo(Tmsv1instrumentidentifiersBillTo billTo)
public Tmsv1instrumentidentifiersBillTo getBillTo()
public void setBillTo(Tmsv1instrumentidentifiersBillTo billTo)
Copyright © 2019. All rights reserved.