Ejemplo n.º 1
0
 public VehicleEquipmentPricedType()
 {
     this._charge    = new VehicleChargeType();
     this._equipment = new VehicleEquipmentType();
 }
Ejemplo n.º 2
0
 public CoveragePricedType()
 {
     this._deductible = new DeductibleType();
     this._charge     = new VehicleChargeType();
     this._coverage   = new CoverageType();
 }
 public OffLocationServicePricedType()
 {
     this._charge        = new VehicleChargeType();
     this._offLocService = new OffLocationServiceType();
 }