PostPaymentResponse

Type Alias: PostPaymentResponse

[object Object]

Defined in: app/api/types.gen.ts:822

Defines the response DTO for a payment, containing the necessary information about the payment response, including an optional checkout URL. The PostPaymentResponse is used to transfer data from the server to the client after creating a new payment, allowing for the inclusion of relevant information such as a checkout URL if applicable, providing a structured and informative response for payment-related operations in the application.

Properties

checkoutUrl?

optional checkoutUrl?: string | null

Defined in: app/api/types.gen.ts:823

On this page