Contents

buyProduct(identifier:options:)

Declaration

@discardableResult func buyProduct(identifier: Product.ID, options: Set<Product.PurchaseOption> = []) async throws -> Transaction

See Also

Instance Methods