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() |
DebitCardRequest |
getDebitCard() |
br.com.moip.request.FundingInstrumentRequest.Method |
getMethod() |
MposRequest |
getMpos() |
OnlineBankDebitRequest |
getOnlineBankDebit() |
boolean |
isSuppressBoleto() |
boolean |
isSuppressCreditCard() |
FundingInstrumentRequest |
mposCreditCard(MposRequest mposRequest,
CreditCardRequest creditCard) |
FundingInstrumentRequest |
mposDebitCard(MposRequest mposRequest,
DebitCardRequest debitCard) |
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, DebitCardRequest debitCard)
public FundingInstrumentRequest mposCreditCard(MposRequest mposRequest, CreditCardRequest creditCard)
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 DebitCardRequest getDebitCard()
public MposRequest getMpos()
public OnlineBankDebitRequest getOnlineBankDebit()
public java.lang.String toString()
toString in class java.lang.Object