UNPKG

@snapp-store/snapp-box-sdk

Version:
16 lines (15 loc) 448 B
import type { Terminal1 } from './Terminal1'; export declare type GetPriceRequest = { city: string; deliveryCategory: string; deliveryFarePaymentType: string; isReturn: boolean; pricingId: string | null; sequenceNumberDeliveryCollection: number; totalFare: string | null; voucherCode: string | null; waitingTime: number; customerWalletType: string; terminals: Array<Terminal1>; id: string | null; };