DaffPaypalExpressServiceInterface
import { DaffPaypalExpressServiceInterface } from '@daffodil/paypal/driver'
interface DaffPaypalExpressServiceInterface<T extends DaffPaypalExpressTokenRequest = DaffPaypalExpressTokenRequest, V extends DaffPaypalExpressTokenResponse = DaffPaypalExpressTokenResponse> {
generateToken: Observable<V>
}
Properties
Name | Type | Description |
---|---|---|
generateToken | Observable<V> |