Table of Contents

Class LNURLPayRequest.LNURLPayRequestCallbackResponse.LNURLPayRequestSuccessActionUrl

Namespace
LNURL
Assembly
LNURL.Core.dll
public class LNURLPayRequest.LNURLPayRequestCallbackResponse.LNURLPayRequestSuccessActionUrl : LNURLPayRequest.LNURLPayRequestCallbackResponse.ILNURLPayRequestSuccessAction
Inheritance
LNURLPayRequest.LNURLPayRequestCallbackResponse.LNURLPayRequestSuccessActionUrl
Implements
Inherited Members

Properties

Description

[JsonProperty("description")]
[JsonPropertyName("description")]
public string Description { get; set; }

Property Value

string

Tag

[JsonProperty("tag")]
[JsonPropertyName("tag")]
public string Tag { get; set; }

Property Value

string

Url

[JsonProperty("url")]
[JsonConverter(typeof(UriJsonConverter))]
[JsonPropertyName("url")]
public string Url { get; set; }

Property Value

string