Class DestinationAuthorized

java.lang.Object
dev.vality.swag.wallets.webhook.events.model.Event
dev.vality.swag.wallets.webhook.events.model.DestinationAuthorized

@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
           date="2023-12-24T09:03:16.651030963Z[Etc/UTC]")
public class DestinationAuthorized
extends Event
Changing the status of the destination receiver to authorized
  • Constructor Details

    • DestinationAuthorized

      public DestinationAuthorized()
  • Method Details

    • destinationID

      public DestinationAuthorized destinationID​(String destinationID)
    • getDestinationID

      @NotNull public @NotNull String getDestinationID()
      Destination identifier
      Returns:
      destinationID
    • setDestinationID

      public void setDestinationID​(String destinationID)
    • externalID

      public DestinationAuthorized externalID​(String externalID)
    • getExternalID

      public String getExternalID()
      The unique identifier of the content on your side. When specified, will be used to ensure idempotent processing of the operation.
      Returns:
      externalID
    • setExternalID

      public void setExternalID​(String externalID)
    • equals

      public boolean equals​(Object o)
      Overrides:
      equals in class Event
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Event
    • toString

      public String toString()
      Overrides:
      toString in class Event