Amount

public final class Amount

This class serves for sending the extracted amount and currency in cleanup process.

Parameters

value

the number value of the amount.

currency

the amount currency.

Constructors

Link copied to clipboard
public Amount Amount(BigDecimal value, AmountCurrency currency)

Creates an instance of Amount class.

Types

Link copied to clipboard
public class Companion