Instance Method

getActiveLocationID()

Retrieves the currently selected active location ID for the merchant.

Declaration

func getActiveLocationID() -> String?

Return Value

A String? representing the currently active location ID, or nil if none is set.

Discussion

This ID is typically used to associate transactions with a specific merchant location, especially in multi-location setups.