Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Marketing Namespace / AffiliateReferralPeriod Enumeration
In This Topic
    AffiliateReferralPeriod Enumeration
    In This Topic
    Indicates the period for referrals for an affiliate
    Syntax
    public enum AffiliateReferralPeriod : System.Enum 
    Members
    MemberDescription
    FirstOrder Referrals are good only for the first order placed by the customer
    FirstOrderWithinNumberOfDays Referrals are good for the first order placed by a customer if placed within the number of days specified by Affiliate.ReferralDays.
    NumberOfDays Referrals are good for the number of days specified by Affiliate.ReferralDays
    Persistent Referrals are good for all orders placed by the customer
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             CommerceBuilder.Marketing.AffiliateReferralPeriod

    See Also