DaffPaypalExpressReducerState
import { DaffPaypalExpressReducerState } from '@daffodil/paypal/state'
interface DaffPaypalExpressReducerState {
editUrl: string
startUrl: string
}
Properties
Name | Type | Description |
---|---|---|
editUrl | string | The PayPal URL that allows the buyer to edit their checkout details. |
startUrl | string | The URL to the PayPal login page. |