AccountStep

data class AccountStep(val key: String?, val status: String?, val label: String?, val fields: List<String>?, val currentlyDue: List<String>?)

A single onboarding or compliance step required for an account.

Constructors

Link copied to clipboard
constructor(key: String?, status: String?, label: String?, fields: List<String>?, currentlyDue: List<String>?)

Properties

Link copied to clipboard
@SerializedName(value = "currently_due")
val currentlyDue: List<String>?

Fields that are currently required to advance past this step.

Link copied to clipboard

Fields associated with this step.

Link copied to clipboard
val key: String?

Unique identifier for this step.

Link copied to clipboard

Human-readable label for the step.

Link copied to clipboard

Completion status of the step.