Interface ISurchargeListener


public interface ISurchargeListener
This interface is used to receive notification when a surcharge decision is required during a transaction. Before calling ChipDnaMobile.startTransaction(Parameters) register this listener using ChipDnaMobile.addSurchargeListener(ISurchargeListener).
Author:
Creditcall Ltd.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onSurcharge(Parameters parameters)
    Invoked when a surcharge decision is required.