stopLoyaltyService

public abstract boolean stopLoyaltyService(String dynamicService)

Stops a dynamic loyalty service

Return

true if an attempt was made to stop the service.

Parameters

dynamicService

- the 'type' of the service to stop

Throws

if something bad happens.


public abstract boolean stopLoyaltyService(String dynamicService, Map<String, String> dataExtras)