Class GiroCheckoutRequest.JsonTools
- Namespace
- GiroSolution.GiroCheckout.Request
- Assembly
- GiroCheckout.dll
protected abstract class GiroCheckoutRequest.JsonTools
- Inheritance
-
GiroCheckoutRequest.JsonTools
- Inherited Members
-
Constructors
Methods
public static int? getInt(JObject jsonObject, string name)
Parameters
jsonObject JObject
name string
Returns
- int?
public static int getMandInt(JObject jsonObject, string name)
Parameters
jsonObject JObject
name string
Returns
- int
public static string getMandString(JObject jsonObject, string name)
Parameters
jsonObject JObject
name string
Returns
- string
public static string getString(JObject jsonObject, string name)
Parameters
jsonObject JObject
name string
Returns
- string