Sep06DepositInstruction

@Serializable
data class Sep06DepositInstruction(val value: String, val description: String)

Instructions for completing an off-chain deposit.

Provides specific details about how to complete a deposit, typically containing account numbers, routing codes, or other payment identifiers.

Constructors

Link copied to clipboard
constructor(value: String, description: String)

Properties

Link copied to clipboard
@SerialName(value = "description")
val description: String

Human-readable description of the field

Link copied to clipboard
@SerialName(value = "value")
val value: String

The value of the field