This method allows you get a new instance of NolPayLinkedCardsComponent
to manage linked cards for Nol Pay.
1
fun provideNolPayLinkedCardsComponent(): NolPayLinkedCardsComponent
kotlin
copy
Returns
An instance of NolPayLinkedCardsComponent
.
NolPayLinkedCardsComponent
Retrieves a list of linked Nol Pay cards associated with the specified mobile number and phone country dialing code.
Parameters
mobileNumber
StringThe 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.
PrimerNolPaymentCard
cardNumber
StringIn case of error, as part of Result
object, SDK will return NolPaySdkException
if an error occurs while fetching the linked cards.