Payment Sources

<BonusMatchPay>

Pays a matching bonus on MatchBonus.

AttributeDescription
MatchBonusThe bonus to match on.
PercentThe percent of MatchBonus to match on.
CommentA comment to put in the bonus detail.

Example

<BonusMatchPay MatchBonus="" Percent="" Comment="">
  <PercentModifiler>
    <PVCondition Volume="IVolumeAccumulator" Min="100" Max="900" />
  </PercentModifiler>
</BonusMatchPay>


<BonusPay>

Pays based on the bonus amount set on the inventory item purchased.

AttributeDescription
CommentA comment to put in the bonus detail.
PercentThe percent of the bonus to pay.
VolumeRange

Example

<BonusPay Comment="" Percent="" VolumeRange="" />


<FixedAmountPay>

Pays fixed Amount unless GroupSize is more than 0, then is pays Amount on each batch of GroupSize.

AttributeDescription
AmountThe bonus amount to pay.
CommentA comment to put in the bonus detail.
GroupSizeThe group size to pay each amount on. Set to 0 to pay a single bonus.
OneTimeKey

Example

<FixedAmountPay Amount="" Comment="" GroupSize="" OneTimeKey="" />


<IndexedBonusPay>

Pays based on the Index amount set on the inventory item purchased.

AttributeDescription
IndexThe bonus index corresponding to the inventory item index bonus.
PercentThe percent of the bonus to pay.
CommentA comment to put in the bonus detail.

Example

<IndexedBonusPay Index="" Comment="" Percent="" />


<InstallmentPay>

AttributeDescription
TotalParts
TotalToPay
CommentA comment to put in the bonus detail.
Rule

Example

<InstallmentPay TotalParts="" TotalToPay="" Comment="" Rule="" />


<LesserLegPay>

AttributeDescription
Tree
PercentPercent to pay
IncludePV
CommentA comment to put in the bonus detail.

Example

<LesserLegPay Tree="" Percent="" Comment="" IncludePV="" />


<PVBatchPay>

AttributeDescription
VolumeThe volume to pay on.
BatchSize
AmountAmount to Pay
TrackUsedVolume
CommentA comment to put in the bonus detail.
AllowVolumeSplits

Example

<PVBatchPay Volume="" BatchSize="" Amount="" AllowVolumeSplits="" TrackUsedVolume="" Comment="" />


<PVPay>

Pays a percentage of Volume.

AttributeDescription
VolumeThe volume to pay on.
CommentA comment to put in the bonus detail.
PercentThe percent of Volume to pay.

Example

<PVPay Volume="" Percent="" Comment="" />


<SequencePay>

AttributeDescription
SequenceSize
Rule
RestartOnFailed
Pay
CommentA comment to put in the bonus detail.

Example

<SequencePay SequenceSize="" RestartOnFailed="" Rule="" Comment="">
  <Pay>
    <FixedAmountPay Amount="25" Comment="$25 bonus" GroupSize="0" />
  </Pay>
</SequencePay>


<WeakLegVolumePay>

AttributeDescription
TreeVolume
WeakLegVolume
StrongLegVolume
PercentPay
TotalMaxVolume
CommentA comment to put in the bonus detail.

Example

<WeakLegVolumePay TreeVolume="" PercentPay="" WeakLegVolume="" StrongLegVolume="" TotalMaxVolume="" Comment="" />


<CheckMatchCap>

Pays a matching bonus on MatchBonus with a possible cap.

AttributeDescription
MatchBonusThe bonus to match on.
PercentThe percent of MatchBonus to match on.
CommentA comment to put in the bonus detail.
BonusCapThe Max amount an associate can make on this bonus.

Example

<CheckMatchCap MatchBonus="" Percent="" Comment="" BonusCap="">
  <PercentModifiler>
    <PVCondition Volume="IVolumeAccumulator" Min="100" Max="900" />
  </PercentModifiler>
</CheckMatchCap>


<AllOfIt>

Pays a percentage of PayVolume with multiple cap sources

AttributeDescription
PayVolumeThe volume to pay on
PercentPercent to pay.
HardCapCap in Dollar Amount
AutoVolAutoship Template Volume to Cap From
CommentA comment to put in the bonus detail.

Example

<AllOfIt PayVolume="" Percent="" HardCap="" AutoshipVolume="" Comment="" />


<DirectOrderPayout>

Pays a percentage of Volume.

AttributeDescription
VolumeThe volume to pay on.
CommentA comment to put in the bonus detail.
PercentThe percent of [Volume] to pay.
AssociateBaseTypesTypes That Receive All of It Bonus
HardCapCap in Dollar Amount
AutoshipVolAutoship Template Volume to Cap From

Example

<DirectOrderPay Volume="" Percent="" Comment="" AssociateBaseTypes="" HardCap="" AutoshipVol="" />


<FastStartBonus>

Fast Start Level Bonus

AttributeDescription
FastStartLevelStart Level to Process.
StartDaysInEnrollmentDays from Enrollment for Start of Period.
StartDaysInEnrollmentDays from Enrollment for End of Period.
AmountAmount to Pay.
CommentA comment to put in the bonus detail.

Example

<FastStart Level="" StartDays="" EndDays="" Amount="" Comment="" />