Robert
Results
2
comments of
Robert
If you are using C#, you can use `nameof` [ex `nameof(Stripe.Plan.Product)`], theoretically. But I am getting errors that "This property cannot be expanded (Product)" when I attempt it on `PlanService.GetAsync`,...
You are correct...I looked at the source and saw that it was making it lower and inserting the underscore and I am up and running with the couple instances where...