Uses of Class
com.adyen.model.capital.GrantCounterparty
-
Packages that use GrantCounterparty Package Description com.adyen.model.capital -
-
Uses of GrantCounterparty in com.adyen.model.capital
Methods in com.adyen.model.capital that return GrantCounterparty Modifier and Type Method Description GrantCounterpartyGrantCounterparty. accountHolderId(String accountHolderId)The unique identifier of the account holder that receives the grant.GrantCounterpartyGrantCounterparty. balanceAccountId(String balanceAccountId)The unique identifier of the balance account where the funds are disbursed.static GrantCounterpartyGrantCounterparty. fromJson(String jsonString)Create an instance of GrantCounterparty given an JSON stringGrantCounterpartyGrant. getCounterparty()Get counterpartyGrantCounterpartyGrantCounterparty. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.GrantCounterpartyGrantCounterparty. 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 GrantCounterparty Modifier and Type Method Description GrantGrant. counterparty(GrantCounterparty counterparty)counterpartyvoidGrant. setCounterparty(GrantCounterparty counterparty)counterparty
-