@@ -466,13 +466,20 @@ public void setEnhancedSchemeDataItemDetailLineItemNrCommodityCode(
466466 }
467467
468468 /**
469- * A description of the item. * Encoding: ASCII * Max length: 26 characters * Must not be a single
470- * character. * Must not be blank. * Must not start with a space or be all spaces. * Must not be
471- * all zeros.
469+ * A description of the item, that provides details about the purchase. For Visa transactions with
470+ * level 3 ESD, the description must not be the same or very similar to your merchant name, or,
471+ * consist only of common words like \"product\", or \"service\". * Encoding:
472+ * ASCII * Max length: 26 characters * Must not be a single character. * Must not be blank. * Must
473+ * not be all special characters. * Must not be blank. * Must not start with a space or be all
474+ * spaces. * Must not be all zeros.
472475 *
473- * @param enhancedSchemeDataItemDetailLineItemNrDescription A description of the item. * Encoding:
474- * ASCII * Max length: 26 characters * Must not be a single character. * Must not be blank. *
475- * Must not start with a space or be all spaces. * Must not be all zeros.
476+ * @param enhancedSchemeDataItemDetailLineItemNrDescription A description of the item, that
477+ * provides details about the purchase. For Visa transactions with level 3 ESD, the
478+ * description must not be the same or very similar to your merchant name, or, consist only of
479+ * common words like \"product\", or \"service\". * Encoding: ASCII * Max
480+ * length: 26 characters * Must not be a single character. * Must not be blank. * Must not be
481+ * all special characters. * Must not be blank. * Must not start with a space or be all
482+ * spaces. * Must not be all zeros.
476483 * @return the current {@code AdditionalDataLevel23} instance, allowing for method chaining
477484 */
478485 public AdditionalDataLevel23 enhancedSchemeDataItemDetailLineItemNrDescription (
@@ -483,13 +490,20 @@ public AdditionalDataLevel23 enhancedSchemeDataItemDetailLineItemNrDescription(
483490 }
484491
485492 /**
486- * A description of the item. * Encoding: ASCII * Max length: 26 characters * Must not be a single
487- * character. * Must not be blank. * Must not start with a space or be all spaces. * Must not be
488- * all zeros.
493+ * A description of the item, that provides details about the purchase. For Visa transactions with
494+ * level 3 ESD, the description must not be the same or very similar to your merchant name, or,
495+ * consist only of common words like \"product\", or \"service\". * Encoding:
496+ * ASCII * Max length: 26 characters * Must not be a single character. * Must not be blank. * Must
497+ * not be all special characters. * Must not be blank. * Must not start with a space or be all
498+ * spaces. * Must not be all zeros.
489499 *
490- * @return enhancedSchemeDataItemDetailLineItemNrDescription A description of the item. *
491- * Encoding: ASCII * Max length: 26 characters * Must not be a single character. * Must not be
492- * blank. * Must not start with a space or be all spaces. * Must not be all zeros.
500+ * @return enhancedSchemeDataItemDetailLineItemNrDescription A description of the item, that
501+ * provides details about the purchase. For Visa transactions with level 3 ESD, the
502+ * description must not be the same or very similar to your merchant name, or, consist only of
503+ * common words like \"product\", or \"service\". * Encoding: ASCII * Max
504+ * length: 26 characters * Must not be a single character. * Must not be blank. * Must not be
505+ * all special characters. * Must not be blank. * Must not start with a space or be all
506+ * spaces. * Must not be all zeros.
493507 */
494508 @ JsonProperty (JSON_PROPERTY_ENHANCED_SCHEME_DATA_ITEM_DETAIL_LINE_ITEM_NR_DESCRIPTION )
495509 @ JsonInclude (value = JsonInclude .Include .USE_DEFAULTS )
@@ -498,13 +512,20 @@ public String getEnhancedSchemeDataItemDetailLineItemNrDescription() {
498512 }
499513
500514 /**
501- * A description of the item. * Encoding: ASCII * Max length: 26 characters * Must not be a single
502- * character. * Must not be blank. * Must not start with a space or be all spaces. * Must not be
503- * all zeros.
515+ * A description of the item, that provides details about the purchase. For Visa transactions with
516+ * level 3 ESD, the description must not be the same or very similar to your merchant name, or,
517+ * consist only of common words like \"product\", or \"service\". * Encoding:
518+ * ASCII * Max length: 26 characters * Must not be a single character. * Must not be blank. * Must
519+ * not be all special characters. * Must not be blank. * Must not start with a space or be all
520+ * spaces. * Must not be all zeros.
504521 *
505- * @param enhancedSchemeDataItemDetailLineItemNrDescription A description of the item. * Encoding:
506- * ASCII * Max length: 26 characters * Must not be a single character. * Must not be blank. *
507- * Must not start with a space or be all spaces. * Must not be all zeros.
522+ * @param enhancedSchemeDataItemDetailLineItemNrDescription A description of the item, that
523+ * provides details about the purchase. For Visa transactions with level 3 ESD, the
524+ * description must not be the same or very similar to your merchant name, or, consist only of
525+ * common words like \"product\", or \"service\". * Encoding: ASCII * Max
526+ * length: 26 characters * Must not be a single character. * Must not be blank. * Must not be
527+ * all special characters. * Must not be blank. * Must not start with a space or be all
528+ * spaces. * Must not be all zeros.
508529 */
509530 @ JsonProperty (JSON_PROPERTY_ENHANCED_SCHEME_DATA_ITEM_DETAIL_LINE_ITEM_NR_DESCRIPTION )
510531 @ JsonInclude (value = JsonInclude .Include .USE_DEFAULTS )
0 commit comments