Payment Sheet Confirmation Challenge
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)