Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="RiskV1AuthenticationsPost201Response" /> 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="OrderInformation">OrderInformation.</param>
 /// <param name="ConsumerAuthenticationInformation">ConsumerAuthenticationInformation.</param>
 /// <param name="ErrorInformation">ErrorInformation.</param>
 public RiskV1AuthenticationsPost201Response(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), RiskV1DecisionsPost201ResponseOrderInformation OrderInformation = default(RiskV1DecisionsPost201ResponseOrderInformation), RiskV1DecisionsPost201ResponseConsumerAuthenticationInformation ConsumerAuthenticationInformation = default(RiskV1DecisionsPost201ResponseConsumerAuthenticationInformation), 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.OrderInformation                  = OrderInformation;
     this.ConsumerAuthenticationInformation = ConsumerAuthenticationInformation;
     this.ErrorInformation                  = ErrorInformation;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="RiskV1DecisionsPost201Response" /> class.
 /// </summary>
 /// <param name="Links">Links.</param>
 /// <param name="Id">An unique identification number generated by Cybersource to identify the submitted request. Returned by all services. 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. .</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 Cybersource for all services. .</param>
 /// <param name="SubmitTimeLocal">Time that the transaction was submitted in local time. Generated by Cybersource..</param>
 /// <param name="Status">The status of the submitted transaction.  Possible values:   - &#x60;ACCEPTED&#x60;   - &#x60;REJECTED&#x60;   - &#x60;PENDING_REVIEW&#x60;   - &#x60;DECLINED&#x60;   - &#x60;PENDING_AUTHENTICATION&#x60;   - &#x60;INVALID_REQUEST&#x60;   - &#x60;AUTHENTICATION_FAILED&#x60;   - &#x60;CHALLENGE&#x60; .</param>
 /// <param name="RiskInformation">RiskInformation.</param>
 /// <param name="PaymentInformation">PaymentInformation.</param>
 /// <param name="ClientReferenceInformation">ClientReferenceInformation.</param>
 /// <param name="OrderInformation">OrderInformation.</param>
 /// <param name="ConsumerAuthenticationInformation">ConsumerAuthenticationInformation.</param>
 /// <param name="ErrorInformation">ErrorInformation.</param>
 public RiskV1DecisionsPost201Response(PtsV2PaymentsPost201ResponseLinks Links = default(PtsV2PaymentsPost201ResponseLinks), string Id = default(string), string SubmitTimeUtc = default(string), string SubmitTimeLocal = default(string), string Status = default(string), PtsV2PaymentsPost201ResponseRiskInformation RiskInformation = default(PtsV2PaymentsPost201ResponseRiskInformation), RiskV1DecisionsPost201ResponsePaymentInformation PaymentInformation = default(RiskV1DecisionsPost201ResponsePaymentInformation), RiskV1DecisionsPost201ResponseClientReferenceInformation ClientReferenceInformation = default(RiskV1DecisionsPost201ResponseClientReferenceInformation), RiskV1DecisionsPost201ResponseOrderInformation OrderInformation = default(RiskV1DecisionsPost201ResponseOrderInformation), RiskV1DecisionsPost201ResponseConsumerAuthenticationInformation ConsumerAuthenticationInformation = default(RiskV1DecisionsPost201ResponseConsumerAuthenticationInformation), RiskV1DecisionsPost201ResponseErrorInformation ErrorInformation = default(RiskV1DecisionsPost201ResponseErrorInformation))
 {
     this.Links                             = Links;
     this.Id                                = Id;
     this.SubmitTimeUtc                     = SubmitTimeUtc;
     this.SubmitTimeLocal                   = SubmitTimeLocal;
     this.Status                            = Status;
     this.RiskInformation                   = RiskInformation;
     this.PaymentInformation                = PaymentInformation;
     this.ClientReferenceInformation        = ClientReferenceInformation;
     this.OrderInformation                  = OrderInformation;
     this.ConsumerAuthenticationInformation = ConsumerAuthenticationInformation;
     this.ErrorInformation                  = ErrorInformation;
 }