Class ConfirmationTrackingData


  • public class ConfirmationTrackingData
    extends Object
    ConfirmationTrackingData
    • Constructor Detail

      • ConfirmationTrackingData

        public ConfirmationTrackingData()
    • Method Detail

      • status

        public ConfirmationTrackingData status​(ConfirmationTrackingData.StatusEnum status)
        The status of the transfer. Possible values: - **credited**: the funds are credited to your user's transfer instrument or bank account.
        Parameters:
        status -
        Returns:
        the current ConfirmationTrackingData instance, allowing for method chaining
      • getStatus

        public ConfirmationTrackingData.StatusEnum getStatus()
        The status of the transfer. Possible values: - **credited**: the funds are credited to your user's transfer instrument or bank account.
        Returns:
        status
      • setStatus

        public void setStatus​(ConfirmationTrackingData.StatusEnum status)
        The status of the transfer. Possible values: - **credited**: the funds are credited to your user's transfer instrument or bank account.
        Parameters:
        status -
      • type

        public ConfirmationTrackingData type​(ConfirmationTrackingData.TypeEnum type)
        The type of the tracking event. Possible values: - **confirmation**: the transfer passed Adyen's internal review.
        Parameters:
        type -
        Returns:
        the current ConfirmationTrackingData instance, allowing for method chaining
      • getType

        public ConfirmationTrackingData.TypeEnum getType()
        The type of the tracking event. Possible values: - **confirmation**: the transfer passed Adyen's internal review.
        Returns:
        type
      • setType

        public void setType​(ConfirmationTrackingData.TypeEnum type)
        The type of the tracking event. Possible values: - **confirmation**: the transfer passed Adyen's internal review.
        Parameters:
        type -
      • equals

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

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

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

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