示例#1
0
 public PkgInvoiceDetail()
 {
     this._amountReceived   = new PkgInvoiceDetailAmountReceived();
     this._balanceDueAmount = new PkgInvoiceDetailBalanceDueAmount();
     this._taxItems         = new TaxesType();
     this._netAmount        = new PkgInvoiceDetailNetAmount();
     this._agentCommission  = new List <PkgInvoiceDetailAgentCommission>();
     this._depositAmount    = new PkgInvoiceDetailDepositAmount();
     this._grossAmount      = new PkgInvoiceDetailGrossAmount();
     this._costingItems     = new List <CostingItemType>();
 }
示例#2
0
 public RateUploadTypeAdditionalGuestAmount()
 {
     this._addlGuestAmtDescription = new List <ParagraphType>();
     this._taxes = new TaxesType();
 }
示例#3
0
 public FeeType()
 {
     this._tPA_Extensions = new TPA_ExtensionsType();
     this._description    = new List <ParagraphType>();
     this._taxes          = new TaxesType();
 }