Package de.adorsys.psd2.xs2a.core.pis
Class Xs2aAmount
- java.lang.Object
-
- de.adorsys.psd2.xs2a.core.pis.Xs2aAmount
-
public class Xs2aAmount extends Object
-
-
Constructor Summary
Constructors Constructor Description Xs2aAmount()Xs2aAmount(Currency currency, String amount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetAmount()CurrencygetCurrency()inthashCode()voidsetAmount(String amount)voidsetCurrency(Currency currency)StringtoString()
-
-
-
Constructor Detail
-
Xs2aAmount
public Xs2aAmount()
-
Xs2aAmount
@ConstructorProperties({"currency","amount"}) public Xs2aAmount(Currency currency, String amount)
-
-