0

I have tried various code converters but it is giving me error while running the application.

myCustomer.Card = new StripeCreditCardOptions() { TokenId = token };
Cœur
  • 37,241
  • 25
  • 195
  • 267

1 Answers1

1
myCustomer.Card = New StripeCreditCardOptions() With { .TokenId = token }
F0r3v3r-A-N00b
  • 2,903
  • 4
  • 26
  • 36