Class Result24
public class Result24
- Inheritance
-
Result24
- Inherited Members
Properties
AdditionalProperties
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Id
The payment ID
[JsonProperty("id", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Id { get; set; }
Property Value
Link
The link to purchase the product
[JsonProperty("link", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Link { get; set; }