Skip to content

Type Alias: ISalesEcommPaymentAttemptResponse

ISalesEcommPaymentAttemptResponse = object

Generated browser-facing Sales contract types for advanced integrations.

Properties

amount

amount: number


failureCode

failureCode: string | null


id

id: string


paymentIntentId

paymentIntentId: string | null


status

status: SalesEcommPaymentAttemptStatus


updatedAt

updatedAt: string

MIT Licensed