Class TokenizationAlreadyExistingDetailsNotificationRequest


  • public class TokenizationAlreadyExistingDetailsNotificationRequest
    extends Object
    TokenizationAlreadyExistingDetailsNotificationRequest
    • Constructor Detail

      • TokenizationAlreadyExistingDetailsNotificationRequest

        public TokenizationAlreadyExistingDetailsNotificationRequest()
    • Method Detail

      • createdAt

        public TokenizationAlreadyExistingDetailsNotificationRequest createdAt​(OffsetDateTime createdAt)
        The date and time when the event happened, in ISO 8601 extended format.
        Parameters:
        createdAt - The date and time when the event happened, in ISO 8601 extended format.
        Returns:
        the current TokenizationAlreadyExistingDetailsNotificationRequest instance, allowing for method chaining
      • getCreatedAt

        public OffsetDateTime getCreatedAt()
        The date and time when the event happened, in ISO 8601 extended format.
        Returns:
        createdAt The date and time when the event happened, in ISO 8601 extended format.
      • setCreatedAt

        public void setCreatedAt​(OffsetDateTime createdAt)
        The date and time when the event happened, in ISO 8601 extended format.
        Parameters:
        createdAt - The date and time when the event happened, in ISO 8601 extended format.
      • eventId

        public TokenizationAlreadyExistingDetailsNotificationRequest eventId​(String eventId)
        The PSP reference of the event that triggered the webhook.
        Parameters:
        eventId - The PSP reference of the event that triggered the webhook.
        Returns:
        the current TokenizationAlreadyExistingDetailsNotificationRequest instance, allowing for method chaining
      • getEventId

        public String getEventId()
        The PSP reference of the event that triggered the webhook.
        Returns:
        eventId The PSP reference of the event that triggered the webhook.
      • setEventId

        public void setEventId​(String eventId)
        The PSP reference of the event that triggered the webhook.
        Parameters:
        eventId - The PSP reference of the event that triggered the webhook.
      • getVersion

        public String getVersion()
        The version of this entity.
        Returns:
        version The version of this entity.
      • setVersion

        public void setVersion​(String version)
        The version of this entity.
        Parameters:
        version - The version of this entity.
      • equals

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

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

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

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