Table of Contents

Class LNURLPayRequest.LUD18PayerData

Namespace
LNURL
Assembly
LNURL.Core.dll

Describes the payer data fields that a service accepts or requires (LUD-18).

public class LNURLPayRequest.LUD18PayerData
Inheritance
LNURLPayRequest.LUD18PayerData
Inherited Members

Properties

Auth

[JsonProperty("auth", DefaultValueHandling = DefaultValueHandling.Ignore)]
[JsonPropertyName("auth")]
public LNURLPayRequest.AuthPayerDataField Auth { get; set; }

Property Value

LNURLPayRequest.AuthPayerDataField

Email

[JsonProperty("email", DefaultValueHandling = DefaultValueHandling.Ignore)]
[JsonPropertyName("email")]
public LNURLPayRequest.PayerDataField Email { get; set; }

Property Value

LNURLPayRequest.PayerDataField

Name

[JsonProperty("name", DefaultValueHandling = DefaultValueHandling.Ignore)]
[JsonPropertyName("name")]
public LNURLPayRequest.PayerDataField Name { get; set; }

Property Value

LNURLPayRequest.PayerDataField

Pubkey

[JsonProperty("pubkey", DefaultValueHandling = DefaultValueHandling.Ignore)]
[JsonPropertyName("pubkey")]
public LNURLPayRequest.PayerDataField Pubkey { get; set; }

Property Value

LNURLPayRequest.PayerDataField