public class FundingInstrumentRequest
extends java.lang.Object
| Constructor and Description |
|---|
FundingInstrumentRequest() |
| Modifier and Type | Method and Description |
|---|---|
FundingInstrumentRequest |
boleto(BoletoRequest boletoRequest) |
FundingInstrumentRequest |
creditCard(CreditCardRequest creditCard) |
BoletoRequest |
getBoleto() |
CreditCardRequest |
getCreditCard() |
br.com.moip.request.FundingInstrumentRequest.Method |
getMethod() |
MposRequest |
getMpos() |
boolean |
isSupressBoleto() |
boolean |
isSupressCreditCard() |
FundingInstrumentRequest |
mposCreditCard(MposRequest mposRequest) |
FundingInstrumentRequest |
mposDebitCard(MposRequest mposRequest) |
FundingInstrumentRequest |
supressBoleto(boolean supressBoleto) |
FundingInstrumentRequest |
supressCreditCard(boolean supressCreditCard) |
java.lang.String |
toString() |
public FundingInstrumentRequest creditCard(CreditCardRequest creditCard)
public FundingInstrumentRequest boleto(BoletoRequest boletoRequest)
public FundingInstrumentRequest mposDebitCard(MposRequest mposRequest)
public FundingInstrumentRequest mposCreditCard(MposRequest mposRequest)
public FundingInstrumentRequest supressBoleto(boolean supressBoleto)
public FundingInstrumentRequest supressCreditCard(boolean supressCreditCard)
public boolean isSupressBoleto()
public boolean isSupressCreditCard()
public br.com.moip.request.FundingInstrumentRequest.Method getMethod()
public CreditCardRequest getCreditCard()
public BoletoRequest getBoleto()
public MposRequest getMpos()
public java.lang.String toString()
toString in class java.lang.Object