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