All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ups.xmlsdk.xpci.Prepaid

java.lang.Object
   |
   +----com.ups.xmlsdk.xpci.BillingMethod
           |
           +----com.ups.xmlsdk.xpci.Prepaid

public abstract class Prepaid
extends BillingMethod
implements Serializable
Abstract class to define prepaid billing types for shipping purposes


Constructor Index

 o Prepaid()

Method Index

 o getAccountNumber()
 o setAccountNumber(String)

Constructors

 o Prepaid
 public Prepaid()

Methods

 o getAccountNumber
 public String getAccountNumber()
Returns:
java.lang.String
 o setAccountNumber
 public void setAccountNumber(String newAccountNumber)
Parameters:
newAccountNumber - java.lang.String

All Packages  Class Hierarchy  This Package  Previous  Next  Index