PROTOCOL
MerchantManager
¶
Interface for accessing and modifying a Merchant
and its associated data. All requests are returned in an Result
for safe-accessing of the data or the error.
Methods¶
get(merchantId:)
¶
Retrieves the current Merchant
configuration using the ID specified.
-
Parameters:
- merchantId: The ID of the merchant. You will receive this constant value during onboarding.
-
Returns: The
Merchant
or anAnsaApiError
Parameters¶
Name | Description |
---|---|
merchantId | The ID of the merchant. You will receive this constant value during onboarding. |