MicroTxnAuthorizationResponse

Swift
public struct MicroTxnAuthorizationResponse: Sendable

Steamworks MicroTxnAuthorizationResponse_t


Topics

var appID: AppID

Steamworks m_unAppID

Declaration
Swift
public let appID: AppID

var orderID: UInt64

Steamworks m_ulOrderID

Declaration
Swift
public let orderID: UInt64

var authorized: Bool

Steamworks m_bAuthorized

Declaration
Swift
public let authorized: Bool

init(appID: AppID, orderID: UInt64, authorized: Bool)

Create a customized MicroTxnAuthorizationResponse

Declaration
Swift
public init(appID: AppID = 0, orderID: UInt64 = 0, authorized: Bool = false)