Package paypal.payflow
Class ECUpdateResponse
java.lang.Object
paypal.payflow.BaseResponseDataObject
paypal.payflow.ExpressCheckoutResponse
paypal.payflow.ECUpdateResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the BA_Desc parameter.Gets the BA_Status parameter.voidsetba_Desc(String ba_Desc) Sets the BA_Desc parameter.voidsetba_Status(String BA_Status) Sets the BA_Status parameter.protected voidMethods inherited from class paypal.payflow.ExpressCheckoutResponse
getTokenMethods inherited from class paypal.payflow.BaseResponseDataObject
setParams
-
Constructor Details
-
ECUpdateResponse
protected ECUpdateResponse()
-
-
Method Details
-
getba_Desc
Gets the BA_Desc parameter.- Returns:
- - String
Maps to Payflow Parameter: BA_DESC
-
setba_Desc
Sets the BA_Desc parameter.- Parameters:
ba_Desc- - StringMaps to Payflow Parameter: BA_DESC
-
getba_Status
Gets the BA_Status parameter.- Returns:
- - String
Maps to Payflow Parameter: BA_STATUS
-
setba_Status
Sets the BA_Status parameter.- Parameters:
BA_Status- - StringMaps to Payflow Parameter: BA_STATUS
-
setParams
- Overrides:
setParamsin classExpressCheckoutResponse
-