Class DestinationCreated

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

@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
           date="2022-03-03T13:21:56.718207632Z[Etc/UTC]")
public class DestinationCreated
extends Event
Событие создания приемника денежных средств
  • Constructor Details

    • DestinationCreated

      public DestinationCreated()
  • Method Details

    • destination

      public DestinationCreated destination​(Destination destination)
    • getDestination

      @NotNull @Valid public @NotNull @Valid Destination getDestination()
      Get destination
      Returns:
      destination
    • setDestination

      public void setDestination​(Destination destination)
    • 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