public CancelPenaltyType()
 {
     this._penaltyDescription = new List <ParagraphType>();
     this._amountPercent      = new AmountPercentType();
     this._deadline           = new CancelPenaltyTypeDeadline();
 }
 public RequiredPaymentLiteType()
 {
     this._amountPercent    = new AmountPercentType();
     this._acceptedPayments = new List <AcceptedPaymentsTypeAcceptedPayment>();
 }