/// <summary>
 /// Initializes a new instance of the <see cref="TssV2TransactionsGet200Response" /> class.
 /// </summary>
 /// <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="RootId">Contains the transaction identifier for the first transaction in the series of transactions. For example, you might send an authorization request for a payment, followed by a capture request for that payment, and then a refund request for that captured payment. Each of those requests, if successful, creates a resource that is assigned an identifier, which is returned in the response. The rootId identifies the first ID in the series, which in this case would be the ID of the original authorization..</param>
 /// <param name="ReconciliationId">Reference number for the transaction. Depending on how your Cybersource account is configured, this value could either be provided in the API request or generated by CyberSource. The actual value used in the request to the processor is provided back to you by Cybersource in the response. .</param>
 /// <param name="MerchantId">Your CyberSource merchant ID..</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="ApplicationInformation">ApplicationInformation.</param>
 /// <param name="BuyerInformation">BuyerInformation.</param>
 /// <param name="ClientReferenceInformation">ClientReferenceInformation.</param>
 /// <param name="ConsumerAuthenticationInformation">ConsumerAuthenticationInformation.</param>
 /// <param name="DeviceInformation">DeviceInformation.</param>
 /// <param name="ErrorInformation">ErrorInformation.</param>
 /// <param name="InstallmentInformation">InstallmentInformation.</param>
 /// <param name="FraudMarkingInformation">FraudMarkingInformation.</param>
 /// <param name="HealthCareInformation">HealthCareInformation.</param>
 /// <param name="MerchantDefinedInformation">The object containing the custom data that the merchant defines. .</param>
 /// <param name="MerchantInformation">MerchantInformation.</param>
 /// <param name="OrderInformation">OrderInformation.</param>
 /// <param name="PaymentInformation">PaymentInformation.</param>
 /// <param name="PaymentInsightsInformation">PaymentInsightsInformation.</param>
 /// <param name="ProcessingInformation">ProcessingInformation.</param>
 /// <param name="ProcessorInformation">ProcessorInformation.</param>
 /// <param name="PointOfSaleInformation">PointOfSaleInformation.</param>
 /// <param name="RiskInformation">RiskInformation.</param>
 /// <param name="SenderInformation">SenderInformation.</param>
 /// <param name="TokenInformation">TokenInformation.</param>
 /// <param name="Links">Links.</param>
 public TssV2TransactionsGet200Response(string Id = default(string), string RootId = default(string), string ReconciliationId = default(string), string MerchantId = default(string), string SubmitTimeUTC = default(string), TssV2TransactionsGet200ResponseApplicationInformation ApplicationInformation = default(TssV2TransactionsGet200ResponseApplicationInformation), TssV2TransactionsGet200ResponseBuyerInformation BuyerInformation = default(TssV2TransactionsGet200ResponseBuyerInformation), TssV2TransactionsGet200ResponseClientReferenceInformation ClientReferenceInformation = default(TssV2TransactionsGet200ResponseClientReferenceInformation), TssV2TransactionsGet200ResponseConsumerAuthenticationInformation ConsumerAuthenticationInformation = default(TssV2TransactionsGet200ResponseConsumerAuthenticationInformation), TssV2TransactionsGet200ResponseDeviceInformation DeviceInformation = default(TssV2TransactionsGet200ResponseDeviceInformation), TssV2TransactionsGet200ResponseErrorInformation ErrorInformation = default(TssV2TransactionsGet200ResponseErrorInformation), TssV2TransactionsGet200ResponseInstallmentInformation InstallmentInformation = default(TssV2TransactionsGet200ResponseInstallmentInformation), TssV2TransactionsGet200ResponseFraudMarkingInformation FraudMarkingInformation = default(TssV2TransactionsGet200ResponseFraudMarkingInformation), Ptsv2paymentsHealthCareInformation HealthCareInformation = default(Ptsv2paymentsHealthCareInformation), List <Ptsv2paymentsMerchantDefinedInformation> MerchantDefinedInformation = default(List <Ptsv2paymentsMerchantDefinedInformation>), TssV2TransactionsGet200ResponseMerchantInformation MerchantInformation = default(TssV2TransactionsGet200ResponseMerchantInformation), TssV2TransactionsGet200ResponseOrderInformation OrderInformation = default(TssV2TransactionsGet200ResponseOrderInformation), TssV2TransactionsGet200ResponsePaymentInformation PaymentInformation = default(TssV2TransactionsGet200ResponsePaymentInformation), PtsV2PaymentsPost201ResponsePaymentInsightsInformation PaymentInsightsInformation = default(PtsV2PaymentsPost201ResponsePaymentInsightsInformation), TssV2TransactionsGet200ResponseProcessingInformation ProcessingInformation = default(TssV2TransactionsGet200ResponseProcessingInformation), TssV2TransactionsGet200ResponseProcessorInformation ProcessorInformation = default(TssV2TransactionsGet200ResponseProcessorInformation), TssV2TransactionsGet200ResponsePointOfSaleInformation PointOfSaleInformation = default(TssV2TransactionsGet200ResponsePointOfSaleInformation), TssV2TransactionsGet200ResponseRiskInformation RiskInformation = default(TssV2TransactionsGet200ResponseRiskInformation), TssV2TransactionsGet200ResponseSenderInformation SenderInformation = default(TssV2TransactionsGet200ResponseSenderInformation), TssV2TransactionsGet200ResponseTokenInformation TokenInformation = default(TssV2TransactionsGet200ResponseTokenInformation), TssV2TransactionsGet200ResponseLinks Links = default(TssV2TransactionsGet200ResponseLinks))
 {
     this.Id                                = Id;
     this.RootId                            = RootId;
     this.ReconciliationId                  = ReconciliationId;
     this.MerchantId                        = MerchantId;
     this.SubmitTimeUTC                     = SubmitTimeUTC;
     this.ApplicationInformation            = ApplicationInformation;
     this.BuyerInformation                  = BuyerInformation;
     this.ClientReferenceInformation        = ClientReferenceInformation;
     this.ConsumerAuthenticationInformation = ConsumerAuthenticationInformation;
     this.DeviceInformation                 = DeviceInformation;
     this.ErrorInformation                  = ErrorInformation;
     this.InstallmentInformation            = InstallmentInformation;
     this.FraudMarkingInformation           = FraudMarkingInformation;
     this.HealthCareInformation             = HealthCareInformation;
     this.MerchantDefinedInformation        = MerchantDefinedInformation;
     this.MerchantInformation               = MerchantInformation;
     this.OrderInformation                  = OrderInformation;
     this.PaymentInformation                = PaymentInformation;
     this.PaymentInsightsInformation        = PaymentInsightsInformation;
     this.ProcessingInformation             = ProcessingInformation;
     this.ProcessorInformation              = ProcessorInformation;
     this.PointOfSaleInformation            = PointOfSaleInformation;
     this.RiskInformation                   = RiskInformation;
     this.SenderInformation                 = SenderInformation;
     this.TokenInformation                  = TokenInformation;
     this.Links                             = Links;
 }
