Uses of Class
com.adyen.model.checkout.PaymentLinkRequest.RequiredShopperFieldsEnum
-
Packages that use PaymentLinkRequest.RequiredShopperFieldsEnum Package Description com.adyen.model.checkout -
-
Uses of PaymentLinkRequest.RequiredShopperFieldsEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentLinkRequest.RequiredShopperFieldsEnum Modifier and Type Method Description static PaymentLinkRequest.RequiredShopperFieldsEnumPaymentLinkRequest.RequiredShopperFieldsEnum. fromValue(String value)static PaymentLinkRequest.RequiredShopperFieldsEnumPaymentLinkRequest.RequiredShopperFieldsEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentLinkRequest.RequiredShopperFieldsEnum[]PaymentLinkRequest.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 PaymentLinkRequest.RequiredShopperFieldsEnum Modifier and Type Method Description List<PaymentLinkRequest.RequiredShopperFieldsEnum>PaymentLinkRequest. 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 PaymentLinkRequest.RequiredShopperFieldsEnum Modifier and Type Method Description PaymentLinkRequestPaymentLinkRequest. addRequiredShopperFieldsItem(PaymentLinkRequest.RequiredShopperFieldsEnum requiredShopperFieldsItem)Method parameters in com.adyen.model.checkout with type arguments of type PaymentLinkRequest.RequiredShopperFieldsEnum Modifier and Type Method Description PaymentLinkRequestPaymentLinkRequest. requiredShopperFields(List<PaymentLinkRequest.RequiredShopperFieldsEnum> requiredShopperFields)List of fields that the shopper has to provide on the payment page before completing the payment.voidPaymentLinkRequest. setRequiredShopperFields(List<PaymentLinkRequest.RequiredShopperFieldsEnum> requiredShopperFields)List of fields that the shopper has to provide on the payment page before completing the payment.
-