Sep06WithdrawType

@Serializable
data class Sep06WithdrawType(val fields: Map<String, Sep06Field>? = null)

Configuration for a withdrawal type (e.g., bank_account, crypto, cash).

Specifies the fields required for a specific withdrawal method.

Constructors

Link copied to clipboard
constructor(fields: Map<String, Sep06Field>? = null)

Properties

Link copied to clipboard
@SerialName(value = "fields")
val fields: Map<String, Sep06Field>?

Map of field names to field definitions required for this withdrawal type