Uses of Class
com.adyen.model.payment.Mandate
-
Packages that use Mandate Package Description com.adyen.model.payment -
-
Uses of Mandate in com.adyen.model.payment
Methods in com.adyen.model.payment 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)static MandateMandate. fromJson(String jsonString)Create an instance of Mandate given an JSON stringMandatePaymentRequest. getMandate()Get mandateMandateMandate. remarks(String remarks)MandateMandate. startsAt(String startsAt)Methods in com.adyen.model.payment with parameters of type Mandate Modifier and Type Method Description PaymentRequestPaymentRequest. mandate(Mandate mandate)voidPaymentRequest. setMandate(Mandate mandate)mandate
-