GitHub

DaffPaypalExpressUrlsResponse

import { DaffPaypalExpressUrlsResponse } from '@daffodil/paypal'

The URLs to which the user can navigate in order to interact with the session.

interface DaffPaypalExpressUrlsResponse {
  start: string
  edit: string
}

Properties

start
string

Navigate the user here to start the paypal express checkout process.

edit
string

Navigate the user here to edit their paypal express checkout.