Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
TransferMemberPointsToGroupsInputBuilder Class
Contains methods to build an instance of the LoyaltyManagement.TransferMemberPointsToGroupsInput
class.
Namespace
TransferMemberPointsToGroupsInputBuilder Methods
The following are methods for TransferMemberPointsToGroupsInputBuilder.
setJournalId(journalId)
Represents the transaction journal that is used to transfer points to
groups. This is a required field.
Signature
public LoyaltyManagement.TransferMemberPointsToGroupsInputBuilder setJournalId(String journalId)
Parameters
- journalId
- Type: String
- The transaction journal must be associated with either an Individual or a Corporate type member. The points are transferred to the member’s associated groups.
Return Value
Type: LoyaltyManagement.TransferMemberPointsToGroupsInputBuilder