import { DaffPaypalExpressTokenResponse } from '@daffodil/paypal'
The result from creating a paypal express session.
interface DaffPaypalExpressTokenResponse {
token: string
urls: DaffPaypalExpressUrlsResponse
}
token string |
---|
The token for the session. |
urls DaffPaypalExpressUrlsResponse |
---|
The URLs to which the user can navigate in order to interact with the session. |