/// <summary>
 /// Initializes a new instance of the <see cref="PtsV2PayoutsPostResponse" /> class.
 /// </summary>
 /// <param name="ClientReferenceInformation">ClientReferenceInformation.</param>
 /// <param name="OrderInformation">OrderInformation.</param>
 /// <param name="MerchantInformation">MerchantInformation.</param>
 /// <param name="RecipientInformation">RecipientInformation.</param>
 /// <param name="SenderInformation">SenderInformation.</param>
 /// <param name="ProcessingInformation">ProcessingInformation.</param>
 /// <param name="PaymentInformation">PaymentInformation.</param>
 public PtsV2PayoutsPostResponse(Ptsv2payoutsClientReferenceInformation ClientReferenceInformation = default(Ptsv2payoutsClientReferenceInformation), Ptsv2payoutsOrderInformation OrderInformation = default(Ptsv2payoutsOrderInformation), Ptsv2payoutsMerchantInformation MerchantInformation = default(Ptsv2payoutsMerchantInformation), Ptsv2payoutsRecipientInformation RecipientInformation = default(Ptsv2payoutsRecipientInformation), Ptsv2payoutsSenderInformation SenderInformation = default(Ptsv2payoutsSenderInformation), Ptsv2payoutsProcessingInformation ProcessingInformation = default(Ptsv2payoutsProcessingInformation), Ptsv2payoutsPaymentInformation PaymentInformation = default(Ptsv2payoutsPaymentInformation))
 {
     this.ClientReferenceInformation = ClientReferenceInformation;
     this.OrderInformation           = OrderInformation;
     this.MerchantInformation        = MerchantInformation;
     this.RecipientInformation       = RecipientInformation;
     this.SenderInformation          = SenderInformation;
     this.ProcessingInformation      = ProcessingInformation;
     this.PaymentInformation         = PaymentInformation;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PtsV2PayoutsPost201Response" /> 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..</param>
 /// <param name="ReconciliationId">Cybersource or merchant generated transaction reference number. This is sent to the processor and is echoed back in the response to the merchant. This is This value is used for reconciliation purposes. .</param>
 /// <param name="StatusInformation">StatusInformation.</param>
 /// <param name="ErrorInformation">ErrorInformation.</param>
 /// <param name="ClientReferenceInformation">ClientReferenceInformation.</param>
 /// <param name="MerchantInformation">MerchantInformation.</param>
 /// <param name="OrderInformation">OrderInformation.</param>
 /// <param name="ProcessorInformation">ProcessorInformation.</param>
 /// <param name="RecipientInformation">RecipientInformation.</param>
 public PtsV2PayoutsPost201Response(PtsV2PaymentsReversalsPost201ResponseLinks Links = default(PtsV2PaymentsReversalsPost201ResponseLinks), string Id = default(string), string SubmitTimeUtc = default(string), StatusEnum?Status = default(StatusEnum?), string ReconciliationId = default(string), PtsV2PayoutsPost201ResponseStatusInformation StatusInformation = default(PtsV2PayoutsPost201ResponseStatusInformation), PtsV2PayoutsPost201ResponseErrorInformation ErrorInformation = default(PtsV2PayoutsPost201ResponseErrorInformation), Ptsv2payoutsClientReferenceInformation ClientReferenceInformation = default(Ptsv2payoutsClientReferenceInformation), PtsV2PayoutsPost201ResponseMerchantInformation MerchantInformation = default(PtsV2PayoutsPost201ResponseMerchantInformation), PtsV2PayoutsPost201ResponseOrderInformation OrderInformation = default(PtsV2PayoutsPost201ResponseOrderInformation), PtsV2PayoutsPost201ResponseProcessorInformation ProcessorInformation = default(PtsV2PayoutsPost201ResponseProcessorInformation), PtsV2PayoutsPost201ResponseRecipientInformation RecipientInformation = default(PtsV2PayoutsPost201ResponseRecipientInformation))
 {
     this.Links                      = Links;
     this.Id                         = Id;
     this.SubmitTimeUtc              = SubmitTimeUtc;
     this.Status                     = Status;
     this.ReconciliationId           = ReconciliationId;
     this.StatusInformation          = StatusInformation;
     this.ErrorInformation           = ErrorInformation;
     this.ClientReferenceInformation = ClientReferenceInformation;
     this.MerchantInformation        = MerchantInformation;
     this.OrderInformation           = OrderInformation;
     this.ProcessorInformation       = ProcessorInformation;
     this.RecipientInformation       = RecipientInformation;
 }
Exemplo n.º 3
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 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="OrderInformation">OrderInformation.</param>
 /// <param name="ConsumerAuthenticationInformation">ConsumerAuthenticationInformation.</param>
 /// <param name="ErrorInformation">ErrorInformation.</param>
 public RiskV1AuthenticationsPost201Response(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), RiskV1AuthenticationsPost201ResponseOrderInformation OrderInformation = default(RiskV1AuthenticationsPost201ResponseOrderInformation), RiskV1AuthenticationsPost201ResponseConsumerAuthenticationInformation ConsumerAuthenticationInformation = default(RiskV1AuthenticationsPost201ResponseConsumerAuthenticationInformation), 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.OrderInformation                  = OrderInformation;
     this.ConsumerAuthenticationInformation = ConsumerAuthenticationInformation;
     this.ErrorInformation                  = ErrorInformation;
 }