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