Class CustomerReady

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

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

    • CustomerReady

      public CustomerReady()
  • Method Details

    • customer

      public CustomerReady 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