Uses of Class
com.adyen.model.checkout.CreatePaymentLinkRequest.StorePaymentMethodModeEnum
-
Packages that use CreatePaymentLinkRequest.StorePaymentMethodModeEnum Package Description com.adyen.model.checkout -
-
Uses of CreatePaymentLinkRequest.StorePaymentMethodModeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return CreatePaymentLinkRequest.StorePaymentMethodModeEnum Modifier and Type Method Description static CreatePaymentLinkRequest.StorePaymentMethodModeEnumCreatePaymentLinkRequest.StorePaymentMethodModeEnum. fromValue(String input)CreatePaymentLinkRequest.StorePaymentMethodModeEnumCreatePaymentLinkRequest. getStorePaymentMethodMode()Indicates if the details of the payment method will be stored for the shopper.CreatePaymentLinkRequest.StorePaymentMethodModeEnumCreatePaymentLinkRequest.StorePaymentMethodModeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CreatePaymentLinkRequest.StorePaymentMethodModeEnumCreatePaymentLinkRequest.StorePaymentMethodModeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CreatePaymentLinkRequest.StorePaymentMethodModeEnum[]CreatePaymentLinkRequest.StorePaymentMethodModeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.checkout with parameters of type CreatePaymentLinkRequest.StorePaymentMethodModeEnum Modifier and Type Method Description voidCreatePaymentLinkRequest. setStorePaymentMethodMode(CreatePaymentLinkRequest.StorePaymentMethodModeEnum storePaymentMethodMode)CreatePaymentLinkRequestCreatePaymentLinkRequest. storePaymentMethodMode(CreatePaymentLinkRequest.StorePaymentMethodModeEnum storePaymentMethodMode)voidCreatePaymentLinkRequest.StorePaymentMethodModeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CreatePaymentLinkRequest.StorePaymentMethodModeEnum enumeration)
-