I have tried various code converters but it is giving me error while running the application.
myCustomer.Card = new StripeCreditCardOptions() { TokenId = token };
I have tried various code converters but it is giving me error while running the application.
myCustomer.Card = new StripeCreditCardOptions() { TokenId = token };
myCustomer.Card = New StripeCreditCardOptions() With { .TokenId = token }