Uses of Class
com.adyen.model.capital.GrantInfoCounterparty
-
Packages that use GrantInfoCounterparty Package Description com.adyen.model.capital -
-
Uses of GrantInfoCounterparty in com.adyen.model.capital
Methods in com.adyen.model.capital that return GrantInfoCounterparty Modifier and Type Method Description GrantInfoCounterpartyGrantInfoCounterparty. balanceAccountId(String balanceAccountId)The unique identifier of the balance account where the funds are disbursed.static GrantInfoCounterpartyGrantInfoCounterparty. fromJson(String jsonString)Create an instance of GrantInfoCounterparty given an JSON stringGrantInfoCounterpartyGrantInfo. getCounterparty()Get counterpartyGrantInfoCounterpartyGrantInfoCounterparty. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.GrantInfoCounterpartyGrantInfoCounterparty. transferInstrumentId(String transferInstrumentId)The unique identifier of the transfer instrument where the funds are disbursed.Methods in com.adyen.model.capital with parameters of type GrantInfoCounterparty Modifier and Type Method Description GrantInfoGrantInfo. counterparty(GrantInfoCounterparty counterparty)counterpartyvoidGrantInfo. setCounterparty(GrantInfoCounterparty counterparty)counterparty
-