/// <summary>
 /// Initializes a new instance of the <see cref="Ptsv2paymentsidcapturesPointOfSaleInformation" /> class.
 /// </summary>
 /// <param name="Emv">Emv.</param>
 /// <param name="AmexCapnData">Point-of-sale details for the transaction. This value is returned only for **American Express Direct**. CyberSource generates this value, which consists of a series of codes that identify terminal capability, security data, and specific conditions present at the time the transaction occurred. To comply with the CAPN requirements, this  value must be included in all subsequent follow-on requests, such as captures and follow-on credits.  When you perform authorizations, captures, and credits through CyberSource, CyberSource passes this value from the authorization service to the subsequent services for you. However, when you perform authorizations through CyberSource and perform subsequent services through other financial institutions, you must ensure that your requests for captures and credits include this value. .</param>
 public Ptsv2paymentsidcapturesPointOfSaleInformation(Ptsv2paymentsidcapturesPointOfSaleInformationEmv Emv = default(Ptsv2paymentsidcapturesPointOfSaleInformationEmv), string AmexCapnData = default(string), bool CardPresent = default(bool), string CatLevel = default(string), string TerminalCapability = default(string))
 {
     this.Emv                = Emv;
     this.AmexCapnData       = AmexCapnData;
     this.CardPresent        = CardPresent;
     this.CatLevel           = CatLevel;
     this.TerminalCapability = TerminalCapability;
 }
Example #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Ptsv2paymentsidrefundsPointOfSaleInformation" /> class.
 /// </summary>
 /// <param name="Emv">Emv.</param>
 public Ptsv2paymentsidrefundsPointOfSaleInformation(Ptsv2paymentsidcapturesPointOfSaleInformationEmv Emv = default(Ptsv2paymentsidcapturesPointOfSaleInformationEmv))
 {
     this.Emv = Emv;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="Ptsv2paymentsidcapturesPointOfSaleInformation" /> class.
 /// </summary>
 /// <param name="Emv">Emv.</param>
 /// <param name="AmexCapnData">Point-of-sale details for the transaction. This value is returned only for **American Express Direct**. CyberSource generates this value, which consists of a series of codes that identify terminal capability, security data, and specific conditions present at the time the transaction occurred. To comply with the CAPN requirements, this value must be included in all subsequent follow-on requests, such as captures and follow-on credits.  When you perform authorizations, captures, and credits through CyberSource, CyberSource passes this value from the authorization service to the subsequent services for you. However, when you perform authorizations through CyberSource and perform subsequent services through other financial institutions, you must ensure that your requests for captures and credits include this value.  For details, see &#x60;auth_pos_data&#x60; field description in [Credit Card Services Using the SCMP API.](https://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html/) .</param>
 public Ptsv2paymentsidcapturesPointOfSaleInformation(Ptsv2paymentsidcapturesPointOfSaleInformationEmv Emv = default(Ptsv2paymentsidcapturesPointOfSaleInformationEmv), string AmexCapnData = default(string))
 {
     this.Emv          = Emv;
     this.AmexCapnData = AmexCapnData;
 }