Skip to main content

Account

Represents one linked retailer account.

Package: com.microblink.linking

Declaration

class Account(
val retailerId: Int,
val credentials: Credentials
)

Quick Reference

Properties

PropertyDescription
retailerIdRetailer identifier constant
credentialsCredentials for this account

Properties

retailerId

val retailerId: Int

Retailer identifier. Use the @RetailerId-annotated constants in com.microblink.linking (e.g., RETAILER_AMAZON, RETAILER_TARGET).


credentials

val credentials: Credentials

Credentials for this account. See Credentials.