GitHub

DaffPaypalExpressPaymentServiceInterface

import { DaffPaypalExpressPaymentServiceInterface } from '@daffodil/paypal/driver'
interface DaffPaypalExpressPaymentServiceInterface<T extends DaffPaypalExpressPaymentRequest = DaffPaypalExpressPaymentRequest, V extends DaffPaypalExpressPaymentResponse = DaffPaypalExpressPaymentResponse> {
  generateToken: Observable<V>
}

Properties

Name Type Description
generateToken Observable<V>