Class TransferNotificationMerchantData


  • public class TransferNotificationMerchantData
    extends Object
    TransferNotificationMerchantData
    • Constructor Detail

      • TransferNotificationMerchantData

        public TransferNotificationMerchantData()
    • Method Detail

      • acquirerId

        public TransferNotificationMerchantData acquirerId​(String acquirerId)
        The unique identifier of the merchant's acquirer.
        Parameters:
        acquirerId -
        Returns:
        the current TransferNotificationMerchantData instance, allowing for method chaining
      • getAcquirerId

        public String getAcquirerId()
        The unique identifier of the merchant's acquirer.
        Returns:
        acquirerId
      • setAcquirerId

        public void setAcquirerId​(String acquirerId)
        The unique identifier of the merchant's acquirer.
        Parameters:
        acquirerId -
      • city

        public TransferNotificationMerchantData city​(String city)
        The city where the merchant is located.
        Parameters:
        city -
        Returns:
        the current TransferNotificationMerchantData instance, allowing for method chaining
      • getCity

        public String getCity()
        The city where the merchant is located.
        Returns:
        city
      • setCity

        public void setCity​(String city)
        The city where the merchant is located.
        Parameters:
        city -
      • country

        public TransferNotificationMerchantData country​(String country)
        The country where the merchant is located.
        Parameters:
        country -
        Returns:
        the current TransferNotificationMerchantData instance, allowing for method chaining
      • getCountry

        public String getCountry()
        The country where the merchant is located.
        Returns:
        country
      • setCountry

        public void setCountry​(String country)
        The country where the merchant is located.
        Parameters:
        country -
      • mcc

        public TransferNotificationMerchantData mcc​(String mcc)
        The merchant category code.
        Parameters:
        mcc -
        Returns:
        the current TransferNotificationMerchantData instance, allowing for method chaining
      • getMcc

        public String getMcc()
        The merchant category code.
        Returns:
        mcc
      • setMcc

        public void setMcc​(String mcc)
        The merchant category code.
        Parameters:
        mcc -
      • merchantId

        public TransferNotificationMerchantData merchantId​(String merchantId)
        The merchant identifier.
        Parameters:
        merchantId -
        Returns:
        the current TransferNotificationMerchantData instance, allowing for method chaining
      • getMerchantId

        public String getMerchantId()
        The merchant identifier.
        Returns:
        merchantId
      • setMerchantId

        public void setMerchantId​(String merchantId)
        The merchant identifier.
        Parameters:
        merchantId -
      • name

        public TransferNotificationMerchantData name​(String name)
        The name of the merchant's shop or service.
        Parameters:
        name -
        Returns:
        the current TransferNotificationMerchantData instance, allowing for method chaining
      • getName

        public String getName()
        The name of the merchant's shop or service.
        Returns:
        name
      • setName

        public void setName​(String name)
        The name of the merchant's shop or service.
        Parameters:
        name -
      • postalCode

        public TransferNotificationMerchantData postalCode​(String postalCode)
        The merchant postal code.
        Parameters:
        postalCode -
        Returns:
        the current TransferNotificationMerchantData instance, allowing for method chaining
      • getPostalCode

        public String getPostalCode()
        The merchant postal code.
        Returns:
        postalCode
      • setPostalCode

        public void setPostalCode​(String postalCode)
        The merchant postal code.
        Parameters:
        postalCode -
      • equals

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

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

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

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