CheckoutFailureDetails
Sanitized provider diagnostics attached to a failed checkout.
Declaration
Section titled “Declaration”const CheckoutFailureDetails: Schema.Struct<{ provider: Schema.NullOr<Schema.brand<Schema.String, "ProviderKey">>; httpStatus: Schema.NullOr<Schema.Int>; reason: Schema.NullOr<Schema.NonEmptyString>; message: Schema.NullOr<Schema.NonEmptyString>; requestId: Schema.NullOr<Schema.NonEmptyString>; providerReference: Schema.NullOr<Schema.NonEmptyString>;}>;