PaymentSheetConfirmationChallenge

data class PaymentSheetConfirmationChallenge(val paymentId: String? = null, val confirmationId: String? = null, val recipient: String? = null, val sentVia: String? = null, val tokenSize: Int = 6, val expiresAt: Instant? = null, val requestAfter: Instant? = null, val requiresNewCode: Boolean = false)

Constructors

Link copied to clipboard
constructor(paymentId: String? = null, confirmationId: String? = null, recipient: String? = null, sentVia: String? = null, tokenSize: Int = 6, expiresAt: Instant? = null, requestAfter: Instant? = null, requiresNewCode: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard