DaffPaypalExpressUrlsResponse
The URLs to which the user can navigate in order to interact with the session.
import { DaffPaypalExpressUrlsResponse } from '@daffodil/paypal'
interface DaffPaypalExpressUrlsResponse {
start: string
edit: string
}
Properties
Name | Type | Description |
---|---|---|
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. |