Uses of Class
com.adyen.model.checkout.CreateCheckoutSessionResponse.StoreFiltrationModeEnum
-
Packages that use CreateCheckoutSessionResponse.StoreFiltrationModeEnum Package Description com.adyen.model.checkout -
-
Uses of CreateCheckoutSessionResponse.StoreFiltrationModeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return CreateCheckoutSessionResponse.StoreFiltrationModeEnum Modifier and Type Method Description static CreateCheckoutSessionResponse.StoreFiltrationModeEnumCreateCheckoutSessionResponse.StoreFiltrationModeEnum. fromValue(String value)CreateCheckoutSessionResponse.StoreFiltrationModeEnumCreateCheckoutSessionResponse. getStoreFiltrationMode()Specifies how payment methods should be filtered based on the 'store' parameter: - 'exclusive': Only payment methods belonging to the specified 'store' are returned.static CreateCheckoutSessionResponse.StoreFiltrationModeEnumCreateCheckoutSessionResponse.StoreFiltrationModeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CreateCheckoutSessionResponse.StoreFiltrationModeEnum[]CreateCheckoutSessionResponse.StoreFiltrationModeEnum. 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.StoreFiltrationModeEnum Modifier and Type Method Description voidCreateCheckoutSessionResponse. setStoreFiltrationMode(CreateCheckoutSessionResponse.StoreFiltrationModeEnum storeFiltrationMode)Specifies how payment methods should be filtered based on the 'store' parameter: - 'exclusive': Only payment methods belonging to the specified 'store' are returned.CreateCheckoutSessionResponseCreateCheckoutSessionResponse. storeFiltrationMode(CreateCheckoutSessionResponse.StoreFiltrationModeEnum storeFiltrationMode)
-