providesDetails

abstract fun providesDetails(action: Action): Boolean

Checks if the provided component will trigger any updates through the ActionComponentCallback or not. If false, no events will be fired and you don't need to make a /payments/details API call. The component only serves to present some final data to the shopper.

Return

If the provided component provides details to make an API call to the /payments/details endpoint.