You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Model/CardProcessingConfigCommon.cs
+35-1Lines changed: 35 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,9 @@ public enum DefaultAuthTypeCodeEnum
86
86
/// <param name="SubMerchantBusinessName">Sub-merchant's business name. Applicable for American Express Direct (amexdirect) processor. Validation details (for selected processors)... <table> <thead><tr><th>Processor</th><th>Acceptance Type</th><th>Required</th><th>Min. Length</th><th>Max. Length</th><th>Regex</th></tr></thead> <tr><td>American Express Direct</td><td>cnp, cp, hybrid</td><td>No</td><td>1</td><td>37</td><td>^[0-9a-zA-Z&#92;-&#92;_&#92;,\\s.]+$</td></tr> </table> .</param>
87
87
/// <param name="PreferCobadgedSecondaryBrand">It denotes merchant's preference on secondary brand for routing in case of co-branded cards. Applicable for EFTPOS processors..</param>
/// <param name="GovernmentControlled">Indicates whether the merchant is government controlled. Applicable for VPC processors..</param>
90
+
/// <param name="DropBillingInfo">This field is used to indicate whether the merchant wants to drop the billing information from the request. If this field is set to true, then the billing information will be dropped from the request. If this field is set to false, then the billing information will be sent in the request..</param>
/// This field is used to indicate whether the merchant wants to drop the billing information from the request. If this field is set to true, then the billing information will be dropped from the request. If this field is set to false, then the billing information will be sent in the request.
267
+
/// </summary>
268
+
/// <value>This field is used to indicate whether the merchant wants to drop the billing information from the request. If this field is set to true, then the billing information will be dropped from the request. If this field is set to false, then the billing information will be sent in the request.</value>
Copy file name to clipboardExpand all lines: Model/CardProcessingConfigCommonAcquirer.cs
+35-1Lines changed: 35 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,13 +36,17 @@ public partial class CardProcessingConfigCommonAcquirer : IEquatable<CardProces
36
36
/// <param name="InstitutionId">Identifier of the acquirer. This number is usually assigned by Visa. Applicable for VPC, GPX (gpx), CMCIC (cmcic), EFTPOS, CB2A, CUP, American Express Direct (amexdirect) and Six (six) processors. Validation details (for selected processors)... <table> <thead><tr><th>Processor</th><th>Acceptance Type</th><th>Required</th><th>Min. Length</th><th>Max. Length</th><th>Regex</th><th>Default Value</th></tr></thead> <tr><td>American Express Direct</td><td>cnp, cp, hybrid</td><td>Yes</td><td>1</td><td>13</td><td>^[0-9]+$</td><td>1111</td></tr> </table> .</param>
37
37
/// <param name="InterbankCardAssociationId">Number assigned by MasterCard to banks to identify the member in transactions. Applicable for VPC and GPX (gpx) processors..</param>
38
38
/// <param name="DiscoverInstitutionId">Assigned by Discover to identify the acquirer. Applicable for VPC and GPX (gpx) processors..</param>
39
+
/// <param name="UnionPayInstitutionId">Assigned by China Union Pay to identify the acquirer. Applicable for VPC processors..</param>
40
+
/// <param name="DinersClubInstitutionId">Assigned by Diners Club to identify the acquirer. Applicable for VPC processors..</param>
39
41
/// <param name="CountryCode">ISO 4217 format. Applicable for VPC, GPX (gpx), EFTPOS, RUPAY, Prisma (prisma) and CUP processors..</param>
40
42
/// <param name="FileDestinationBin">The BIN to which this capturefile is sent. This field must contain a valid BIN. Applicable for VPC and GPX (gpx) processors..</param>
0 commit comments