Class InvoiceProperties

java.lang.Object
org.ngengine.wallets.InvoiceProperties

public class InvoiceProperties extends Object
  • Constructor Details

    • InvoiceProperties

      public InvoiceProperties(long amountMsats, @Nullable String description, @Nullable String descriptionHash, @Nullable Duration expiry)
  • Method Details

    • amountMsats

      public long amountMsats()
    • description

      @Nullable public String description()
    • descriptionHash

      @Nullable public String descriptionHash()
    • expiry

      @Nullable public Duration expiry()
    • 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