Package net.osslabz.lnd.dto
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbyte[]Hash corresponding to the (hold) invoice to cancel.inthashCode()paymentHash(byte[] paymentHash) voidsetPaymentHash(byte[] paymentHash) toString()
-
Field Details
-
SERIALIZED_NAME_PAYMENT_HASH
- See Also:
-
-
Constructor Details
-
InvoicesrpcCancelInvoiceMsg
public InvoicesrpcCancelInvoiceMsg()
-
-
Method Details
-
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
-
hashCode
public int hashCode() -
toString
-