/// <summary>
 /// Initializes a new instance of the <see cref="PtsV2PaymentsVoidsPost201Response" /> class.
 /// </summary>
 /// <param name="Links">Links.</param>
 /// <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="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="Status">The status of the submitted transaction.  Possible values:  - VOIDED .</param>
 /// <param name="ClientReferenceInformation">ClientReferenceInformation.</param>
 /// <param name="VoidAmountDetails">VoidAmountDetails.</param>
 /// <param name="ProcessorInformation">ProcessorInformation.</param>
 public PtsV2PaymentsVoidsPost201Response(PtsV2IncrementalAuthorizationPatch201ResponseLinks Links = default(PtsV2IncrementalAuthorizationPatch201ResponseLinks), string Id = default(string), string SubmitTimeUtc = default(string), string Status = default(string), PtsV2PaymentsPost201ResponseClientReferenceInformation ClientReferenceInformation = default(PtsV2PaymentsPost201ResponseClientReferenceInformation), PtsV2PaymentsVoidsPost201ResponseVoidAmountDetails VoidAmountDetails = default(PtsV2PaymentsVoidsPost201ResponseVoidAmountDetails), PtsV2PaymentsVoidsPost201ResponseProcessorInformation ProcessorInformation = default(PtsV2PaymentsVoidsPost201ResponseProcessorInformation))
 {
     this.Links         = Links;
     this.Id            = Id;
     this.SubmitTimeUtc = SubmitTimeUtc;
     this.Status        = Status;
     this.ClientReferenceInformation = ClientReferenceInformation;
     this.VoidAmountDetails          = VoidAmountDetails;
     this.ProcessorInformation       = ProcessorInformation;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="PtsV2PaymentsVoidsPost201Response" /> class.
 /// </summary>
 /// <param name="Links">Links.</param>
 /// <param name="Id">An unique identification number assigned by CyberSource to identify the submitted request..</param>
 /// <param name="SubmitTimeUtc">Time of request in UTC. &#x60;Format: YYYY-MM-DDThh:mm:ssZ&#x60;  Example 2016-08-11T22:47:57Z equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The T separates the date and the time. The Z indicates UTC. .</param>
 /// <param name="Status">The status of the submitted transaction.  Possible values:  - VOIDED .</param>
 /// <param name="ClientReferenceInformation">ClientReferenceInformation.</param>
 /// <param name="VoidAmountDetails">VoidAmountDetails.</param>
 public PtsV2PaymentsVoidsPost201Response(PtsV2PaymentsReversalsPost201ResponseLinks Links = default(PtsV2PaymentsReversalsPost201ResponseLinks), string Id = default(string), string SubmitTimeUtc = default(string), StatusEnum?Status = default(StatusEnum?), PtsV2PaymentsPost201ResponseClientReferenceInformation ClientReferenceInformation = default(PtsV2PaymentsPost201ResponseClientReferenceInformation), PtsV2PaymentsVoidsPost201ResponseVoidAmountDetails VoidAmountDetails = default(PtsV2PaymentsVoidsPost201ResponseVoidAmountDetails))
 {
     this.Links         = Links;
     this.Id            = Id;
     this.SubmitTimeUtc = SubmitTimeUtc;
     this.Status        = Status;
     this.ClientReferenceInformation = ClientReferenceInformation;
     this.VoidAmountDetails          = VoidAmountDetails;
 }