public VehicleLocationAdditionalFeesTypeFees()
 {
     this._info = new FormattedTextType();
     this._fee  = new List <VehicleLocationAdditionalFeesTypeFeesFee>();
 }
Esempio n. 2
0
 public VehicleLocationLiabilitiesType()
 {
     this._tPA_Extensions = new TPA_ExtensionsType();
     this._info           = new FormattedTextType();
     this._coverages      = new List <VehicleLocationLiabilitiesTypeCoverage>();
 }
 public VehicleLocationLiabilitiesTypeCoverage()
 {
     this._coverageFees = new List <VehicleLocationLiabilitiesTypeCoverageCoverageFee>();
     this._coverageInfo = new FormattedTextType();
 }
 public VehicleLocationAdditionalFeesTypeMiscellaneousCharges()
 {
     this._info = new FormattedTextType();
     this._miscellaneousCharge = new List <VehicleLocationAdditionalFeesTypeMiscellaneousChargesMiscellaneousCharge>();
 }
Esempio n. 5
0
 public AcceptablePaymentCardsInfoType()
 {
     this._info = new FormattedTextType();
     this._acceptablePaymentCards = new List <AcceptablePaymentCardsInfoTypeAcceptablePaymentCard>();
 }
 public VehicleLocationAdditionalFeesTypeTaxes()
 {
     this._info = new FormattedTextType();
     this._tax  = new List <VehicleLocationAdditionalFeesTypeTaxesTax>();
 }
 public VehicleLocationAdditionalFeesTypeSurcharges()
 {
     this._info      = new FormattedTextType();
     this._surcharge = new List <VehicleLocationAdditionalFeesTypeSurchargesSurcharge>();
 }