ZLZRequest
public class ZLZRequest extends Object
java.lang.Object
↳ com.ap.zoloz.hummer.api.ZLZRequest
This class is an abstract description of an operation to be performed, which can be used with theZLZFacade
class to launch the ZOLOZ SDK.
Fields
Field name | Data type | Description |
bizConfig | HashMap | Specifies the configuration information of the merchant, including the context, public key, locale, and so on. You can use the ZLZConstant class to specify the information in bizConfig, for example:
For more information about ZLZConstants, see ZLZConstants. |
zlzConfig | String | Specifies the configuration information that is used to start the ZOLOZ SDK. The information is generated by the ZOLOZ server when the merchant calls the |
Methods
N/A