Class InternalReviewTrackingData


  • public class InternalReviewTrackingData
    extends Object
    InternalReviewTrackingData
    • Constructor Detail

      • InternalReviewTrackingData

        public InternalReviewTrackingData()
    • Method Detail

      • reason

        public InternalReviewTrackingData reason​(InternalReviewTrackingData.ReasonEnum reason)
        The reason why the transfer failed Adyen's internal review. Possible values: - **refusedForRegulatoryReasons**: the transfer does not comply with Adyen's risk policy. For more information, [contact the Support Team](https://www.adyen.help/hc/en-us/requests/new).
        Parameters:
        reason -
        Returns:
        the current InternalReviewTrackingData instance, allowing for method chaining
      • getReason

        public InternalReviewTrackingData.ReasonEnum getReason()
        The reason why the transfer failed Adyen's internal review. Possible values: - **refusedForRegulatoryReasons**: the transfer does not comply with Adyen's risk policy. For more information, [contact the Support Team](https://www.adyen.help/hc/en-us/requests/new).
        Returns:
        reason
      • setReason

        public void setReason​(InternalReviewTrackingData.ReasonEnum reason)
        The reason why the transfer failed Adyen's internal review. Possible values: - **refusedForRegulatoryReasons**: the transfer does not comply with Adyen's risk policy. For more information, [contact the Support Team](https://www.adyen.help/hc/en-us/requests/new).
        Parameters:
        reason -
      • status

        public InternalReviewTrackingData status​(InternalReviewTrackingData.StatusEnum status)
        The status of the transfer. Possible values: - **pending**: the transfer is under internal review. - **failed**: the transfer failed Adyen's internal review. For details, see `reason`.
        Parameters:
        status -
        Returns:
        the current InternalReviewTrackingData instance, allowing for method chaining
      • getStatus

        public InternalReviewTrackingData.StatusEnum getStatus()
        The status of the transfer. Possible values: - **pending**: the transfer is under internal review. - **failed**: the transfer failed Adyen's internal review. For details, see `reason`.
        Returns:
        status
      • setStatus

        public void setStatus​(InternalReviewTrackingData.StatusEnum status)
        The status of the transfer. Possible values: - **pending**: the transfer is under internal review. - **failed**: the transfer failed Adyen's internal review. For details, see `reason`.
        Parameters:
        status -
      • type

        public InternalReviewTrackingData type​(InternalReviewTrackingData.TypeEnum type)
        The type of tracking event. Possible values: - **internalReview**: the transfer was flagged because it does not comply with Adyen's risk policy.
        Parameters:
        type -
        Returns:
        the current InternalReviewTrackingData instance, allowing for method chaining
      • getType

        public InternalReviewTrackingData.TypeEnum getType()
        The type of tracking event. Possible values: - **internalReview**: the transfer was flagged because it does not comply with Adyen's risk policy.
        Returns:
        type
      • setType

        public void setType​(InternalReviewTrackingData.TypeEnum type)
        The type of tracking event. Possible values: - **internalReview**: the transfer was flagged because it does not comply with Adyen's risk policy.
        Parameters:
        type -
      • equals

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

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

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

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