GitHub

DaffPaypalExpressServiceInterface

Type

import { DaffPaypalExpressServiceInterface } from '@daffodil/paypal/driver'

interface DaffPaypalExpressServiceInterface<T extends DaffPaypalExpressTokenRequest = DaffPaypalExpressTokenRequest, V extends DaffPaypalExpressTokenResponse = DaffPaypalExpressTokenResponse> {
  generateToken(
    cartId: string
    generateTokenRequest: T
  ): any
}

() Methods

generateToken
any
Parameters
ParametercartId: string
Description
ParametergenerateTokenRequest: T
Description