Uses of Class
com.adyen.model.transfers.GrantCounterparty
-
Packages that use GrantCounterparty Package Description com.adyen.model.transfers -
-
Uses of GrantCounterparty in com.adyen.model.transfers
Methods in com.adyen.model.transfers that return GrantCounterparty Modifier and Type Method Description GrantCounterpartyGrantCounterparty. accountHolderId(String accountHolderId)The identifier of the receiving account holder.GrantCounterpartyGrantCounterparty. balanceAccountId(String balanceAccountId)The identifier of the balance account that belongs to the receiving account holder.static GrantCounterpartyGrantCounterparty. fromJson(String jsonString)Create an instance of GrantCounterparty given an JSON stringGrantCounterpartyCapitalGrant. getCounterparty()Get counterpartyGrantCounterpartyGrantCounterparty. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.GrantCounterpartyGrantCounterparty. 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 GrantCounterparty Modifier and Type Method Description CapitalGrantCapitalGrant. counterparty(GrantCounterparty counterparty)counterpartyvoidCapitalGrant. setCounterparty(GrantCounterparty counterparty)counterparty
-