Uses of Class
com.adyen.model.Installments
-
Packages that use Installments Package Description com.adyen.model com.adyen.model.checkout com.adyen.model.payout -
-
Uses of Installments in com.adyen.model
Methods in com.adyen.model that return Installments Modifier and Type Method Description InstallmentsAbstractPaymentRequest. getInstallments()the installment properties of the paymentInstallmentsInstallments. plan(Installments.PlanEnum plan)InstallmentsInstallments. value(Integer value)Methods in com.adyen.model with parameters of type Installments Modifier and Type Method Description TAbstractPaymentRequest. installments(Installments installments)voidAbstractPaymentRequest. setInstallments(Installments installments) -
Uses of Installments in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return Installments Modifier and Type Method Description InstallmentsModelConfiguration. getInstallments()InstallmentsPaymentSessionRequest. getInstallments()InstallmentsPaymentsRequest. getInstallments()Get installmentsMethods in com.adyen.model.checkout with parameters of type Installments Modifier and Type Method Description ModelConfigurationModelConfiguration. installments(Installments installments)PaymentSessionRequestPaymentSessionRequest. installments(Installments installments)PaymentsRequestPaymentsRequest. installments(Installments installments)voidModelConfiguration. setInstallments(Installments installments)voidPaymentSessionRequest. setInstallments(Installments installments)voidPaymentsRequest. setInstallments(Installments installments) -
Uses of Installments in com.adyen.model.payout
Methods in com.adyen.model.payout that return Installments Modifier and Type Method Description InstallmentsPayoutRequest. getInstallments()Get installmentsMethods in com.adyen.model.payout with parameters of type Installments Modifier and Type Method Description PayoutRequestPayoutRequest. installments(Installments installments)voidPayoutRequest. setInstallments(Installments installments)
-