Click or drag to resize
PayWayAPIIsInitialised Method
Returns true if this client object has been correctly intialised, or false otherwise.

Namespace: Qvalent.PayWay
Assembly: PayWayAPI (in PayWayAPI.dll) Version: 1.0.10.0
Syntax
C#
[MTAThreadAttribute]
public bool IsInitialised()

Return Value

Type: Boolean
true if this object has been initialised
Remarks
None
See Also