C# 클래스 Klarna.Checkout.Order

The order resource.
상속: IResource
파일 보기 프로젝트 열기: klarna/kco_dotnet 1 사용 예제들

공개 메소드들

메소드 설명
Create ( object>.Dictionary data ) : void

Creates a new order, using the uri in BaseUri.

Fetch ( ) : void

Fetches order data.

GetValue ( string key ) : object

Gets the value of a key.

Marshal ( ) : object>.Dictionary

Basic representation of the resource.

Order ( IConnector connector ) : System

Initializes a new instance of the Order class.

Order ( IConnector connector, Uri uri ) : System

Initializes a new instance of the Order class.

Parse ( object>.Dictionary data ) : void

Replace resource with the new data.

Update ( object>.Dictionary data ) : void

Updates order data.

메소드 상세

Create() 공개 메소드

Creates a new order, using the uri in BaseUri.
public Create ( object>.Dictionary data ) : void
data object>.Dictionary
리턴 void

Fetch() 공개 메소드

Fetches order data.
public Fetch ( ) : void
리턴 void

GetValue() 공개 메소드

Gets the value of a key.
/// key is null. /// /// key does not exist. ///
public GetValue ( string key ) : object
key string /// The key. ///
리턴 object

Marshal() 공개 메소드

Basic representation of the resource.
public Marshal ( ) : object>.Dictionary
리턴 object>.Dictionary

Order() 공개 메소드

Initializes a new instance of the Order class.
public Order ( IConnector connector ) : System
connector IConnector /// The connector to use. ///
리턴 System

Order() 공개 메소드

Initializes a new instance of the Order class.
public Order ( IConnector connector, Uri uri ) : System
connector IConnector /// The connector to use. ///
uri System.Uri /// The uri of the resource. ///
리턴 System

Parse() 공개 메소드

Replace resource with the new data.
public Parse ( object>.Dictionary data ) : void
data object>.Dictionary /// The data. ///
리턴 void

Update() 공개 메소드

Updates order data.
public Update ( object>.Dictionary data ) : void
data object>.Dictionary
리턴 void