Documentation Index Fetch the complete documentation index at: https://primer.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
This method allows you get a new instance of NolPayLinkedCardsComponent to manage linked cards for Nol Pay.
func provideNolPayGetLinkedCardsComponent () -> NolPayLinkedCardsComponent
Returns
An instance of NolPayLinkedCardsComponent.
Hide NolPayLinkedCardsComponent
func getLinkedCardsFor(mobileNumber: String, completion: @escaping (Result<[PrimerNolPaymentCard], PrimerError>) -> Void)
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. 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.