Uses of Class
com.adyen.model.configurationwebhooks.Mandate
-
Packages that use Mandate Package Description com.adyen.model.configurationwebhooks -
-
Uses of Mandate in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return Mandate Modifier and Type Method Description MandateMandate. balanceAccountId(String balanceAccountId)The unique identifier of the balance account linked to the payment instrument.MandateMandate. counterparty(MandateBankAccount counterparty)counterpartyMandateMandate. createdAt(Object createdAt)createdAtstatic MandateMandate. fromJson(String jsonString)Create an instance of Mandate given an JSON stringMandateMandateNotificationData. getMandate()Get mandateMandateMandate. id(String id)The unique identifier of the mandate.MandateMandate. paymentInstrumentId(String paymentInstrumentId)The unique identifier of the payment instrument linked to the mandate.MandateMandate. status(Mandate.StatusEnum status)The status of the mandate.MandateMandate. type(Mandate.TypeEnum type)The type of mandate.MandateMandate. updatedAt(Object updatedAt)updatedAtMethods in com.adyen.model.configurationwebhooks with parameters of type Mandate Modifier and Type Method Description MandateNotificationDataMandateNotificationData. mandate(Mandate mandate)mandatevoidMandateNotificationData. setMandate(Mandate mandate)mandate
-