Response.Payload.CardPayload.Card Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("card")]
[System.Text.Json.Serialization.JsonPropertyOrder(0)]
public System.Collections.Generic.IDictionary<string,object?> Card { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("card")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(0)>]
member this.Card : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property Card As IDictionary(Of String, Object)

Property Value

Attributes

Applies to