Uses of Class
com.adyen.model.checkout.PaymentLinkResource.RequiredShopperFieldsEnum
-
Packages that use PaymentLinkResource.RequiredShopperFieldsEnum Package Description com.adyen.model.checkout -
-
Uses of PaymentLinkResource.RequiredShopperFieldsEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentLinkResource.RequiredShopperFieldsEnum Modifier and Type Method Description static PaymentLinkResource.RequiredShopperFieldsEnumPaymentLinkResource.RequiredShopperFieldsEnum. fromValue(String input)PaymentLinkResource.RequiredShopperFieldsEnumPaymentLinkResource.RequiredShopperFieldsEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static PaymentLinkResource.RequiredShopperFieldsEnumPaymentLinkResource.RequiredShopperFieldsEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentLinkResource.RequiredShopperFieldsEnum[]PaymentLinkResource.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 PaymentLinkResource.RequiredShopperFieldsEnum Modifier and Type Method Description List<PaymentLinkResource.RequiredShopperFieldsEnum>PaymentLinkResource. 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 PaymentLinkResource.RequiredShopperFieldsEnum Modifier and Type Method Description PaymentLinkResourcePaymentLinkResource. addRequiredShopperFieldsItem(PaymentLinkResource.RequiredShopperFieldsEnum requiredShopperFieldsItem)voidPaymentLinkResource.RequiredShopperFieldsEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, PaymentLinkResource.RequiredShopperFieldsEnum enumeration)Method parameters in com.adyen.model.checkout with type arguments of type PaymentLinkResource.RequiredShopperFieldsEnum Modifier and Type Method Description PaymentLinkResourcePaymentLinkResource. requiredShopperFields(List<PaymentLinkResource.RequiredShopperFieldsEnum> requiredShopperFields)voidPaymentLinkResource. setRequiredShopperFields(List<PaymentLinkResource.RequiredShopperFieldsEnum> requiredShopperFields)
-