org.broadleafcommerce.vendor.paypal.service.payment.message.payment
Class PayPalShippingRequest
java.lang.Object
org.broadleafcommerce.vendor.paypal.service.payment.message.payment.PayPalShippingRequest
- All Implemented Interfaces:
- Serializable
public class PayPalShippingRequest
- extends Object
- implements Serializable
Created with IntelliJ IDEA.
User: elbertbautista
Date: 6/20/12
Time: 1:58 PM
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PayPalShippingRequest
public PayPalShippingRequest()
getShipToName
public String getShipToName()
setShipToName
public void setShipToName(String shipToName)
getShipToStreet
public String getShipToStreet()
setShipToStreet
public void setShipToStreet(String shipToStreet)
getShipToStreet2
public String getShipToStreet2()
setShipToStreet2
public void setShipToStreet2(String shipToStreet2)
getShipToCity
public String getShipToCity()
setShipToCity
public void setShipToCity(String shipToCity)
getShipToState
public String getShipToState()
setShipToState
public void setShipToState(String shipToState)
getShipToZip
public String getShipToZip()
setShipToZip
public void setShipToZip(String shipToZip)
getShipToCountryCode
public String getShipToCountryCode()
setShipToCountryCode
public void setShipToCountryCode(String shipToCountryCode)
getShipToPhoneNum
public String getShipToPhoneNum()
setShipToPhoneNum
public void setShipToPhoneNum(String shipToPhoneNum)
Copyright © 2013. All Rights Reserved.