Class ScheduleAccountUpdaterResult


  • public class ScheduleAccountUpdaterResult
    extends Object
    ScheduleAccountUpdaterResult
    • Constructor Detail

      • ScheduleAccountUpdaterResult

        public ScheduleAccountUpdaterResult()
    • Method Detail

      • getPspReference

        public String getPspReference()
        Adyen's 16-character unique reference associated with the transaction. This value is globally unique; quote it when communicating with us about this request.
        Returns:
        pspReference
      • setPspReference

        public void setPspReference​(String pspReference)
        Adyen's 16-character unique reference associated with the transaction. This value is globally unique; quote it when communicating with us about this request.
        Parameters:
        pspReference -
      • getResult

        public String getResult()
        The result of scheduling an Account Updater. If scheduling was successful, this field returns **Success**; otherwise it contains the error message.
        Returns:
        result
      • setResult

        public void setResult​(String result)
        The result of scheduling an Account Updater. If scheduling was successful, this field returns **Success**; otherwise it contains the error message.
        Parameters:
        result -
      • equals

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

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

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

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