Class StoreDetailResponse


  • public class StoreDetailResponse
    extends Object
    StoreDetailResponse
    • Constructor Detail

      • StoreDetailResponse

        public StoreDetailResponse()
    • Method Detail

      • getAdditionalData

        public Map<String,​String> getAdditionalData()
        This field contains additional data, which may be returned in a particular response.
        Returns:
        additionalData
      • setAdditionalData

        public void setAdditionalData​(Map<String,​String> additionalData)
        This field contains additional data, which may be returned in a particular response.
        Parameters:
        additionalData -
      • getPspReference

        public String getPspReference()
        A new reference to uniquely identify this request.
        Returns:
        pspReference
      • setPspReference

        public void setPspReference​(String pspReference)
        A new reference to uniquely identify this request.
        Parameters:
        pspReference -
      • getRecurringDetailReference

        public String getRecurringDetailReference()
        The token which you can use later on for submitting the payout.
        Returns:
        recurringDetailReference
      • setRecurringDetailReference

        public void setRecurringDetailReference​(String recurringDetailReference)
        The token which you can use later on for submitting the payout.
        Parameters:
        recurringDetailReference -
      • getResultCode

        public String getResultCode()
        The result code of the transaction. `Success` indicates that the details were stored successfully.
        Returns:
        resultCode
      • setResultCode

        public void setResultCode​(String resultCode)
        The result code of the transaction. `Success` indicates that the details were stored successfully.
        Parameters:
        resultCode -
      • equals

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

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

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

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