Class ECGetResponse
ExpressCheckoutResponse-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the addressStatus parameterGets the ba_flag parametergetCity()Gets the city parameterGets the countrycode parametergetEmail()Gets the email parameterGets the payerid parameterGets the payerstatus parameterGets the phonenum parameterGets the shiptobusiness parameterGets the shiptocity parameterGets the shiptocountry parameterGets the shiptofirstname parameterGets the shiptolastname parameterGets the shiptoname parameterGets the shiptostate parameterGets the shiptostreet parameterGets the shiptostreet2 parameterGets the shiptozip parametergetState()Gets the state parameterGets the street parameterGets the street2 parametergetZip()Gets the zip parameterprotected voidMethods inherited from class paypal.payflow.ExpressCheckoutResponse
getTokenMethods inherited from class paypal.payflow.BaseResponseDataObject
setParams
-
Constructor Details
-
ECGetResponse
protected ECGetResponse()
-
-
Method Details
-
getEmail
Gets the email parameter- Returns:
- - String
Maps to Payflow Parameter: EMAIL
-
getPayerId
Gets the payerid parameter- Returns:
- - String
Maps to Payflow Parameter: PAYERID
-
getPayerStatus
Gets the payerstatus parameter- Returns:
- - String
Maps to Payflow Parameter: PAYERSTATUS
-
getShipToName
Gets the shiptoname parameter- Returns:
- - String
Maps to Payflow Parameter: SHIPTONAME
-
getShipToFirstName
Gets the shiptofirstname parameter- Returns:
- - String
Maps to Payflow Parameter: SHIPTOFIRSTNAME
-
getShipToLastName
Gets the shiptolastname parameter- Returns:
- - String
Maps to Payflow Parameter: SHIPTOLASTNAME
-
getShipToCountry
Gets the shiptocountry parameter- Returns:
- - String
Maps to Payflow Parameter: SHIPTOCOUNTRY
-
getShipToBusiness
Gets the shiptobusiness parameter- Returns:
- - String
Maps to Payflow Parameter: SHIPTOBUSINESS
-
getShipToStreet
Gets the shiptostreet parameter- Returns:
- - String
Maps to Payflow Parameter: SHIPTOSTREET
-
getShipToStreet2
Gets the shiptostreet2 parameter- Returns:
- - String
Maps to Payflow Parameter: SHIPTOSTREET2
-
getShipToCity
Gets the shiptocity parameter- Returns:
- - String
Maps to Payflow Parameter: SHIPTOCITY
-
getShipToState
Gets the shiptostate parameter- Returns:
- - String
Maps to Payflow Parameter: SHIPTOSTATE
-
getCountryCode
Gets the countrycode parameter- Returns:
- - String
Maps to Payflow Parameter: COUNTRYCODE
-
getShipToZip
Gets the shiptozip parameter- Returns:
- - String
Maps to Payflow Parameter: SHIPTOZIP
-
getba_Flag
Gets the ba_flag parameter- Returns:
- - String
Maps to Payflow Parameter: BA_FLAG
-
getPhoneNum
Gets the phonenum parameter- Returns:
- - String
Maps to Payflow Parameter: PHONENUM
-
getStreet
Gets the street parameter- Returns:
- - String
Maps to Payflow Parameter: STREET
-
getStreet2
Gets the street2 parameter- Returns:
- - String
Maps to Payflow Parameter: STREET2
-
getCity
Gets the city parameter- Returns:
- - String
Maps to Payflow Parameter: CITY
-
getState
Gets the state parameter- Returns:
- - String
Maps to Payflow Parameter: STATE
-
getZip
Gets the zip parameter- Returns:
- - String
Maps to Payflow Parameter: ZIP
-
getAddressStatus
Gets the addressStatus parameter- Returns:
- - String
Maps to Payflow Parameter: ADDRESSSTATUS
-
setParams
- Overrides:
setParamsin classExpressCheckoutResponse
-