PayWayAPI Methods |
The PayWayAPI type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FormatRequestParameters |
Format the parameters from the provided map into a request string
to pass to the processCreditCard method.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Initialise(String) |
Initialise this object so that it can process CCAPI transactions.
|
![]() | Initialise(String, Stream) |
Initialise this object so that it can process CCAPI transactions.
|
![]() | IsInitialised |
Returns true if this client object has been correctly intialised, or
false otherwise.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ParseResponseParameters |
Parse the response parameters string from the
processCreditCard method into a map.
|
![]() | ProcessCreditCard |
Main credit card processing method. Pass the request parameters into
this method, then the current thread will wait for the response to be
returned from the server.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |