Package com.adyen.model
Class SplitAmount
- java.lang.Object
-
- com.adyen.model.SplitAmount
-
public class SplitAmount extends Object
SplitAmount
-
-
Constructor Summary
Constructors Constructor Description SplitAmount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SplitAmountcurrency(String currency)booleanequals(Object o)StringgetCurrency()LonggetValue()inthashCode()voidsetCurrency(String currency)voidsetValue(Long value)StringtoString()SplitAmountvalue(Long value)
-
-
-
Method Detail
-
currency
public SplitAmount currency(String currency)
-
getCurrency
public String getCurrency()
-
setCurrency
public void setCurrency(String currency)
-
value
public SplitAmount value(Long value)
-
getValue
public Long getValue()
-
setValue
public void setValue(Long value)
-
-