Class LNURLPayRequest.PayerDataField
- Namespace
- LNURL
- Assembly
- LNURL.Core.dll
Represents a payer data field descriptor indicating whether the field is mandatory (LUD-18).
public class LNURLPayRequest.PayerDataField
- Inheritance
-
LNURLPayRequest.PayerDataField
- Derived
- Inherited Members
Properties
Mandatory
Gets or sets whether this payer data field is mandatory.
[JsonProperty("mandatory", DefaultValueHandling = DefaultValueHandling.Populate)]
[JsonPropertyName("mandatory")]
public bool Mandatory { get; set; }