Class CustomerPayer

java.lang.Object
dev.vality.swag_webhook_events.model.Payer
dev.vality.swag_webhook_events.model.CustomerPayer

@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
           date="2023-05-04T13:06:45.139911129Z[Etc/UTC]")
public class CustomerPayer
extends Payer
CustomerPayer
  • Constructor Details

    • CustomerPayer

      public CustomerPayer()
  • Method Details

    • customerID

      public CustomerPayer customerID​(String customerID)
    • getCustomerID

      @NotNull public @NotNull String getCustomerID()
      Идентификатор плательщика
      Returns:
      customerID
    • setCustomerID

      public void setCustomerID​(String customerID)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Payer