GitHub

MagentoPaypalTokenRequest

import { MagentoPaypalTokenRequest } from '@daffodil/paypal/driver/magento'
interface MagentoPaypalTokenRequest {
  cart_id: string
  code: string
  urls: MagentoPaypalUrlsRequest
  express_button: boolean
  use_paypal_credit: boolean
}

Properties

Name Type Description
cart_id string
code string
urls MagentoPaypalUrlsRequest
express_button boolean
use_paypal_credit boolean