/// <summary>
 /// Initializes a new instance of the <see cref="PtsV2PaymentsPost201ResponsePointOfSaleInformation" /> 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/wwhelp/wwhimpl/js/html/wwhelp.htm) .</param>
 public PtsV2PaymentsPost201ResponsePointOfSaleInformation(PtsV2PaymentsPost201ResponsePointOfSaleInformationEmv Emv = default(PtsV2PaymentsPost201ResponsePointOfSaleInformationEmv), string AmexCapnData = default(string))
 {
     this.Emv          = Emv;
     this.AmexCapnData = AmexCapnData;
 }
Exemple #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Ptsv2paymentsidreversalsPointOfSaleInformation" /> class.
 /// </summary>
 /// <param name="Emv">Emv.</param>
 public Ptsv2paymentsidreversalsPointOfSaleInformation(PtsV2PaymentsPost201ResponsePointOfSaleInformationEmv Emv = default(PtsV2PaymentsPost201ResponsePointOfSaleInformationEmv))
 {
     this.Emv = Emv;
 }