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)CounterpartyV3CounterpartyV3. bankAccount(BankAccountV3 bankAccount)static CounterpartyV3CounterpartyV3. fromJson(String jsonString)Create an instance of CounterpartyV3 given an JSON stringCounterpartyV3Transfer. getCounterparty()Get counterpartyCounterpartyV3CounterpartyV3. merchant(MerchantData merchant)CounterpartyV3CounterpartyV3. transferInstrumentId(String transferInstrumentId)Methods in com.adyen.model.transfers with parameters of type CounterpartyV3 Modifier and Type Method Description TransferTransfer. counterparty(CounterpartyV3 counterparty)voidTransfer. setCounterparty(CounterpartyV3 counterparty)counterparty
-