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