







![]() ![]() |
A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
SubscriptionRequest..::..CreateWeekly Method (String, String, Decimal) |
SubscriptionRequest Class See Also Send Feedback |
Creates a weekly subscription that bills every 7 days.
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
C# |
---|
public static SubscriptionRequest CreateWeekly( string email, string subscriptionName, decimal amount ) |
Visual Basic |
---|
Public Shared Function CreateWeekly ( _ email As String, _ subscriptionName As String, _ amount As Decimal _ ) As SubscriptionRequest |
Visual C++ |
---|
public: static SubscriptionRequest^ CreateWeekly( String^ email, String^ subscriptionName, Decimal amount ) |
Parameters
- Type: System..::..String
The email.
- subscriptionName
- Type: System..::..String
Name of the subscription.
- amount
- Type: System..::..Decimal
The amount.