ProvidersRequestApprovalResponse.RequiresSignature

API: Stable Deprecated: Yes

Response type used as part of the approval process

data class RequiresSignature(
    val token: String,
    val type: String /* "requires_signature" */,
)
Properties
token: String
type: String /* "requires_signature" */ The type discriminator