All Products
Search
Document Center

Financial Intelligence Engine:ZLZRequest

Last Updated:Jun 18, 2026

Describes an operation to be performed with the ZLZFacade class to launch the ZOLOZ SDK.

public class ZLZRequest extends Object  

java.lang.Object

     ↳  com.ap.zoloz.hummer.api.ZLZRequest

Describes an operation to be performed. Use with the ZLZFacade class to launch the ZOLOZ SDK.

Fields

Field name

Data type

Description

bizConfig

HashMap

The merchant configuration, including context, public key, and locale. Use the ZLZConstant class to specify entries in bizConfig. Example:

request.bizConfig.put(ZLZConstants.CONTEXT, MainActivity.this)

For more information about ZLZConstants, see ZLZConstants.

zlzConfig

String

The configuration used to start the ZOLOZ SDK, generated by the ZOLOZ server when the merchant calls the initialize API.

Methods

N/A