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