Class MigratedStores


  • public class MigratedStores
    extends Object
    MigratedStores
    • Constructor Detail

      • MigratedStores

        public MigratedStores()
    • Method Detail

      • getBusinessLineId

        public String getBusinessLineId()
        The unique identifier of the business line associated with the migrated account holder in the balance platform.
        Returns:
        businessLineId
      • setBusinessLineId

        public void setBusinessLineId​(String businessLineId)
      • getStoreCode

        public String getStoreCode()
        The unique identifier of the store associated with the migrated account holder in the classic integration.
        Returns:
        storeCode
      • setStoreCode

        public void setStoreCode​(String storeCode)
      • getStoreId

        public String getStoreId()
        The unique identifier of the store associated with the migrated account holder in the balance platform.
        Returns:
        storeId
      • setStoreId

        public void setStoreId​(String storeId)
      • getStoreReference

        public String getStoreReference()
        Your reference for the store in the classic integration. The [Customer Area](https://ca-test.adyen.com/) uses this value for the store description.
        Returns:
        storeReference
      • setStoreReference

        public void setStoreReference​(String storeReference)
      • equals

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

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

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

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