Class PaymentRecurrentParent

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2023-08-08T11:08:44.744020346Z[Etc/UTC]")
public class PaymentRecurrentParent
extends Object
Parent payment, on the basis of which the current recurrent payment was created
  • Field Details

  • Constructor Details

    • PaymentRecurrentParent

      public PaymentRecurrentParent()
  • Method Details

    • invoiceID

      public PaymentRecurrentParent invoiceID​(String invoiceID)
    • getInvoiceID

      @Nonnull public String getInvoiceID()
      Invoice ID
      Returns:
      invoiceID
    • setInvoiceID

      public void setInvoiceID​(String invoiceID)
    • paymentID

      public PaymentRecurrentParent paymentID​(String paymentID)
    • getPaymentID

      @Nonnull public String getPaymentID()
      Payment ID
      Returns:
      paymentID
    • setPaymentID

      public void setPaymentID​(String paymentID)
    • 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