コード例 #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
ファイル: FeeType.cs プロジェクト: zdebou/OTA-Library
 public FeeType()
 {
     this._tPA_Extensions = new TPA_ExtensionsType();
     this._description    = new List <ParagraphType>();
     this._taxes          = new TaxesType();
 }