observe

abstract fun observe(merchantId: String): Flow<Merchant?>

Observes the Merchant associated by the ID specified.

Return

The Merchant, if available, in a Flow.

Parameters

merchantId

The ID of the merchant. You will receive this constant value during onboarding.