Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create AccountParams.BusinessTypeParams (#2042)
`BusinessTypeParams.Company` and `BusinessTypeParams.Individual` model the parameters for creating a company or individual account token. Use these instead of creating raw maps representing the data. `AccountParams.createAccountParams()` is now deprecated. Use the appropriate `AccountParams.create()` method.
- Loading branch information