All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ean.wsapi.hotel.v3.HotelPaymentRequest Maven / Gradle / Ivy


package com.ean.wsapi.hotel.v3;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;


/**
 * 

Java class for HotelPaymentRequest complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType name="HotelPaymentRequest">
 *   <complexContent>
 *     <extension base="{http://v3.hotel.wsapi.ean.com/}HotelBaseRequest">
 *       <all>
 *       </all>
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "HotelPaymentRequest") @XmlSeeAlso({ V3HotelPaymentRequest.class }) public class HotelPaymentRequest extends HotelBaseRequest { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy