/// <summary>
 /// Initializes a new instance of the <see cref="RiskV1AuthenticationResultsPost201Response" /> 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="SubmitTimeLocal">Time that the transaction was submitted in local time..</param>
 /// <param name="Status">The status for payerAuthentication 201 enroll and validate calls. Possible values are: - &#x60;AUTHENTICATION_SUCCESSFUL&#x60; - &#x60;PENDING_AUTHENTICATION&#x60; - &#x60;INVALID_REQUEST&#x60; - &#x60;AUTHENTICATION_FAILED&#x60; .</param>
 /// <param name="Message">The message describing the reason of the status. Value is: - The cardholder is enrolled in Payer Authentication. Please authenticate the cardholder before continuing with the transaction. .</param>
 /// <param name="ClientReferenceInformation">ClientReferenceInformation.</param>
 /// <param name="ConsumerAuthenticationInformation">ConsumerAuthenticationInformation.</param>
 /// <param name="ErrorInformation">ErrorInformation.</param>
 public RiskV1AuthenticationResultsPost201Response(PtsV2IncrementalAuthorizationPatch201ResponseLinks Links = default(PtsV2IncrementalAuthorizationPatch201ResponseLinks), string Id = default(string), string SubmitTimeUtc = default(string), string SubmitTimeLocal = default(string), string Status = default(string), string Message = default(string), RiskV1DecisionsPost201ResponseClientReferenceInformation ClientReferenceInformation = default(RiskV1DecisionsPost201ResponseClientReferenceInformation), RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation ConsumerAuthenticationInformation = default(RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation), RiskV1AuthenticationsPost201ResponseErrorInformation ErrorInformation = default(RiskV1AuthenticationsPost201ResponseErrorInformation))
 {
     this.Links                             = Links;
     this.Id                                = Id;
     this.SubmitTimeUtc                     = SubmitTimeUtc;
     this.SubmitTimeLocal                   = SubmitTimeLocal;
     this.Status                            = Status;
     this.Message                           = Message;
     this.ClientReferenceInformation        = ClientReferenceInformation;
     this.ConsumerAuthenticationInformation = ConsumerAuthenticationInformation;
     this.ErrorInformation                  = ErrorInformation;
 }
Exemple #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="RiskV1AuthenticationResultsPost201Response" /> class.
 /// </summary>
 /// <param name="Links">Links.</param>
 /// <param name="Id">An unique identification number assigned by CyberSource to identify the submitted request. It is also appended to the endpoint of the resource..</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. .</param>
 /// <param name="SubmitTimeLocal">Time that the transaction was submitted in local time..</param>
 /// <param name="Status">The status for payerAuthentication 201 enroll and validate calls. Possible values are: - AUTHENTICATION_SUCCESSFUL - PENDING_AUTHENTICATION .</param>
 /// <param name="Reason">The reason of the status. Possible values are: - Authentication_Completed_Or_Skipped_Sucessfully - Pending_Authentication .</param>
 /// <param name="Message">The message describing the reason of the status. Value is: - The cardholder is enrolled in Payer Authentication. Please authenticate the cardholder before continuing with the transaction. .</param>
 /// <param name="ClientReferenceInformation">ClientReferenceInformation.</param>
 /// <param name="ConsumerAuthenticationInformation">ConsumerAuthenticationInformation.</param>
 /// <param name="ErrorInformation">ErrorInformation.</param>
 public RiskV1AuthenticationResultsPost201Response(PtsV2PaymentsReversalsPost201ResponseLinks Links = default(PtsV2PaymentsReversalsPost201ResponseLinks), string Id = default(string), string SubmitTimeUtc = default(string), string SubmitTimeLocal = default(string), string Status = default(string), string Reason = default(string), string Message = default(string), Ptsv2payoutsClientReferenceInformation ClientReferenceInformation = default(Ptsv2payoutsClientReferenceInformation), RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation ConsumerAuthenticationInformation = default(RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation), PtsV2PaymentsPost201ResponseErrorInformation ErrorInformation = default(PtsV2PaymentsPost201ResponseErrorInformation))
 {
     this.Links                             = Links;
     this.Id                                = Id;
     this.SubmitTimeUtc                     = SubmitTimeUtc;
     this.SubmitTimeLocal                   = SubmitTimeLocal;
     this.Status                            = Status;
     this.Reason                            = Reason;
     this.Message                           = Message;
     this.ClientReferenceInformation        = ClientReferenceInformation;
     this.ConsumerAuthenticationInformation = ConsumerAuthenticationInformation;
     this.ErrorInformation                  = ErrorInformation;
 }