extraParams property
extraParams allows you to specify arbitrary url parameters to the API.
This is important because some filters require additional information
(e.g. PcoServicesPlan.getFromServiceType() supports after
as a filter
but then requires an after
parameter supplying a date string)
Implementation
Map<String, String> extraParams;