Class TransferNotificationCounterParty


  • public class TransferNotificationCounterParty
    extends Object
    TransferNotificationCounterParty
    • Constructor Detail

      • TransferNotificationCounterParty

        public TransferNotificationCounterParty()
    • Method Detail

      • getBalanceAccountId

        public String getBalanceAccountId()
        The unique identifier of the [balance account](https://docs.adyen.com/api-explorer/#/balanceplatform/latest/post/balanceAccounts__resParam_id).
        Returns:
        balanceAccountId
      • setBalanceAccountId

        public void setBalanceAccountId​(String balanceAccountId)
        The unique identifier of the [balance account](https://docs.adyen.com/api-explorer/#/balanceplatform/latest/post/balanceAccounts__resParam_id).
        Parameters:
        balanceAccountId -
      • getBankAccount

        public BankAccountV3 getBankAccount()
        Get bankAccount
        Returns:
        bankAccount
      • setBankAccount

        public void setBankAccount​(BankAccountV3 bankAccount)
        bankAccount
        Parameters:
        bankAccount -
      • getTransferInstrumentId

        public String getTransferInstrumentId()
        The unique identifier of the [transfer instrument](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/transferInstruments__resParam_id).
        Returns:
        transferInstrumentId
      • setTransferInstrumentId

        public void setTransferInstrumentId​(String transferInstrumentId)
        The unique identifier of the [transfer instrument](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/transferInstruments__resParam_id).
        Parameters:
        transferInstrumentId -
      • equals

        public boolean equals​(Object o)
        Return true if this TransferNotificationCounterParty object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static TransferNotificationCounterParty fromJson​(String jsonString)
                                                         throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of TransferNotificationCounterParty given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of TransferNotificationCounterParty
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to TransferNotificationCounterParty
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of TransferNotificationCounterParty to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException