This method allows you get a new instance of NolPayLinkedCardsComponent
to manage linked cards for Nol Pay.
1
func provideNolPayGetLinkedCardsComponent() -> NolPayLinkedCardsComponent
swift
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.
Properties
mobileNumber
StringThe mobile number in E.164 format for which linked cards are to be retrieved.
completion
(Result<[PrimerNolPaymentCard], PrimerError>)Returns Swift.Result containing either a list of linked PrimerNolPaymentCard
objects on success or an error on failure.
In case of error while fetching the linked cards, as part of the Result
object, SDK will return PrimerError.nolError
.