OutwardBankConnector Factory
This Factory will written a OutwardBankConnector Class Instance
OutwardBankConnector class will implement the OutwardBankInterface
The Factory will return the Connector based on the "benefit_program.sponsor_bank_code"
def get_outward_bank_connector (sponsor_bank_code : string) -> OutwardBankInterface
Last updated