/// A standardized error code, e.g. 'incorrect_number', independent of the payment provider. Value can be null. A full list of known values can be found at https://help.shopify.com/api/reference/transaction.
/// </summary>
[JsonProperty("error_code")]
publicstringErrorCode{get;set;}
/// <summary>
/// The status of the transaction. Valid values are: pending, failure, success or error.