C# Class SteamWebAPI.SteamMicroTransaction

Inheritance: SteamWebRequest
Afficher le fichier Open project: babelshift/SteamWebAPI Class Usage Examples

Méthodes publiques

Méthode Description
CreateCartAsync ( long steamId ) : Task
GetCartContents ( long steamId ) : Task>

This should return a list of "LineItem" objects for every item in the cart, but I don't yet know how to add items to a cart after creating it, so this method currently will never return success.

IsValidCartAsync ( long steamId, long cartId ) : Task
SteamMicroTransaction ( WebRequestParameter developerKey ) : System

Method Details

CreateCartAsync() public méthode

public CreateCartAsync ( long steamId ) : Task
steamId long
Résultat Task

GetCartContents() public méthode

This should return a list of "LineItem" objects for every item in the cart, but I don't yet know how to add items to a cart after creating it, so this method currently will never return success.
public GetCartContents ( long steamId ) : Task>
steamId long
Résultat Task>

IsValidCartAsync() public méthode

public IsValidCartAsync ( long steamId, long cartId ) : Task
steamId long
cartId long
Résultat Task

SteamMicroTransaction() public méthode

public SteamMicroTransaction ( WebRequestParameter developerKey ) : System
developerKey SteamWebModel.WebRequestParameter
Résultat System