net.authorize.data
Class ShippingAddress

java.lang.Object
  extended by net.authorize.data.Address
      extended by net.authorize.data.ShippingAddress
All Implemented Interfaces:
Serializable

public class ShippingAddress
extends Address
implements Serializable

Product shipping address.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.authorize.data.Address
address, city, company, country, firstName, lastName, MAX_ADDRESS_LENGTH, MAX_CITY_LENGTH, MAX_COMPANY_LENGTH, MAX_COUNTRY_LENGTH, MAX_FIRST_NAME_LENGTH, MAX_LAST_NAME_LENGTH, MAX_STATE_LENGTH, MAX_ZIP_LENGTH, state, zipPostalCode
 
Method Summary
static ShippingAddress createShippingAddress()
           
 
Methods inherited from class net.authorize.data.Address
createAddress, getAddress, getCity, getCompany, getCountry, getFirstName, getLastName, getState, getZipPostalCode, setAddress, setCity, setCompany, setCountry, setFirstName, setLastName, setState, setZipPostalCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createShippingAddress

public static ShippingAddress createShippingAddress()


Copyright © 2014. All Rights Reserved.