Package com.adyen.model
Class Installments
- java.lang.Object
-
- com.adyen.model.Installments
-
public class Installments extends Object
Installments
-
-
Constructor Summary
Constructors Constructor Description Installments()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IntegergetValue()the number of installments in which the payment will be dividedinthashCode()voidsetValue(Integer value)StringtoString()Installmentsvalue(Integer value)
-
-
-
Method Detail
-
value
public Installments value(Integer value)
-
getValue
public Integer getValue()
the number of installments in which the payment will be divided- Returns:
- value
-
setValue
public void setValue(Integer value)
-
-