Companion

object Companion

Functions

Link copied to clipboard
fun create(tosShownAndAccepted: Boolean): AccountParams
fun create(tosShownAndAccepted: Boolean, businessType: AccountParams.BusinessType): AccountParams

Create an AccountParams instance.

fun create(tosShownAndAccepted: Boolean, company: AccountParams.BusinessTypeParams.Company): AccountParams

Create an AccountParams instance with information about the company or business.

fun create(tosShownAndAccepted: Boolean, individual: AccountParams.BusinessTypeParams.Individual): AccountParams

Create an AccountParams instance with information about the person represented by the account.