toggle menu
Ansa-Android-SDK
common
switch theme
search in API
merchant-public
/
dev.ansa.merchant.internal
/
MerchantRepository
Merchant
Repository
interface
MerchantRepository
Members
Functions
get
Basis
Theory
Api
Key
Link copied to clipboard
abstract
suspend
fun
getBasisTheoryApiKey
(
merchantId
:
String
)
:
ApiResult
<
MerchantBasisTheoryInfo
>
get
Merchant
Link copied to clipboard
abstract
suspend
fun
getMerchant
(
merchantId
:
String
)
:
ApiResult
<
Merchant
>
get
Virtual
Card
Art
Link copied to clipboard
abstract
suspend
fun
getVirtualCardArt
(
)
:
ApiResult
<
MerchantCartArtInfo
>
observe
Merchant
Link copied to clipboard
abstract
fun
observeMerchant
(
merchantId
:
String
)
:
Flow
<
Merchant
?
>