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