@spartacus/checkout
Version:
Checkout feature library for Spartacus
12 lines (11 loc) • 773 B
TypeScript
import { ReplenishmentOrder, ScheduleReplenishmentForm } from '@spartacus/core';
import { Observable } from 'rxjs';
import { CheckoutReplenishmentOrderAdapter } from './checkout-replenishment-order.adapter';
import * as i0 from "@angular/core";
export declare class CheckoutReplenishmentOrderConnector {
protected adapter: CheckoutReplenishmentOrderAdapter;
constructor(adapter: CheckoutReplenishmentOrderAdapter);
scheduleReplenishmentOrder(cartId: string, scheduleReplenishmentForm: ScheduleReplenishmentForm, termsChecked: boolean, userId: string): Observable<ReplenishmentOrder>;
static ɵfac: i0.ɵɵFactoryDeclaration<CheckoutReplenishmentOrderConnector, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<CheckoutReplenishmentOrderConnector>;
}