/// <summary>
 /// Initializes a new instance of the <see cref="PtsV2CreditsPost201ResponseProcessingInformation" /> class.
 /// </summary>
 /// <param name="BankTransferOptions">BankTransferOptions.</param>
 public PtsV2CreditsPost201ResponseProcessingInformation(PtsV2CreditsPost201ResponseProcessingInformationBankTransferOptions BankTransferOptions = default(PtsV2CreditsPost201ResponseProcessingInformationBankTransferOptions))
 {
     this.BankTransferOptions = BankTransferOptions;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="PtsV2CreditsPost201ResponseProcessingInformation" /> class.
 /// </summary>
 /// <param name="BankTransferOptions">BankTransferOptions.</param>
 /// <param name="EnhancedDataEnabled">- true : the airline data was included in the request to the processor. - false : the airline data was not included in the request to the processor. .</param>
 public PtsV2CreditsPost201ResponseProcessingInformation(PtsV2CreditsPost201ResponseProcessingInformationBankTransferOptions BankTransferOptions = default(PtsV2CreditsPost201ResponseProcessingInformationBankTransferOptions), bool?EnhancedDataEnabled = default(bool?))
 {
     this.BankTransferOptions = BankTransferOptions;
     this.EnhancedDataEnabled = EnhancedDataEnabled;
 }