CollectInputsSignatureOutcome

data class CollectInputsSignatureOutcome(required: Boolean, customText: CollectInputsCustomText, skipped: Boolean, signatureSvg: String?) : CollectInputsOutcome

CollectInputsSignatureResult contains data collected from a signature form and data used to populate the form.

Parameters

required

if true, a skip button was not shown on the form. If false, a skip button was shown.

customText

text used to display strings on the form

skipped

if true, the skip button was pressed to skip the form.

signatureSvg

signature in svg format. Null if the form was skipped.

Use of this SDK is subject to the Stripe Terminal Terms: https://stripe.com/terminal/legal

Constructors

Link copied to clipboard
fun CollectInputsSignatureOutcome(required: Boolean, customText: CollectInputsCustomText, skipped: Boolean, signatureSvg: String?)

Properties

Link copied to clipboard
val customText: CollectInputsCustomText
Link copied to clipboard
val required: Boolean
Link copied to clipboard
val signatureSvg: String?
Link copied to clipboard
val skipped: Boolean