Uses of Class
com.adyen.model.checkout.PaymentLinkRequest.StorePaymentMethodModeEnum
-
Packages that use PaymentLinkRequest.StorePaymentMethodModeEnum Package Description com.adyen.model.checkout -
-
Uses of PaymentLinkRequest.StorePaymentMethodModeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentLinkRequest.StorePaymentMethodModeEnum Modifier and Type Method Description static PaymentLinkRequest.StorePaymentMethodModeEnumPaymentLinkRequest.StorePaymentMethodModeEnum. fromValue(String value)PaymentLinkRequest.StorePaymentMethodModeEnumPaymentLinkRequest. getStorePaymentMethodMode()Indicates if the details of the payment method will be stored for the shopper.static PaymentLinkRequest.StorePaymentMethodModeEnumPaymentLinkRequest.StorePaymentMethodModeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentLinkRequest.StorePaymentMethodModeEnum[]PaymentLinkRequest.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 PaymentLinkRequest.StorePaymentMethodModeEnum Modifier and Type Method Description voidPaymentLinkRequest. setStorePaymentMethodMode(PaymentLinkRequest.StorePaymentMethodModeEnum storePaymentMethodMode)Indicates if the details of the payment method will be stored for the shopper.PaymentLinkRequestPaymentLinkRequest. storePaymentMethodMode(PaymentLinkRequest.StorePaymentMethodModeEnum storePaymentMethodMode)
-