Uses of Class
com.adyen.model.transfers.GrantInfoCounterparty
-
Packages that use GrantInfoCounterparty Package Description com.adyen.model.transfers -
-
Uses of GrantInfoCounterparty in com.adyen.model.transfers
Methods in com.adyen.model.transfers that return GrantInfoCounterparty Modifier and Type Method Description GrantInfoCounterpartyGrantInfoCounterparty. balanceAccountId(String balanceAccountId)The identifier of the balance account that belongs to the receiving account holder.static GrantInfoCounterpartyGrantInfoCounterparty. fromJson(String jsonString)Create an instance of GrantInfoCounterparty given an JSON stringGrantInfoCounterpartyCapitalGrantInfo. getCounterparty()Get counterpartyGrantInfoCounterpartyGrantInfoCounterparty. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.GrantInfoCounterpartyGrantInfoCounterparty. transferInstrumentId(String transferInstrumentId)The identifier of the transfer instrument that belongs to the legal entity of the account holder.Methods in com.adyen.model.transfers with parameters of type GrantInfoCounterparty Modifier and Type Method Description CapitalGrantInfoCapitalGrantInfo. counterparty(GrantInfoCounterparty counterparty)counterpartyvoidCapitalGrantInfo. setCounterparty(GrantInfoCounterparty counterparty)counterparty
-