Sep08PostTransactionPending

public struct Sep08PostTransactionPending : Decodable, Sendable

Response when transaction approval is pending.

The approval server is processing the transaction but has not yet made a decision. The client should wait and retry after the specified timeout.

  • Number of seconds the client should wait before retrying.

    Declaration

    Swift

    public var timeout: Int
  • Optional human-readable explanation of why approval is pending.

    Declaration

    Swift

    public var message: String?
  • Initializer - creates a new instance by decoding from the given decoder.

    Declaration

    Swift

    public init(from decoder: Decoder) throws

    Parameters

    decoder

    The decoder containing the data