Uses of Class
com.adyen.model.checkout.Mandate
-
Packages that use Mandate Package Description com.adyen.model com.adyen.model.checkout -
-
Uses of Mandate in com.adyen.model
Methods in com.adyen.model that return Mandate Modifier and Type Method Description MandatePaymentRequest. getMandate()Get mandateMethods in com.adyen.model with parameters of type Mandate Modifier and Type Method Description PaymentRequestPaymentRequest. mandate(Mandate mandate)voidPaymentRequest. setMandate(Mandate mandate) -
Uses of Mandate in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return Mandate Modifier and Type Method Description MandateMandate. amount(String amount)MandateMandate. amountRule(Mandate.AmountRuleEnum amountRule)MandateMandate. billingAttemptsRule(Mandate.BillingAttemptsRuleEnum billingAttemptsRule)MandateMandate. billingDay(String billingDay)MandateMandate. endsAt(String endsAt)MandateMandate. frequency(Mandate.FrequencyEnum frequency)MandateCreateCheckoutSessionRequest. getMandate()Get mandateMandateCreateCheckoutSessionResponse. getMandate()Get mandateMandatePaymentsRequest. getMandate()Get mandateMandateMandate. remarks(String remarks)MandateMandate. startsAt(String startsAt)Methods in com.adyen.model.checkout with parameters of type Mandate Modifier and Type Method Description CreateCheckoutSessionRequestCreateCheckoutSessionRequest. mandate(Mandate mandate)CreateCheckoutSessionResponseCreateCheckoutSessionResponse. mandate(Mandate mandate)PaymentsRequestPaymentsRequest. mandate(Mandate mandate)voidCreateCheckoutSessionRequest. setMandate(Mandate mandate)voidCreateCheckoutSessionResponse. setMandate(Mandate mandate)voidPaymentsRequest. setMandate(Mandate mandate)
-