Uses of Class
com.adyen.model.checkout.PaymentLinkResponse.RequiredShopperFieldsEnum
-
Packages that use PaymentLinkResponse.RequiredShopperFieldsEnum Package Description com.adyen.model.checkout -
-
Uses of PaymentLinkResponse.RequiredShopperFieldsEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentLinkResponse.RequiredShopperFieldsEnum Modifier and Type Method Description static PaymentLinkResponse.RequiredShopperFieldsEnumPaymentLinkResponse.RequiredShopperFieldsEnum. fromValue(String value)static PaymentLinkResponse.RequiredShopperFieldsEnumPaymentLinkResponse.RequiredShopperFieldsEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentLinkResponse.RequiredShopperFieldsEnum[]PaymentLinkResponse.RequiredShopperFieldsEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.checkout that return types with arguments of type PaymentLinkResponse.RequiredShopperFieldsEnum Modifier and Type Method Description List<PaymentLinkResponse.RequiredShopperFieldsEnum>PaymentLinkResponse. getRequiredShopperFields()List of fields that the shopper has to provide on the payment page before completing the payment.Methods in com.adyen.model.checkout with parameters of type PaymentLinkResponse.RequiredShopperFieldsEnum Modifier and Type Method Description PaymentLinkResponsePaymentLinkResponse. addRequiredShopperFieldsItem(PaymentLinkResponse.RequiredShopperFieldsEnum requiredShopperFieldsItem)Method parameters in com.adyen.model.checkout with type arguments of type PaymentLinkResponse.RequiredShopperFieldsEnum Modifier and Type Method Description PaymentLinkResponsePaymentLinkResponse. requiredShopperFields(List<PaymentLinkResponse.RequiredShopperFieldsEnum> requiredShopperFields)List of fields that the shopper has to provide on the payment page before completing the payment.voidPaymentLinkResponse. setRequiredShopperFields(List<PaymentLinkResponse.RequiredShopperFieldsEnum> requiredShopperFields)List of fields that the shopper has to provide on the payment page before completing the payment.
-