C# Класс Klarna.Checkout.Order

The order resource.
Наследование: IResource
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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