Payment Groups
<CodedGenerationGroup>
<CodedGenerationGroup>Group for associates in a single ranks coding tree.
Attribute  | Description  | 
|---|---|
  | The coding tree rank.  | 
  | Generation of the coding tree to use.  | 
  | If true, this will return all children of the generation 1 coded associates.  | 
Example
<CodedGenerationGroup Rank="" Generation="" AllChildren="" /><CurrentAssociateGroup>
<CurrentAssociateGroup>Group representing just the current associate.
Example
<Result>
  <Payments>
    <Payment Pool="MasterPool" Bonus="Quick Start" Tag="" MetaData="">
      
      <Group>
        <CurrentAssociateGroup />
      </Group>
      
      <Source>
        <FixedAmountPay Comment="Achived" Amount="100" OneTimeKey="" GroupSize="0" />
      </Source>
    </Payment>
  </Payments>
</Result><GenerationGroup>
<GenerationGroup>Group for associates in a particular generation of [Tree].
Attribute  | Description  | 
|---|---|
  | The tree to get the associate group from.  | 
  | The generation in   | 
  | The rule to compress the tree on.  | 
  | The level in the tree to start counting   | 
Example
<Payment Pool="MasterPool" Bonus="Quick Start" Tag="" MetaData="">
  <Group>
    <HasStat Option="QS1000NR">
      
      <Group>
        <GenerationGroup Tree="Enrollment" Generation="1" CompressRule="Associate" BeginLevel="1" />
      </Group>
    
    </HasStat>
  </Group>
  <Source>
    <FixedAmountPay Comment="Sponsored" Amount="100" OneTimeKey="" GroupSize="1" />
  </Source>
</Payment><InfiniteGeneration>
<InfiniteGeneration>Group representing all associates below a generation.
Attribute  | Description  | 
|---|---|
  | The tree to get the associate group from.  | 
  | Generation you want included and everything below it.  | 
  | The rule that defines the generations.  | 
Example
<Group>
  <InfiniteGeneration Tree="Unilevel" StartGeneration="1" Rule="Has100CV" />
</Group><TreeFullPayResult>
<TreeFullPayResult>Group of associates from Tree if every leg is filled through Levels. This group will have no associates if their tree is not filled through Levels.
Attribute  | Description  | 
|---|---|
  | The tree to get the associate group from.  | 
  | The number of levels in   | 
Example
<Group>
  <TreeFullPayResult Tree="Enrollment" Levels="8" />
</Group>Updated 5 months ago
