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