public class FlightOfferSearch.PricingOptions
extends java.lang.Object
| Constructor and Description |
|---|
PricingOptions() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getCorporateCodes() |
java.lang.String[] |
getFareType() |
boolean |
isIncludedCheckedBagsOnly() |
boolean |
isNoPenaltyFare() |
boolean |
isNoRestrictionFare() |
boolean |
isRefundableFare() |
java.lang.String |
toString() |
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean isIncludedCheckedBagsOnly()
public java.lang.String[] getFareType()
public java.lang.String[] getCorporateCodes()
public boolean isRefundableFare()
public boolean isNoRestrictionFare()
public boolean isNoPenaltyFare()