@@ -291,17 +291,15 @@ public static DeliveryAddressUsageIndicatorEnum fromValue(String value) {
291291 private boolean isSetDeliveryAddressUsageIndicator = false ;
292292
293293 public static final String JSON_PROPERTY_HOME_PHONE = "homePhone" ;
294- @ Deprecated // deprecated since Adyen Checkout API v68: Use `ThreeDS2RequestData.homePhone`
295- // instead.
296- private String homePhone ;
294+ /* deprecated since Adyen Checkout API v68: Use `ThreeDS2RequestData.homePhone` instead. */
295+ @ Deprecated private String homePhone ;
297296
298297 /** Mark when the attribute has been explicitly set. */
299298 private boolean isSetHomePhone = false ;
300299
301300 public static final String JSON_PROPERTY_MOBILE_PHONE = "mobilePhone" ;
302- @ Deprecated // deprecated since Adyen Checkout API v68: Use `ThreeDS2RequestData.mobilePhone`
303- // instead.
304- private String mobilePhone ;
301+ /* deprecated since Adyen Checkout API v68: Use `ThreeDS2RequestData.mobilePhone` instead. */
302+ @ Deprecated private String mobilePhone ;
305303
306304 /** Mark when the attribute has been explicitly set. */
307305 private boolean isSetMobilePhone = false ;
@@ -456,9 +454,8 @@ public static PaymentAccountIndicatorEnum fromValue(String value) {
456454 private boolean isSetSuspiciousActivity = false ;
457455
458456 public static final String JSON_PROPERTY_WORK_PHONE = "workPhone" ;
459- @ Deprecated // deprecated since Adyen Checkout API v68: Use `ThreeDS2RequestData.workPhone`
460- // instead.
461- private String workPhone ;
457+ /* deprecated since Adyen Checkout API v68: Use `ThreeDS2RequestData.workPhone` instead. */
458+ @ Deprecated private String workPhone ;
462459
463460 /** Mark when the attribute has been explicitly set. */
464461 private boolean isSetWorkPhone = false ;
@@ -797,10 +794,9 @@ public void setDeliveryAddressUsageIndicator(
797794 *
798795 * @param homePhone Shopper's home phone number (including the country code).
799796 * @return the current {@code AccountInfo} instance, allowing for method chaining
800- * @deprecated since Adyen Checkout API v68 Use ` ThreeDS2RequestData.homePhone` instead.
797+ * @deprecated since Adyen Checkout API v68 Use ` ThreeDS2RequestData.homePhone` instead.
801798 */
802- @ Deprecated // deprecated since Adyen Checkout API v68: Use `ThreeDS2RequestData.homePhone`
803- // instead.
799+ @ Deprecated
804800 public AccountInfo homePhone (String homePhone ) {
805801 this .homePhone = homePhone ;
806802 isSetHomePhone = true ; // mark as set
@@ -811,11 +807,9 @@ public AccountInfo homePhone(String homePhone) {
811807 * Shopper's home phone number (including the country code).
812808 *
813809 * @return homePhone Shopper's home phone number (including the country code).
814- * @deprecated // deprecated since Adyen Checkout API v68: Use `ThreeDS2RequestData.homePhone`
815- * instead.
810+ * @deprecated since Adyen Checkout API v68 Use `ThreeDS2RequestData.homePhone` instead.
816811 */
817- @ Deprecated // deprecated since Adyen Checkout API v68: Use `ThreeDS2RequestData.homePhone`
818- // instead.
812+ @ Deprecated
819813 @ JsonProperty (JSON_PROPERTY_HOME_PHONE )
820814 @ JsonInclude (value = JsonInclude .Include .USE_DEFAULTS )
821815 public String getHomePhone () {
@@ -826,10 +820,9 @@ public String getHomePhone() {
826820 * Shopper's home phone number (including the country code).
827821 *
828822 * @param homePhone Shopper's home phone number (including the country code).
829- * @deprecated since Adyen Checkout API v68 Use ` ThreeDS2RequestData.homePhone` instead.
823+ * @deprecated since Adyen Checkout API v68 Use ` ThreeDS2RequestData.homePhone` instead.
830824 */
831- @ Deprecated // deprecated since Adyen Checkout API v68: Use `ThreeDS2RequestData.homePhone`
832- // instead.
825+ @ Deprecated
833826 @ JsonProperty (JSON_PROPERTY_HOME_PHONE )
834827 @ JsonInclude (value = JsonInclude .Include .USE_DEFAULTS )
835828 public void setHomePhone (String homePhone ) {
@@ -842,11 +835,9 @@ public void setHomePhone(String homePhone) {
842835 *
843836 * @param mobilePhone Shopper's mobile phone number (including the country code).
844837 * @return the current {@code AccountInfo} instance, allowing for method chaining
845- * @deprecated since Adyen Checkout API v68 Use `ThreeDS2RequestData.mobilePhone`
846- * instead.
838+ * @deprecated since Adyen Checkout API v68 Use `ThreeDS2RequestData.mobilePhone` instead.
847839 */
848- @ Deprecated // deprecated since Adyen Checkout API v68: Use `ThreeDS2RequestData.mobilePhone`
849- // instead.
840+ @ Deprecated
850841 public AccountInfo mobilePhone (String mobilePhone ) {
851842 this .mobilePhone = mobilePhone ;
852843 isSetMobilePhone = true ; // mark as set
@@ -857,11 +848,9 @@ public AccountInfo mobilePhone(String mobilePhone) {
857848 * Shopper's mobile phone number (including the country code).
858849 *
859850 * @return mobilePhone Shopper's mobile phone number (including the country code).
860- * @deprecated // deprecated since Adyen Checkout API v68: Use `ThreeDS2RequestData.mobilePhone`
861- * instead.
851+ * @deprecated since Adyen Checkout API v68 Use `ThreeDS2RequestData.mobilePhone` instead.
862852 */
863- @ Deprecated // deprecated since Adyen Checkout API v68: Use `ThreeDS2RequestData.mobilePhone`
864- // instead.
853+ @ Deprecated
865854 @ JsonProperty (JSON_PROPERTY_MOBILE_PHONE )
866855 @ JsonInclude (value = JsonInclude .Include .USE_DEFAULTS )
867856 public String getMobilePhone () {
@@ -872,11 +861,9 @@ public String getMobilePhone() {
872861 * Shopper's mobile phone number (including the country code).
873862 *
874863 * @param mobilePhone Shopper's mobile phone number (including the country code).
875- * @deprecated since Adyen Checkout API v68 Use `ThreeDS2RequestData.mobilePhone`
876- * instead.
864+ * @deprecated since Adyen Checkout API v68 Use `ThreeDS2RequestData.mobilePhone` instead.
877865 */
878- @ Deprecated // deprecated since Adyen Checkout API v68: Use `ThreeDS2RequestData.mobilePhone`
879- // instead.
866+ @ Deprecated
880867 @ JsonProperty (JSON_PROPERTY_MOBILE_PHONE )
881868 @ JsonInclude (value = JsonInclude .Include .USE_DEFAULTS )
882869 public void setMobilePhone (String mobilePhone ) {
@@ -1196,10 +1183,9 @@ public void setSuspiciousActivity(Boolean suspiciousActivity) {
11961183 *
11971184 * @param workPhone Shopper's work phone number (including the country code).
11981185 * @return the current {@code AccountInfo} instance, allowing for method chaining
1199- * @deprecated since Adyen Checkout API v68 Use ` ThreeDS2RequestData.workPhone` instead.
1186+ * @deprecated since Adyen Checkout API v68 Use ` ThreeDS2RequestData.workPhone` instead.
12001187 */
1201- @ Deprecated // deprecated since Adyen Checkout API v68: Use `ThreeDS2RequestData.workPhone`
1202- // instead.
1188+ @ Deprecated
12031189 public AccountInfo workPhone (String workPhone ) {
12041190 this .workPhone = workPhone ;
12051191 isSetWorkPhone = true ; // mark as set
@@ -1210,11 +1196,9 @@ public AccountInfo workPhone(String workPhone) {
12101196 * Shopper's work phone number (including the country code).
12111197 *
12121198 * @return workPhone Shopper's work phone number (including the country code).
1213- * @deprecated // deprecated since Adyen Checkout API v68: Use `ThreeDS2RequestData.workPhone`
1214- * instead.
1199+ * @deprecated since Adyen Checkout API v68 Use `ThreeDS2RequestData.workPhone` instead.
12151200 */
1216- @ Deprecated // deprecated since Adyen Checkout API v68: Use `ThreeDS2RequestData.workPhone`
1217- // instead.
1201+ @ Deprecated
12181202 @ JsonProperty (JSON_PROPERTY_WORK_PHONE )
12191203 @ JsonInclude (value = JsonInclude .Include .USE_DEFAULTS )
12201204 public String getWorkPhone () {
@@ -1225,10 +1209,9 @@ public String getWorkPhone() {
12251209 * Shopper's work phone number (including the country code).
12261210 *
12271211 * @param workPhone Shopper's work phone number (including the country code).
1228- * @deprecated since Adyen Checkout API v68 Use ` ThreeDS2RequestData.workPhone` instead.
1212+ * @deprecated since Adyen Checkout API v68 Use ` ThreeDS2RequestData.workPhone` instead.
12291213 */
1230- @ Deprecated // deprecated since Adyen Checkout API v68: Use `ThreeDS2RequestData.workPhone`
1231- // instead.
1214+ @ Deprecated
12321215 @ JsonProperty (JSON_PROPERTY_WORK_PHONE )
12331216 @ JsonInclude (value = JsonInclude .Include .USE_DEFAULTS )
12341217 public void setWorkPhone (String workPhone ) {
0 commit comments