@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-09-22T07:56:07.186+05:30") public class Body2 extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Body2.ObjectEnum
Describes type of token.
|
static class |
Body2.StateEnum
Current state of the token.
|
| Constructor and Description |
|---|
Body2() |
public Body2 links(InstrumentidentifiersLinks links)
public InstrumentidentifiersLinks getLinks()
public void setLinks(InstrumentidentifiersLinks links)
public String getId()
public Body2.ObjectEnum getObject()
public Body2.StateEnum getState()
public Body2 bankAccount(PaymentinstrumentsBankAccount bankAccount)
public PaymentinstrumentsBankAccount getBankAccount()
public void setBankAccount(PaymentinstrumentsBankAccount bankAccount)
public Body2 card(PaymentinstrumentsCard card)
public PaymentinstrumentsCard getCard()
public void setCard(PaymentinstrumentsCard card)
public Body2 buyerInformation(PaymentinstrumentsBuyerInformation buyerInformation)
public PaymentinstrumentsBuyerInformation getBuyerInformation()
public void setBuyerInformation(PaymentinstrumentsBuyerInformation buyerInformation)
public Body2 billTo(PaymentinstrumentsBillTo billTo)
public PaymentinstrumentsBillTo getBillTo()
public void setBillTo(PaymentinstrumentsBillTo billTo)
public Body2 processingInformation(PaymentinstrumentsProcessingInformation processingInformation)
public PaymentinstrumentsProcessingInformation getProcessingInformation()
public void setProcessingInformation(PaymentinstrumentsProcessingInformation processingInformation)
public Body2 merchantInformation(PaymentinstrumentsMerchantInformation merchantInformation)
public PaymentinstrumentsMerchantInformation getMerchantInformation()
public void setMerchantInformation(PaymentinstrumentsMerchantInformation merchantInformation)
public Body2 metaData(InstrumentidentifiersMetadata metaData)
public InstrumentidentifiersMetadata getMetaData()
public void setMetaData(InstrumentidentifiersMetadata metaData)
public Body2 instrumentIdentifier(PaymentinstrumentsInstrumentIdentifier instrumentIdentifier)
public PaymentinstrumentsInstrumentIdentifier getInstrumentIdentifier()
public void setInstrumentIdentifier(PaymentinstrumentsInstrumentIdentifier instrumentIdentifier)
Copyright © 2018. All rights reserved.