Uses of Class
com.adyen.model.nexo.Instalment
-
Packages that use Instalment Package Description com.adyen.model.nexo -
-
Uses of Instalment in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as Instalment Modifier and Type Field Description protected InstalmentPaymentData. instalmentThe Instalment.protected InstalmentPaymentResult. instalmentThe Instalment.Methods in com.adyen.model.nexo that return Instalment Modifier and Type Method Description InstalmentObjectFactory. createInstalment()Create an instance ofInstalmentInstalmentPaymentData. getInstalment()Gets the value of the instalment property.InstalmentPaymentResult. getInstalment()Gets the value of the instalment property.Methods in com.adyen.model.nexo with parameters of type Instalment Modifier and Type Method Description voidPaymentData. setInstalment(Instalment value)Sets the value of the instalment property.voidPaymentResult. setInstalment(Instalment value)Sets the value of the instalment property.
-