Foundations Apex API Developer Reference

fferpcore.CustomizableWithMappings2

global interface CustomizableWithMappings2 extends CustomizableWithMappings

An object that can have multiple fferpcore.SubscriptionMapping added to it.

This class extends fferpcore.CustomizableWithMappings

Methods

addMappings

AddMappingsResult addMappings(String targetChildType, List<fferpcore.SubscriptionMapping> mappings)

Add the given mappings to the object.

Input Parameters

Name Type Description
targetChildType String The name of a type of target child object, which enables you to create multiple target child objects from a single source child object. For example, Default, Debit Line, or Admin Fee.
mappings List<fferpcore.SubscriptionMapping> The list of SubscriptionMapping to add.

Return Value

A result object that states whether the addition was successful, and any associoated errors.

© Copyright 2009–2021 FinancialForce.com, inc. All rights reserved. Various trademarks held by their respective owners.