MerchantRepository

Functions

Link copied to clipboard
abstract suspend fun getBasisTheoryApiKey(merchantId: String): ApiResult<MerchantBasisTheoryInfo>
Link copied to clipboard
abstract suspend fun getMerchant(merchantId: String): ApiResult<Merchant>
Link copied to clipboard
Link copied to clipboard
abstract fun observeMerchant(merchantId: String): Flow<Merchant?>