Class CustomerCreated

java.lang.Object
dev.vality.swag_webhook_events.model.Event
dev.vality.swag_webhook_events.model.CustomerCreated

@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
           date="2023-05-04T13:06:45.139911129Z[Etc/UTC]")
public class CustomerCreated
extends Event
Событие о создании нового плательщика
  • Constructor Details

    • CustomerCreated

      public CustomerCreated()
  • Method Details

    • customer

      public CustomerCreated customer​(Customer customer)
    • getCustomer

      @NotNull @Valid public @NotNull @Valid Customer getCustomer()
      Get customer
      Returns:
      customer
    • setCustomer

      public void setCustomer​(Customer customer)
    • 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