Uses of Class
org.ldk.structs.InvoiceRequestFeatures
-
Packages that use InvoiceRequestFeatures Package Description org.ldk.structs -
-
Uses of InvoiceRequestFeatures in org.ldk.structs
Methods in org.ldk.structs that return InvoiceRequestFeatures Modifier and Type Method Description InvoiceRequestFeaturesInvoiceRequestFeatures. clone()Creates a copy of the InvoiceRequestFeaturesstatic InvoiceRequestFeaturesInvoiceRequestFeatures. empty()Create a blank Features with no features setInvoiceRequestFeaturesInvoiceRequest. features()Features pertaining to requesting an invoice.InvoiceRequestFeaturesRefund. features()Features pertaining to requesting an invoice.Methods in org.ldk.structs with parameters of type InvoiceRequestFeatures Modifier and Type Method Description booleanInvoiceRequestFeatures. eq(InvoiceRequestFeatures b)Checks if two InvoiceRequestFeaturess contain equal inner contents.
-