Uses of Class
com.adyen.model.transfers.CounterpartyV3
-
Packages that use CounterpartyV3 Package Description com.adyen.model.transfers -
-
Uses of CounterpartyV3 in com.adyen.model.transfers
Methods in com.adyen.model.transfers that return CounterpartyV3 Modifier and Type Method Description CounterpartyV3CounterpartyV3. balanceAccountId(String balanceAccountId)The unique identifier of the counterparty [balance account](https://docs.adyen.com/api-explorer/balanceplatform/latest/post/balanceAccounts#responses-200-id).CounterpartyV3CounterpartyV3. bankAccount(BankAccountV3 bankAccount)bankAccountCounterpartyV3CounterpartyV3. card(Card card)cardstatic CounterpartyV3CounterpartyV3. fromJson(String jsonString)Create an instance of CounterpartyV3 given an JSON stringCounterpartyV3Transfer. getCounterparty()Get counterpartyCounterpartyV3CounterpartyV3. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.CounterpartyV3CounterpartyV3. merchant(MerchantData merchant)merchantCounterpartyV3CounterpartyV3. transferInstrumentId(String transferInstrumentId)The unique identifier of the counterparty [transfer instrument](https://docs.adyen.com/api-explorer/legalentity/latest/post/transferInstruments#responses-200-id).Methods in com.adyen.model.transfers with parameters of type CounterpartyV3 Modifier and Type Method Description TransferTransfer. counterparty(CounterpartyV3 counterparty)counterpartyvoidTransfer. setCounterparty(CounterpartyV3 counterparty)counterparty
-