/**
 * CyberSource Merged Spec
 * All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html
 *
 * OpenAPI spec version: 0.0.1
 *
 *
 * NOTE: This class is auto generated by the swagger code generator program.
 * https://github.com/swagger-api/swagger-codegen.git
 * Do not edit the class manually.
 */
/**
 *
 * @export
 * @interface Ptsv2paymentsTravelInformationTransitAirlineAncillaryInformationService
 */
export interface Ptsv2paymentsTravelInformationTransitAirlineAncillaryInformationService {
    /**
     * Category code for the ancillary service that is provided. Obtain the codes from the International Air Transport Association (IATA). **Note** `#` is either 0, 1, 2, or 3. **Important** This field is required in the U.S. in order for you to qualify for either the custom payment service (CPS) or the electronic interchange reimbursement fee (EIRF)program. Format: English characters only. Optional request field for ancillary services.
     * @type {string}
     * @memberof Ptsv2paymentsTravelInformationTransitAirlineAncillaryInformationService
     */
    categoryCode?: string;
    /**
     * Subcategory code for the ancillary service category. Obtain the codes from the International Air Transport Association (IATA). **Note** `#` is either 0, 1, 2, or 3. Format  English characters only. Optional request field for ancillary services.
     * @type {string}
     * @memberof Ptsv2paymentsTravelInformationTransitAirlineAncillaryInformationService
     */
    subCategoryCode?: string;
}
