Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Ptsv2paymentsidreversalsClientReferenceInformation" /> class.
 /// </summary>
 /// <param name="Code">Merchant-generated order reference or tracking number. It is recommended that you send a unique value for each transaction so that you can perform meaningful searches for the transaction.  #### Used by **Authorization** Required field.  #### PIN Debit Requests for PIN debit reversals need to use the same merchant reference number that was used in the transaction that is being reversed.  Required field for all PIN Debit requests (purchase, credit, and reversal).  #### FDC Nashville Global Certain circumstances can cause the processor to truncate this value to 15 or 17 characters for Level II and Level III processing, which can cause a discrepancy between the value you submit and the value included in some processor reports. .</param>
 /// <param name="PausedRequestId">Used to resume a transaction that was paused for an order modification rule to allow for payer authentication to complete. To resume and continue with the authorization/decision service flow, call the services and include the request id from the prior decision call. .</param>
 /// <param name="Comments">Comments.</param>
 /// <param name="Partner">Partner.</param>
 /// <param name="ApplicationName">The name of the Connection Method client (such as Virtual Terminal or SOAP Toolkit API) that the merchant uses to send a transaction request to CyberSource. .</param>
 /// <param name="ApplicationVersion">Version of the CyberSource application or integration used for a transaction. .</param>
 /// <param name="ApplicationUser">The entity that is responsible for running the transaction and submitting the processing request to CyberSource. This could be a person, a system, or a connection method. .</param>
 public Ptsv2paymentsidreversalsClientReferenceInformation(string Code = default(string), string PausedRequestId = default(string), string Comments = default(string), Ptsv2paymentsidreversalsClientReferenceInformationPartner Partner = default(Ptsv2paymentsidreversalsClientReferenceInformationPartner), string ApplicationName = default(string), string ApplicationVersion = default(string), string ApplicationUser = default(string))
 {
     this.Code               = Code;
     this.PausedRequestId    = PausedRequestId;
     this.Comments           = Comments;
     this.Partner            = Partner;
     this.ApplicationName    = ApplicationName;
     this.ApplicationVersion = ApplicationVersion;
     this.ApplicationUser    = ApplicationUser;
 }
Example #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Ptsv2paymentsidreversalsClientReferenceInformation" /> class.
 /// </summary>
 /// <param name="Code">Client-generated order reference or tracking number. CyberSource recommends that you send a unique value for each transaction so that you can perform meaningful searches for the transaction.  For information about tracking orders, see Getting Started with CyberSource Advanced for the SCMP API.  **FDC Nashville Global**\\ Certain circumstances can cause the processor to truncate this value to 15 or 17 characters for Level II and Level III processing, which can cause a discrepancy between the value you submit and the value included in some processor reports. .</param>
 /// <param name="Comments">Comments.</param>
 /// <param name="Partner">Partner.</param>
 public Ptsv2paymentsidreversalsClientReferenceInformation(string Code = default(string), string Comments = default(string), Ptsv2paymentsidreversalsClientReferenceInformationPartner Partner = default(Ptsv2paymentsidreversalsClientReferenceInformationPartner))
 {
     this.Code     = Code;
     this.Comments = Comments;
     this.Partner  = Partner;
 }