AccountOnboardingProps
class AccountOnboardingProps( val fullTermsOfServiceUrl: String? = null, val recipientTermsOfServiceUrl: String? = null, val privacyPolicyUrl: String? = null, val skipTermsOfServiceCollection: Boolean? = null, val collectionOptions: AccountOnboardingProps.CollectionOptions? = null) : Parcelable
Constructors
Link copied to clipboard
constructor( fullTermsOfServiceUrl: String? = null, recipientTermsOfServiceUrl: String? = null, privacyPolicyUrl: String? = null, skipTermsOfServiceCollection: Boolean? = null, collectionOptions: AccountOnboardingProps.CollectionOptions? = null)
Types
Link copied to clipboard
class CollectionOptions( val fields: AccountOnboardingProps.FieldOption? = null, val futureRequirements: AccountOnboardingProps.FutureRequirementOption? = null) : Parcelable
Link copied to clipboard
Link copied to clipboard
Properties
Link copied to clipboard
Customizes collecting currently_due
or eventually_due
requirements and controls whether to include future requirements. Specifying eventually_due
collects both eventually_due
and currently_due
requirements.
Link copied to clipboard
URL to your full terms of service agreement.
Link copied to clipboard
Absolute URL to your privacy policy.
Link copied to clipboard
URL to your recipient terms of service agreement.
Link copied to clipboard
If true, embedded onboarding skips terms of service collection and you must collect terms acceptance yourself.