C# 클래스 SteamWebAPI.SteamMicroTransaction

상속: SteamWebRequest
파일 보기 프로젝트 열기: babelshift/SteamWebAPI 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CreateCartAsync() 공개 메소드

public CreateCartAsync ( long steamId ) : Task
steamId long
리턴 Task

GetCartContents() 공개 메소드

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
리턴 Task>

IsValidCartAsync() 공개 메소드

public IsValidCartAsync ( long steamId, long cartId ) : Task
steamId long
cartId long
리턴 Task

SteamMicroTransaction() 공개 메소드

public SteamMicroTransaction ( WebRequestParameter developerKey ) : System
developerKey SteamWebModel.WebRequestParameter
리턴 System