/// <summary>
 /// Initializes a new instance of the <see cref="TssV2TransactionsGet200Response" /> class.
 /// </summary>
 /// <param name="Id">An unique identification number to identify the submitted request. It is also appended to the endpoint of the resource.  On incremental authorizations, this value with be the same as the identification number returned in the original authorization response.  #### PIN debit Returned for all PIN debit services. .</param>
 /// <param name="RootId">Contains the transaction identifier for the first transaction in the series of transactions. For example, you might send an authorization request for a payment, followed by a capture request for that payment, and then a refund request for that captured payment. Each of those requests, if successful, creates a resource that is assigned an identifier, which is returned in the response. The rootId identifies the first ID in the series, which in this case would be the ID of the original authorization..</param>
 /// <param name="ReconciliationId">Reference number for the transaction. This value is not returned for all processors.  Returned by authorization service.  ##### PIN debit Returned by PIN debit credit, PIN debit purchase, and PIN debit reversal.  #### Atos Positive string (6)  #### All other processors String (60) .</param>
 /// <param name="MerchantId">Your CyberSource merchant ID..</param>
 /// <param name="Status">The status of the submitted transaction..</param>
 /// <param name="SubmitTimeUTC">Time of request in UTC. Format: &#x60;YYYY-MM-DDThh:mm:ssZ&#x60; **Example** &#x60;2016-08-11T22:47:57Z&#x60; equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The &#x60;T&#x60; separates the date and the time. The &#x60;Z&#x60; indicates UTC.  Returned by authorization service.  #### PIN debit Time when the PIN debit credit, PIN debit purchase or PIN debit reversal was requested.  Returned by PIN debit credit, PIN debit purchase or PIN debit reversal. .</param>
 /// <param name="ApplicationInformation">ApplicationInformation.</param>
 /// <param name="BuyerInformation">BuyerInformation.</param>
 /// <param name="ClientReferenceInformation">ClientReferenceInformation.</param>
 /// <param name="ConsumerAuthenticationInformation">ConsumerAuthenticationInformation.</param>
 /// <param name="DeviceInformation">DeviceInformation.</param>
 /// <param name="ErrorInformation">ErrorInformation.</param>
 /// <param name="InstallmentInformation">InstallmentInformation.</param>
 /// <param name="FraudMarkingInformation">FraudMarkingInformation.</param>
 /// <param name="HealthCareInformation">HealthCareInformation.</param>
 /// <param name="MerchantDefinedInformation">The object containing the custom data that the merchant defines. .</param>
 /// <param name="MerchantInformation">MerchantInformation.</param>
 /// <param name="OrderInformation">OrderInformation.</param>
 /// <param name="PaymentInformation">PaymentInformation.</param>
 /// <param name="ProcessingInformation">ProcessingInformation.</param>
 /// <param name="ProcessorInformation">ProcessorInformation.</param>
 /// <param name="PointOfSaleInformation">PointOfSaleInformation.</param>
 /// <param name="RiskInformation">RiskInformation.</param>
 /// <param name="SenderInformation">SenderInformation.</param>
 /// <param name="Links">Links.</param>
 public TssV2TransactionsGet200Response(string Id = default(string), string RootId = default(string), string ReconciliationId = default(string), string MerchantId = default(string), string Status = default(string), string SubmitTimeUTC = default(string), TssV2TransactionsGet200ResponseApplicationInformation ApplicationInformation = default(TssV2TransactionsGet200ResponseApplicationInformation), TssV2TransactionsGet200ResponseBuyerInformation BuyerInformation = default(TssV2TransactionsGet200ResponseBuyerInformation), TssV2TransactionsGet200ResponseClientReferenceInformation ClientReferenceInformation = default(TssV2TransactionsGet200ResponseClientReferenceInformation), TssV2TransactionsGet200ResponseConsumerAuthenticationInformation ConsumerAuthenticationInformation = default(TssV2TransactionsGet200ResponseConsumerAuthenticationInformation), TssV2TransactionsGet200ResponseDeviceInformation DeviceInformation = default(TssV2TransactionsGet200ResponseDeviceInformation), TssV2TransactionsGet200ResponseErrorInformation ErrorInformation = default(TssV2TransactionsGet200ResponseErrorInformation), TssV2TransactionsGet200ResponseInstallmentInformation InstallmentInformation = default(TssV2TransactionsGet200ResponseInstallmentInformation), TssV2TransactionsGet200ResponseFraudMarkingInformation FraudMarkingInformation = default(TssV2TransactionsGet200ResponseFraudMarkingInformation), Ptsv2paymentsHealthCareInformation HealthCareInformation = default(Ptsv2paymentsHealthCareInformation), List <Ptsv2paymentsMerchantDefinedInformation> MerchantDefinedInformation = default(List <Ptsv2paymentsMerchantDefinedInformation>), TssV2TransactionsGet200ResponseMerchantInformation MerchantInformation = default(TssV2TransactionsGet200ResponseMerchantInformation), TssV2TransactionsGet200ResponseOrderInformation OrderInformation = default(TssV2TransactionsGet200ResponseOrderInformation), TssV2TransactionsGet200ResponsePaymentInformation PaymentInformation = default(TssV2TransactionsGet200ResponsePaymentInformation), TssV2TransactionsGet200ResponseProcessingInformation ProcessingInformation = default(TssV2TransactionsGet200ResponseProcessingInformation), TssV2TransactionsGet200ResponseProcessorInformation ProcessorInformation = default(TssV2TransactionsGet200ResponseProcessorInformation), TssV2TransactionsGet200ResponsePointOfSaleInformation PointOfSaleInformation = default(TssV2TransactionsGet200ResponsePointOfSaleInformation), TssV2TransactionsGet200ResponseRiskInformation RiskInformation = default(TssV2TransactionsGet200ResponseRiskInformation), TssV2TransactionsGet200ResponseSenderInformation SenderInformation = default(TssV2TransactionsGet200ResponseSenderInformation), TssV2TransactionsGet200ResponseLinks Links = default(TssV2TransactionsGet200ResponseLinks))
 {
     this.Id                                = Id;
     this.RootId                            = RootId;
     this.ReconciliationId                  = ReconciliationId;
     this.MerchantId                        = MerchantId;
     this.Status                            = Status;
     this.SubmitTimeUTC                     = SubmitTimeUTC;
     this.ApplicationInformation            = ApplicationInformation;
     this.BuyerInformation                  = BuyerInformation;
     this.ClientReferenceInformation        = ClientReferenceInformation;
     this.ConsumerAuthenticationInformation = ConsumerAuthenticationInformation;
     this.DeviceInformation                 = DeviceInformation;
     this.ErrorInformation                  = ErrorInformation;
     this.InstallmentInformation            = InstallmentInformation;
     this.FraudMarkingInformation           = FraudMarkingInformation;
     this.HealthCareInformation             = HealthCareInformation;
     this.MerchantDefinedInformation        = MerchantDefinedInformation;
     this.MerchantInformation               = MerchantInformation;
     this.OrderInformation                  = OrderInformation;
     this.PaymentInformation                = PaymentInformation;
     this.ProcessingInformation             = ProcessingInformation;
     this.ProcessorInformation              = ProcessorInformation;
     this.PointOfSaleInformation            = PointOfSaleInformation;
     this.RiskInformation                   = RiskInformation;
     this.SenderInformation                 = SenderInformation;
     this.Links                             = Links;
 }