I'm trying to create a new Stripe Customer with the Java Stripe SDK. Unfortunately the .setAddress() function inside the CustomerCreateParams.Builder() is not working.
I'm trying to figure out how to create the Address Object, but everytime the following error occurred.
The method setAddress(CustomerCreateParams.Address) is ambiguous for the type CustomerCreateParams.BuilderJava(67108966)
Does someone have a solution for this problem?