This method allows you get a new instance of NolPayLinkedCardsComponent
to manage linked cards for Nol Pay.
fun provideNolPayLinkedCardsComponent(): NolPayLinkedCardsComponent
Returns
An instance of NolPayLinkedCardsComponent
.
Hide NolPayLinkedCardsComponent
suspend fun getLinkedCards(mobileNumber: String): Result<List<PrimerNolPaymentCard>>
Retrieves a list of linked Nol Pay cards associated with the specified mobile number and phone
country dialing code.
The mobile number in E.164 format for which linked cards are to be retrieved.
Returns Result containing either a list of linked
PrimerNolPaymentCard
objects on success or an error on failure.
Show PrimerNolPaymentCard
In case of error, as part of Result
object, SDK will return NolPaySdkException
if an error occurs while fetching the linked cards.