Class PaymentStartedAllOf

java.lang.Object
dev.vality.swag_webhook_events.model.PaymentStartedAllOf

@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
           date="2024-02-26T07:25:16.040246332Z[Etc/UTC]")
public class PaymentStartedAllOf
extends Object
PaymentStartedAllOf
  • Constructor Details

    • PaymentStartedAllOf

      public PaymentStartedAllOf()
  • Method Details

    • invoice

      public PaymentStartedAllOf invoice​(Invoice invoice)
    • getInvoice

      @NotNull @Valid public @NotNull @Valid Invoice getInvoice()
      Get invoice
      Returns:
      invoice
    • setInvoice

      public void setInvoice​(Invoice invoice)
    • payment

      public PaymentStartedAllOf payment​(Payment payment)
    • getPayment

      @NotNull @Valid public @NotNull @Valid Payment getPayment()
      Get payment
      Returns:
      payment
    • setPayment

      public void setPayment​(Payment payment)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object