Package br.com.moip.request
Class FundingInstrumentRequest
java.lang.Object
br.com.moip.request.FundingInstrumentRequest
public class FundingInstrumentRequest
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description FundingInstrumentRequest() -
Method Summary
Modifier and Type Method Description FundingInstrumentRequestboleto(BoletoRequest boletoRequest)FundingInstrumentRequestcreditCard(CreditCardRequest creditCard)BoletoRequestgetBoleto()CreditCardRequestgetCreditCard()br.com.moip.request.FundingInstrumentRequest.MethodgetMethod()MposRequestgetMpos()OnlineBankDebitRequestgetOnlineBankDebit()booleanisSuppressBoleto()booleanisSuppressCreditCard()FundingInstrumentRequestmposCreditCard(MposRequest mposRequest)FundingInstrumentRequestmposDebitCard(MposRequest mposRequest)FundingInstrumentRequestonlineBankDebit(OnlineBankDebitRequest onlineBankDebit)FundingInstrumentRequestsuppressBoleto(boolean supressBoleto)FundingInstrumentRequestsuppressCreditCard(boolean supressCreditCard)java.lang.StringtoString()
-
Constructor Details
-
FundingInstrumentRequest
public FundingInstrumentRequest()
-
-
Method Details
-
creditCard
-
boleto
-
mposDebitCard
-
mposCreditCard
-
onlineBankDebit
-
suppressBoleto
-
suppressCreditCard
-
isSuppressBoleto
public boolean isSuppressBoleto() -
isSuppressCreditCard
public boolean isSuppressCreditCard() -
getMethod
public br.com.moip.request.FundingInstrumentRequest.Method getMethod() -
getCreditCard
-
getBoleto
-
getMpos
-
getOnlineBankDebit
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-