Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Riskv1decisionsClientReferenceInformation" /> 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.  (required).</param>
 /// <param name="Comments">Brief description of the order or any comment you wish to add to the order. .</param>
 /// <param name="Partner">Partner.</param>
 public Riskv1decisionsClientReferenceInformation(string Code = default(string), string Comments = default(string), Riskv1decisionsClientReferenceInformationPartner Partner = default(Riskv1decisionsClientReferenceInformationPartner))
 {
     // to ensure "Code" is required (not null)
     if (Code == null)
     {
         throw new InvalidDataException("Code is a required property for Riskv1decisionsClientReferenceInformation and cannot be null");
     }
     else
     {
         this.Code = Code;
     }
     this.Comments = Comments;
     this.Partner  = Partner;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="Kmsv2keyssymClientReferenceInformation" /> class.
 /// </summary>
 /// <param name="Code">Client-generated order reference or tracking number. CyberSource recommends that you send a unique value. .</param>
 /// <param name="Comments">Comments.</param>
 /// <param name="Partner">Partner.</param>
 public Kmsv2keyssymClientReferenceInformation(string Code = default(string), string Comments = default(string), Riskv1decisionsClientReferenceInformationPartner Partner = default(Riskv1decisionsClientReferenceInformationPartner))
 {
     this.Code     = Code;
     this.Comments = Comments;
     this.Partner  = Partner;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="Vasv2taxClientReferenceInformation" /> 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="Partner">Partner.</param>
 /// <param name="Comments">Comments.</param>
 public Vasv2taxClientReferenceInformation(string Code = default(string), Riskv1decisionsClientReferenceInformationPartner Partner = default(Riskv1decisionsClientReferenceInformationPartner), string Comments = default(string))
 {
     this.Code     = Code;
     this.Partner  = Partner;
     this.Comments = Comments;
 }
Example #4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="RiskV1DecisionsPost201ResponseClientReferenceInformation" /> 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="Comments">Brief description of the order or any comment you wish to add to the order. .</param>
 /// <param name="Partner">Partner.</param>
 public RiskV1DecisionsPost201ResponseClientReferenceInformation(string Code = default(string), string Comments = default(string), Riskv1decisionsClientReferenceInformationPartner Partner = default(Riskv1decisionsClientReferenceInformationPartner))
 {
     this.Code     = Code;
     this.Comments = Comments;
     this.Partner  = Partner;
 }