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() |
OnlineBankDebitRequest |
getOnlineBankDebit() |
boolean |
isSuppressBoleto() |
boolean |
isSuppressCreditCard() |
FundingInstrumentRequest |
mposCreditCard(MposRequest mposRequest) |
FundingInstrumentRequest |
mposDebitCard(MposRequest mposRequest) |
FundingInstrumentRequest |
onlineBankDebit(OnlineBankDebitRequest onlineBankDebit) |
FundingInstrumentRequest |
suppressBoleto(boolean supressBoleto) |
FundingInstrumentRequest |
suppressCreditCard(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 onlineBankDebit(OnlineBankDebitRequest onlineBankDebit)
public FundingInstrumentRequest suppressBoleto(boolean supressBoleto)
public FundingInstrumentRequest suppressCreditCard(boolean supressCreditCard)
public boolean isSuppressBoleto()
public boolean isSuppressCreditCard()
public br.com.moip.request.FundingInstrumentRequest.Method getMethod()
public CreditCardRequest getCreditCard()
public BoletoRequest getBoleto()
public MposRequest getMpos()
public OnlineBankDebitRequest getOnlineBankDebit()
public java.lang.String toString()
toString in class java.lang.Object