getFeeScale(final Customer, final FeeType) method

Determines the Scale to use for the provided Customer and FeeType.

Syntax

Scale getFeeScale ( final Customer cus , final FeeType feeType )

Parameters

Returns

The Scale that matches best the input parameters or null if no Scale was found.

Usage

The Scale is defined ain a FeeSet which is attached to the Customer, the type of the Customer, or the OrgUnit of the Customer.

The Scale that matches best the input parameters or null if no Scale was found.