#jamesjonesnow
1 messages · Page 1 of 1 (latest)
Taking a look now
Have you tried PriceData instead of Price_Data?
I also believe it should be InvoiceItemPriceDataOptions and not PriceCreateOptions
You can find it in our .NET library here (https://github.com/stripe/stripe-dotnet/blob/98384e3abb80d53ed675ec7077d09950ea20deb0/src/Stripe.net/Services/InvoiceItems/InvoiceItemCreateOptions.cs#L91)
If it's still not working with that, then it's likely you're on an older version of our .NET library that was from before it was added
This was specifically added in version 36.7.0 (see https://github.com/stripe/stripe-dotnet/blob/master/CHANGELOG.md#3670---2020-04-29) so if you're on a version that's older than that you'll need to update to be able to use PriceData
Another thing - you can't pass in recurring Prices when creating a one-off Invoice Item. Can you clarify what you're trying to do?
@orchid bramble Does that help?