subscribeToFundingSources

abstract suspend fun subscribeToFundingSources(id: String, subscriber: FundingSourceSubscriber)

Subscribes to be notified of modified FundingSources. Subscribing multiple times with the same subscriber id will cause the previous subscriber to be unsubscribed.

Parameters

id

String Unique identifier of the subscriber.

subscriber

FundingSourceSubscriber Subscriber to notify.