#john307-Subscription
1 messages · Page 1 of 1 (latest)
Hi thanks for your response, I also checked that but I dont see exact sample for SubscriptionData. Here's my sample code
`SubscriptionData = new List<SubscriptionDataOptions>
{
new SubscriptionDataOptions {
Metadata = new Dictionary<string, string>
{
{ "Test", "123"},
}
}
},`
GitHub
Stripe.net is a sync/async .NET 4.6.1+ client, and a portable class library for stripe.com. - stripe-dotnet/SessionSubscriptionDataOptions.cs at master · stripe/stripe-dotnet
I think it's SessionSubscriptionDataOptions