creditcardpluginCardpointeGatewayapiSurchargefeeLocationLocationidGet method

Future<Response<WebApiModulesPluginsCreditCardCreditCardPluginGetDefaultSurchargeAmountResponse>> creditcardpluginCardpointeGatewayapiSurchargefeeLocationLocationidGet({
  1. required String? locationid,
})

Calls InquireMerchant on the CardPointe GatewayApi to get the surcharge fee percentage. @param locationid

Implementation

Future<
  chopper.Response<
    WebApiModulesPluginsCreditCardCreditCardPluginGetDefaultSurchargeAmountResponse
  >
>
creditcardpluginCardpointeGatewayapiSurchargefeeLocationLocationidGet({
  required String? locationid,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesPluginsCreditCardCreditCardPluginGetDefaultSurchargeAmountResponse,
    () =>
        WebApiModulesPluginsCreditCardCreditCardPluginGetDefaultSurchargeAmountResponse
            .fromJsonFactory,
  );

  return _creditcardpluginCardpointeGatewayapiSurchargefeeLocationLocationidGet(
    locationid: locationid,
  );
}