Example #1
0
 public NoShowFeeType()
 {
     this._description = new FormattedTextTextType();
     this._feeAmount   = new NoShowFeeTypeFeeAmount();
     this._gracePeriod = new NoShowFeeTypeGracePeriod();
     this._deadline    = new NoShowFeeTypeDeadline();
 }
Example #2
0
 public VehicleRentalRateTypeRateGuarantee()
 {
     this._description = new FormattedTextTextType();
 }
 public SeatDetailsTypeService()
 {
     this._fee         = new FeeType();
     this._description = new FormattedTextTextType();
 }
Example #4
0
 public RateRulesTypeRateGuarantee()
 {
     this._description = new FormattedTextTextType();
 }