IPartnerFactory Interface

public interface IPartnerFactory

Creates instances of IPartner.

Method Summary

Modifier and Type Method and Description
abstract IAggregatePartner build(IPartnerCredentials credentials)

Builds a IAggregatePartner instance and configures it using the provided partner credentials.

Method Details

build

public abstract IAggregatePartner build(IPartnerCredentials credentials)

Builds a IAggregatePartner instance and configures it using the provided partner credentials.

Parameters:

credentials - The partner credentials. Use the extensions to obtain these.

Returns:

A configured partner object.

Applies to