GitHub

MagentoPaypalExpressToken

import { MagentoPaypalExpressToken } from '@daffodil/paypal/driver/magento'
interface MagentoPaypalExpressToken {
  token: string
  paypal_urls: MagentoPaypalUrlsResponse
}

Properties

Name Type Description
token string
paypal_urls MagentoPaypalUrlsResponse