public class AirlineData extends Object
Constructor and Description |
---|
AirlineData() |
Modifier and Type | Method and Description |
---|---|
String |
getAgentNumericCode()
Numeric code identifying the agent
|
String |
getCode()
Airline numeric code
|
String |
getFlightDate()
Date of the Flight
Format: YYYYMMDD |
List<AirlineFlightLeg> |
getFlightLegs()
Object that holds the data on the individual legs of the ticket
|
String |
getInvoiceNumber()
Airline tracing number
|
Boolean |
getIsETicket()
|
Boolean |
getIsRegisteredCustomer()
Deprecated.
Use Order.customer.accountType instead
|
Boolean |
getIsRestrictedTicket()
|
String |
getIssueDate()
This is the date of issue recorded in the airline system
In a case of multiple issuances of the same ticket to a cardholder, you should use the last ticket date.
Format: YYYYMMDD |
Boolean |
getIsThirdParty()
|
String |
getMerchantCustomerId()
Your ID of the customer in the context of the airline data
|
String |
getName()
Name of the airline
|
Integer |
getNumberInParty()
Total number of passengers in the party.
|
String |
getPassengerName()
Name of passenger
|
List<AirlinePassenger> |
getPassengers()
Object that holds the data on the individual passengers (this object is used for fraud screening on the Ogone Payment Platform)
|
String |
getPlaceOfIssue()
Place of issue
For sales in the US the last two characters (pos 14-15) must be the US state code. |
String |
getPnr()
Passenger name record
|
String |
getPointOfSale()
IATA point of sale name
|
String |
getPosCityCode()
city code of the point of sale
|
String |
getTicketDeliveryMethod()
Possible values:
|
String |
getTicketNumber()
The ticket or document number.
|
Integer |
getTotalFare()
Total fare for all legs on the ticket, excluding taxes and fees.
|
Integer |
getTotalFee()
Total fee for all legs on the ticket.
|
Integer |
getTotalTaxes()
Total taxes for all legs on the ticket.
|
String |
getTravelAgencyName()
Name of the travel agency issuing the ticket.
|
void |
setAgentNumericCode(String value)
Numeric code identifying the agent
|
void |
setCode(String value)
Airline numeric code
|
void |
setFlightDate(String value)
Date of the Flight
Format: YYYYMMDD |
void |
setFlightLegs(List<AirlineFlightLeg> value)
Object that holds the data on the individual legs of the ticket
|
void |
setInvoiceNumber(String value)
Airline tracing number
|
void |
setIsETicket(Boolean value)
|
void |
setIsRegisteredCustomer(Boolean value)
Deprecated.
Use Order.customer.accountType instead
|
void |
setIsRestrictedTicket(Boolean value)
|
void |
setIssueDate(String value)
This is the date of issue recorded in the airline system
In a case of multiple issuances of the same ticket to a cardholder, you should use the last ticket date.
Format: YYYYMMDD |
void |
setIsThirdParty(Boolean value)
|
void |
setMerchantCustomerId(String value)
Your ID of the customer in the context of the airline data
|
void |
setName(String value)
Name of the airline
|
void |
setNumberInParty(Integer value)
Total number of passengers in the party.
|
void |
setPassengerName(String value)
Name of passenger
|
void |
setPassengers(List<AirlinePassenger> value)
Object that holds the data on the individual passengers (this object is used for fraud screening on the Ogone Payment Platform)
|
void |
setPlaceOfIssue(String value)
Place of issue
For sales in the US the last two characters (pos 14-15) must be the US state code. |
void |
setPnr(String value)
Passenger name record
|
void |
setPointOfSale(String value)
IATA point of sale name
|
void |
setPosCityCode(String value)
city code of the point of sale
|
void |
setTicketDeliveryMethod(String value)
Possible values:
|
void |
setTicketNumber(String value)
The ticket or document number.
|
void |
setTotalFare(Integer value)
Total fare for all legs on the ticket, excluding taxes and fees.
|
void |
setTotalFee(Integer value)
Total fee for all legs on the ticket.
|
void |
setTotalTaxes(Integer value)
Total taxes for all legs on the ticket.
|
void |
setTravelAgencyName(String value)
Name of the travel agency issuing the ticket.
|
public String getAgentNumericCode()
public void setAgentNumericCode(String value)
public String getCode()
public void setCode(String value)
public String getFlightDate()
public void setFlightDate(String value)
public List<AirlineFlightLeg> getFlightLegs()
public void setFlightLegs(List<AirlineFlightLeg> value)
public String getInvoiceNumber()
public void setInvoiceNumber(String value)
public Boolean getIsETicket()
public void setIsETicket(Boolean value)
@Deprecated public Boolean getIsRegisteredCustomer()
@Deprecated public void setIsRegisteredCustomer(Boolean value)
public Boolean getIsRestrictedTicket()
public void setIsRestrictedTicket(Boolean value)
public Boolean getIsThirdParty()
public void setIsThirdParty(Boolean value)
public String getIssueDate()
public void setIssueDate(String value)
public String getMerchantCustomerId()
public void setMerchantCustomerId(String value)
public String getName()
public void setName(String value)
public Integer getNumberInParty()
public void setNumberInParty(Integer value)
public String getPassengerName()
public void setPassengerName(String value)
public List<AirlinePassenger> getPassengers()
public void setPassengers(List<AirlinePassenger> value)
public String getPlaceOfIssue()
public void setPlaceOfIssue(String value)
public String getPnr()
public void setPnr(String value)
public String getPointOfSale()
public void setPointOfSale(String value)
public String getPosCityCode()
public void setPosCityCode(String value)
public String getTicketDeliveryMethod()
public void setTicketDeliveryMethod(String value)
public String getTicketNumber()
public void setTicketNumber(String value)
public Integer getTotalFare()
public void setTotalFare(Integer value)
public Integer getTotalFee()
public void setTotalFee(Integer value)
public Integer getTotalTaxes()
public void setTotalTaxes(Integer value)
public String getTravelAgencyName()
public void setTravelAgencyName(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.