import { DaffPaypalExpressServiceInterface } from '@daffodil/paypal/driver'
interface DaffPaypalExpressServiceInterface<T extends DaffPaypalExpressTokenRequest = DaffPaypalExpressTokenRequest, V extends DaffPaypalExpressTokenResponse = DaffPaypalExpressTokenResponse> {
generateToken(
cartId: string
generateTokenRequest: T
): Observable<V>
}
Observable<V>
Parameter | cartId: string |
---|---|
Description |
Parameter | generateTokenRequest: T |
---|---|
Description |