Package paypal.payflow
Class ECSetBARequest
java.lang.Object
paypal.payflow.ExpressCheckoutRequest
paypal.payflow.ECSetRequest
paypal.payflow.ECSetBARequest
Used for ExpressCheckout with Billing Agreement (Reference Transaction) without Purchase SET operation.
ECGetBARequest
ECDoBARequest-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Contextprotected StringBufferGets the Requestbuffer used for creating the actual request string.protected voidsetContext(Context context) protected voidsetRequestBuffer(StringBuffer value) sets the StringBuffer to hold the request string.Methods inherited from class paypal.payflow.ECSetRequest
generateRequest, getAddrOverride, getallowNote, getba_Custom, getba_Desc, getbillingType, getCancelUrl, getHeaderBackColor, getHeaderBorderColor, getHeaderImg, getLocalecode, getMaxAmt, getNoShipping, getPageStyle, getPayFlowColor, getpaymentType, getReqBillingAddress, getReqConfirmShipping, getReturnUrl, getshiptoName, setAddrOverride, setallowNote, setba_Custom, setba_Desc, setbillingType, setCancelUrl, setHeaderBackColor, setHeaderBorderColor, setHeaderImg, setLocalecode, setMaxAmt, setNoShipping, setPageStyle, setPayFlowColor, setpaymentType, setReqBillingAddress, setReqConfirmShipping, setReturnUrl, setshiptoNameMethods inherited from class paypal.payflow.ExpressCheckoutRequest
getCountryCode, getDoReauthorization, getPostalCode, getToken, setCountryCode, setDoReauthorization, setPostalCode, setToken
-
Constructor Details
-
ECSetBARequest
public ECSetBARequest(String ReturnUrl, String CancelUrl, String BillingType, String BA_Desc, String PaymentType, String BA_Custom) Constructor for ECSetBARequest- Parameters:
ReturnUrl- - StringCancelUrl- - StringBillingType- - StringBA_Desc- - StringPaymentType- - StringBA_Custom- - String *ECSetBARequest is used to set the data required for a Express Checkout Billing Agreement SET operation with Billing Agreement (Reference Transaction) without Purchase.
............. *Create the ECSetBARequest object ECSetBARequest setEC = new ECSetBARequest(ReturnUrl, CancelUrl, BillingType, BA_Desc, PaymentType, BA_Custom); *
.............
-
-
Method Details
-
getContext
-
setContext
-
getRequestBuffer
Gets the Requestbuffer used for creating the actual request string.- Returns:
- mRequestBuffer StringBuffer
-
setRequestBuffer
sets the StringBuffer to hold the request string.- Parameters:
value- StringBuffer
-