Interface COM.ibm.jaws.models.trs.TravelProfile
All Packages Class Hierarchy This Package Previous Next Index
Interface COM.ibm.jaws.models.trs.TravelProfile
- public interface TravelProfile
- extends Object
- extends Common
-
addCreditCard(String, String, Date)
-
-
getCreditCards()
-
-
getPreferredCreditCard()
-
-
setPreferredCreditCard(CreditCard)
-
-
toString()
- Returns a String that represents the value of this Object.
toString
public abstract String toString()
- Returns a String that represents the value of this Object.
- Overrides:
- toString in class Object
addCreditCard
public abstract CreditCard addCreditCard(String type,
String number,
Date expirationDate)
getCreditCards
public abstract Iterator getCreditCards()
setPreferredCreditCard
public abstract void setPreferredCreditCard(CreditCard creditCard)
getPreferredCreditCard
public abstract CreditCard getPreferredCreditCard()
All Packages Class Hierarchy This Package Previous Next Index