Class GiroCheckoutRequest.JsonTools

Namespace
GiroSolution.GiroCheckout.Request
Assembly
GiroCheckout.dll
protected abstract class GiroCheckoutRequest.JsonTools
Inheritance
GiroCheckoutRequest.JsonTools
Inherited Members

Constructors

JsonTools()

protected JsonTools()

Methods

getInt(JObject, string)

public static int? getInt(JObject jsonObject, string name)

Parameters

jsonObject JObject
name string

Returns

int?

getMandInt(JObject, string)

public static int getMandInt(JObject jsonObject, string name)

Parameters

jsonObject JObject
name string

Returns

int

getMandString(JObject, string)

public static string getMandString(JObject jsonObject, string name)

Parameters

jsonObject JObject
name string

Returns

string

getString(JObject, string)

public static string getString(JObject jsonObject, string name)

Parameters

jsonObject JObject
name string

Returns

string