MerchantsApiRepository

interface MerchantsApiRepository

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
profile
Link copied to clipboard

Get the current configuration set of the merchant. If this API is called without a valid access token it is IP restricted to allow unauthenticated server side calls.

abstract fun profile(): ApiResult<MerchantProfileResponse>
toString
Link copied to clipboard
open override fun toString(): String