balanceInquiry(final Customer, final Card) method

Implement this method to get the card balance from the external system.

Syntax

abstract Balance balanceInquiry ( final Customer cardHolder , final Card card ) throws UnsupportedOperationException, PaymentHandlerException

Parameters

Returns

the current balance.

Exceptions

Usage

the current balance.