GitHub

MagentoPaypalUrlsResponse

import { MagentoPaypalUrlsResponse } from '@daffodil/paypal/driver/magento'
interface MagentoPaypalUrlsResponse {
  start: string
  edit: string
}

Properties

Name Type Description
start string
edit string