Class Result29
public class Result29
- Inheritance
-
Result29
- Inherited Members
Properties
AdditionalProperties
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
TransactionId
Payment transaction ID that was executed
[JsonProperty("transactionId", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string TransactionId { get; set; }