Package co.dapi.types
Class TransferBounds
- java.lang.Object
-
- co.dapi.types.TransferBounds
-
public class TransferBounds extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TransferBounds(int minimum, Beneficiary.BeneficiaryType type, Currency currency)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CurrencygetCurrency()intgetMinimum()Beneficiary.BeneficiaryTypegetType()
-
-
-
Constructor Detail
-
TransferBounds
public TransferBounds(int minimum, Beneficiary.BeneficiaryType type, Currency currency)
-
-
Method Detail
-
getMinimum
public int getMinimum()
-
getType
public Beneficiary.BeneficiaryType getType()
-
getCurrency
public Currency getCurrency()
-
-