Uses of Class
com.adyen.model.balanceplatform.Mandate
-
Packages that use Mandate Package Description com.adyen.model.balanceplatform com.adyen.service.balanceplatform -
-
Uses of Mandate in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform 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(OffsetDateTime createdAt)The date when the mandate was created.static MandateMandate. fromJson(String jsonString)Create an instance of Mandate given an JSON stringMandateMandate. id(String id)The unique identifier of the mandate.MandateMandate. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.MandateMandate. paymentInstrumentId(String paymentInstrumentId)The unique identifier of the payment instrument linked to the mandate.MandateMandate. status(MandateStatus status)statusMandateMandate. type(MandateType type)typeMandateMandate. updatedAt(OffsetDateTime updatedAt)The date when the mandate was updated.Methods in com.adyen.model.balanceplatform that return types with arguments of type Mandate Modifier and Type Method Description List<Mandate>ListMandatesResponse. getMandates()Contains a list of the mandates.Methods in com.adyen.model.balanceplatform with parameters of type Mandate Modifier and Type Method Description ListMandatesResponseListMandatesResponse. addMandatesItem(Mandate mandatesItem)Method parameters in com.adyen.model.balanceplatform with type arguments of type Mandate Modifier and Type Method Description ListMandatesResponseListMandatesResponse. mandates(List<Mandate> mandates)Contains a list of the mandates.voidListMandatesResponse. setMandates(List<Mandate> mandates)Contains a list of the mandates. -
Uses of Mandate in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform that return Mandate Modifier and Type Method Description MandateDirectDebitMandatesApi. getMandateById(String mandateId)Get a specific mandateMandateDirectDebitMandatesApi. getMandateById(String mandateId, RequestOptions requestOptions)Get a specific mandate
-