Class InvoicesrpcCancelInvoiceMsg

java.lang.Object
net.osslabz.lnd.dto.InvoicesrpcCancelInvoiceMsg

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-07T12:03:38.664532692Z[Etc/UTC]") public class InvoicesrpcCancelInvoiceMsg extends Object
InvoicesrpcCancelInvoiceMsg
  • Field Details

  • Constructor Details

    • InvoicesrpcCancelInvoiceMsg

      public InvoicesrpcCancelInvoiceMsg()
  • Method Details

    • paymentHash

      public InvoicesrpcCancelInvoiceMsg paymentHash(byte[] paymentHash)
    • getPaymentHash

      @Nullable public byte[] getPaymentHash()
      Hash corresponding to the (hold) invoice to cancel. When using REST, this field must be encoded as base64.
      Returns:
      paymentHash
    • setPaymentHash

      public void setPaymentHash(byte[] paymentHash)
    • 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