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