Sep08PostTransactionStatusResponse
public struct Sep08PostTransactionStatusResponse : Decodable, Sendable
Internal response struct used to determine the status of a transaction post.
Used for parsing the initial status field before decoding into the specific response type.
-
The status value (success, revised, pending, action_required, or rejected).
Declaration
Swift
public var status: String? -
Initializer - creates a new instance by decoding from the given decoder.
Declaration
Swift
public init(from decoder: Decoder) throwsParameters
decoderThe decoder containing the data
View on GitHub
Install in Dash