API Differences in StoreKit in macOS 14.2

It's more difficult than it used to be to find what changed in Apple SDKs. This page is automatically generated and shows what is new in StoreKit in the macOS 14.2 SDK.

Table of Contents

Structs

Transaction
Offer

Typealiases

PaymentMode
public typealias RawValue = Swift.String

Properties & Constants

Transaction
internal let currencyStorage: Foundation.Locale.Currency?
Transaction
public let offer: StoreKit.Transaction.Offer?
Transaction
internal let priceStorage: Foundation.Decimal?

Initializers

Foundation.Locale.Currency
internal init?(_ value: StoreKit.BackingValue)
Transaction.Offer.PaymentMode
internal init?(_ value: StoreKit.BackingValue)