Пример #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PtsV2PaymentsPost201Response" /> 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="Status">The status of the submitted transaction.  Possible values:  - AUTHORIZED  - PARTIAL_AUTHORIZED  - AUTHORIZED_PENDING_REVIEW  - AUTHORIZED_RISK_DECLINED  - PENDING_AUTHENTICATION  - PENDING_REVIEW  - DECLINED  - INVALID_REQUEST .</param>
 /// <param name="ReconciliationId">Reference number for the transaction. Depending on how your Cybersource account is configured, this value could either be provided in the API request or generated by CyberSource. The actual value used in the request to the processor is provided back to you by Cybersource in the response. .</param>
 /// <param name="ErrorInformation">ErrorInformation.</param>
 /// <param name="ClientReferenceInformation">ClientReferenceInformation.</param>
 /// <param name="ProcessingInformation">ProcessingInformation.</param>
 /// <param name="ProcessorInformation">ProcessorInformation.</param>
 /// <param name="IssuerInformation">IssuerInformation.</param>
 /// <param name="PaymentAccountInformation">PaymentAccountInformation.</param>
 /// <param name="PaymentInformation">PaymentInformation.</param>
 /// <param name="PaymentInsightsInformation">PaymentInsightsInformation.</param>
 /// <param name="OrderInformation">OrderInformation.</param>
 /// <param name="PointOfSaleInformation">PointOfSaleInformation.</param>
 /// <param name="InstallmentInformation">InstallmentInformation.</param>
 /// <param name="TokenInformation">TokenInformation.</param>
 /// <param name="BuyerInformation">BuyerInformation.</param>
 /// <param name="RiskInformation">RiskInformation.</param>
 /// <param name="ConsumerAuthenticationInformation">ConsumerAuthenticationInformation.</param>
 public PtsV2PaymentsPost201Response(PtsV2PaymentsPost201ResponseLinks Links = default(PtsV2PaymentsPost201ResponseLinks), string Id = default(string), string SubmitTimeUtc = default(string), string Status = default(string), string ReconciliationId = default(string), PtsV2PaymentsPost201ResponseErrorInformation ErrorInformation = default(PtsV2PaymentsPost201ResponseErrorInformation), PtsV2PaymentsPost201ResponseClientReferenceInformation ClientReferenceInformation = default(PtsV2PaymentsPost201ResponseClientReferenceInformation), PtsV2PaymentsPost201ResponseProcessingInformation ProcessingInformation = default(PtsV2PaymentsPost201ResponseProcessingInformation), PtsV2PaymentsPost201ResponseProcessorInformation ProcessorInformation = default(PtsV2PaymentsPost201ResponseProcessorInformation), PtsV2PaymentsPost201ResponseIssuerInformation IssuerInformation = default(PtsV2PaymentsPost201ResponseIssuerInformation), PtsV2PaymentsPost201ResponsePaymentAccountInformation PaymentAccountInformation = default(PtsV2PaymentsPost201ResponsePaymentAccountInformation), PtsV2PaymentsPost201ResponsePaymentInformation PaymentInformation = default(PtsV2PaymentsPost201ResponsePaymentInformation), PtsV2PaymentsPost201ResponsePaymentInsightsInformation PaymentInsightsInformation = default(PtsV2PaymentsPost201ResponsePaymentInsightsInformation), PtsV2PaymentsPost201ResponseOrderInformation OrderInformation = default(PtsV2PaymentsPost201ResponseOrderInformation), PtsV2PaymentsPost201ResponsePointOfSaleInformation PointOfSaleInformation = default(PtsV2PaymentsPost201ResponsePointOfSaleInformation), PtsV2PaymentsPost201ResponseInstallmentInformation InstallmentInformation = default(PtsV2PaymentsPost201ResponseInstallmentInformation), PtsV2PaymentsPost201ResponseTokenInformation TokenInformation = default(PtsV2PaymentsPost201ResponseTokenInformation), PtsV2PaymentsPost201ResponseBuyerInformation BuyerInformation = default(PtsV2PaymentsPost201ResponseBuyerInformation), PtsV2PaymentsPost201ResponseRiskInformation RiskInformation = default(PtsV2PaymentsPost201ResponseRiskInformation), PtsV2PaymentsPost201ResponseConsumerAuthenticationInformation ConsumerAuthenticationInformation = default(PtsV2PaymentsPost201ResponseConsumerAuthenticationInformation))
 {
     this.Links                             = Links;
     this.Id                                = Id;
     this.SubmitTimeUtc                     = SubmitTimeUtc;
     this.Status                            = Status;
     this.ReconciliationId                  = ReconciliationId;
     this.ErrorInformation                  = ErrorInformation;
     this.ClientReferenceInformation        = ClientReferenceInformation;
     this.ProcessingInformation             = ProcessingInformation;
     this.ProcessorInformation              = ProcessorInformation;
     this.IssuerInformation                 = IssuerInformation;
     this.PaymentAccountInformation         = PaymentAccountInformation;
     this.PaymentInformation                = PaymentInformation;
     this.PaymentInsightsInformation        = PaymentInsightsInformation;
     this.OrderInformation                  = OrderInformation;
     this.PointOfSaleInformation            = PointOfSaleInformation;
     this.InstallmentInformation            = InstallmentInformation;
     this.TokenInformation                  = TokenInformation;
     this.BuyerInformation                  = BuyerInformation;
     this.RiskInformation                   = RiskInformation;
     this.ConsumerAuthenticationInformation = ConsumerAuthenticationInformation;
 }