Class Response43
Payment required response when user has insufficient funds. Contains a quote for completing the purchase.
public class Response43
- Inheritance
-
Response43
- Inherited Members
Properties
AdditionalProperties
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Result
[JsonProperty("result", Required = Required.Always)]
[Required]
public Result30 Result { get; set; }