SubscriptionPlan Constructor(String,Int32,Int32,Byte,Decimal,Boolean,Boolean,Byte,Decimal,Byte,TaxCode,Byte,String,Boolean)
In This Topic
Initializes a new instance of the SubscriptionPlan class.
Syntax
public SubscriptionPlan(
string ,
int ,
int ,
byte ,
decimal ,
bool ,
bool ,
byte ,
decimal ,
byte ,
TaxCode ,
byte ,
string ,
bool
)
Parameters
- name
- The value of name
- numberofpayments
- The value of numberofpayments
- paymentfrequency
- The value of paymentfrequency
- paymentfrequencyunitid
- The value of paymentfrequencyunitid
- recurringcharge
- The value of recurringcharge
- recurringchargespecified
- The value of recurringchargespecified
- isOptional
- The value of isOptional
- recurringChargeModeId
- The value of recurringChargeModeId
- oneTimeCharge
- The value of oneTimeCharge
- oneTimeChargeModeId
- The value of oneTimeChargeModeId
- oneTimeChargeTaxCode
- The value of oneTimeChargeTaxCode
- paymentFrequencyTypeId
- The value of payment frequency type id
- optionalPaymentFrequencies
- The value of optional payment frequencies
- repeatDiscounts
- The value of repeatDiscounts
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also