creditcardpluginCardpointeIscreditcardfeeenabledLocationLocationidGet method
Future<Response<bool> >
creditcardpluginCardpointeIscreditcardfeeenabledLocationLocationidGet({
- required String? locationid,
This determines if MerchId (Surcharge) is configured in CardPointe plugin settings. @param locationid
Implementation
Future<chopper.Response<bool>>
creditcardpluginCardpointeIscreditcardfeeenabledLocationLocationidGet({
required String? locationid,
}) {
return _creditcardpluginCardpointeIscreditcardfeeenabledLocationLocationidGet(
locationid: locationid,
);
}