Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="RiskV1DecisionsPost201Response" /> 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 of the submitted transaction.  Possible values:   - &#x60;ACCEPTED&#x60;   - &#x60;REJECTED&#x60;   - &#x60;PENDING_REVIEW&#x60; .</param>
 /// <param name="RiskInformation">RiskInformation.</param>
 /// <param name="PaymentInformation">PaymentInformation.</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), RiskV1DecisionsPost201ResponseRiskInformation RiskInformation = default(RiskV1DecisionsPost201ResponseRiskInformation), RiskV1DecisionsPost201ResponsePaymentInformation PaymentInformation = default(RiskV1DecisionsPost201ResponsePaymentInformation), PtsV2PaymentsPost201ResponseErrorInformation ErrorInformation = default(PtsV2PaymentsPost201ResponseErrorInformation))
 {
     this.Links              = Links;
     this.Id                 = Id;
     this.SubmitTimeUtc      = SubmitTimeUtc;
     this.SubmitTimeLocal    = SubmitTimeLocal;
     this.Status             = Status;
     this.RiskInformation    = RiskInformation;
     this.PaymentInformation = PaymentInformation;
     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 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 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), PtsV2IncrementalAuthorizationPatch201ResponseClientReferenceInformation ClientReferenceInformation = default(PtsV2IncrementalAuthorizationPatch201ResponseClientReferenceInformation), 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;
 }