Uses of Class
com.adyen.model.balanceplatform.MandateUpdate
-
Packages that use MandateUpdate Package Description com.adyen.model.balanceplatform com.adyen.service.balanceplatform -
-
Uses of MandateUpdate in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return MandateUpdate Modifier and Type Method Description static MandateUpdateMandateUpdate. fromJson(String jsonString)Create an instance of MandateUpdate given an JSON stringMandateUpdateMandateUpdate. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.MandateUpdateMandateUpdate. paymentInstrumentId(Object paymentInstrumentId)The unique identifier of the payment instrument linked to the mandate. -
Uses of MandateUpdate in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform with parameters of type MandateUpdate Modifier and Type Method Description voidDirectDebitMandatesApi. updateMandate(String mandateId, MandateUpdate mandateUpdate)Amend a mandatevoidDirectDebitMandatesApi. updateMandate(String mandateId, MandateUpdate mandateUpdate, RequestOptions requestOptions)Amend a mandate
-