My2c2pSDK - Request Object
The My2c2pSDK
class is the only object that you need to create in order to pass the request information to the library.
Constructor Summary
public My2c2pSDK(String my2c2pKey)
Description
My2c2pSDK Default constructor.
Parameters
my2c2pKey - my2c2pKey (created from My2c2pKeyEngine) contains merchant's privateKey and password.
Check out My2c2pSDK Non-UI Request for more details on My2c2pSDK
fields for Non-UI
Request.
Check out My2c2pSDK UI Request for more details on My2c2pSDK
fields for UI
Request.