public VehicleRentalTransactionType()
 {
     this._contractID          = new UniqueID_Type();
     this._confID              = new UniqueID_Type();
     this._totalCharge         = new VehicleRentalTransactionTypeTotalCharge();
     this._fees                = new List <VehicleChargePurposeType>();
     this._pricedEquips        = new List <VehicleRentalTransactionTypePricedEquip>();
     this._rentalRate          = new VehicleRentalRateType();
     this._vehicle             = new VehicleRentalTransactionTypeVehicle();
     this._pickUpReturnDetails = new List <VehicleRentalTransactionTypePickUpReturnDetails>();
 }
Пример #2
0
 public VehicleSegmentCoreType()
 {
     this._tPA_Extensions = new TPA_ExtensionsType();
     this._totalCharge    = new VehicleSegmentCoreTypeTotalCharge();
     this._fees           = new List <VehicleChargePurposeType>();
     this._pricedEquips   = new List <VehicleEquipmentPricedType>();
     this._rentalRate     = new VehicleRentalRateType();
     this._vehicle        = new VehicleType();
     this._vehRentalCore  = new VehicleRentalCoreType();
     this._vendor         = new CompanyNameType();
     this._confID         = new List <VehicleSegmentCoreTypeConfID>();
 }