CollectInputsSignatureOutcome
data class CollectInputsSignatureOutcome(required: Boolean, customText: CollectInputsCustomText, skipped: Boolean, signatureSvg: String?) : CollectInputsOutcome
Content copied to clipboard
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?)
Content copied to clipboard