UNPKG

@snapp-store/snapp-box-sdk

Version:
12 lines (11 loc) 309 B
import type { Terminal2 } from './Terminal2'; export declare type UpdateOrderRequest = { fromCustomerCredit: boolean; isReturn: boolean; orderId: string; payingParty: number; paymentType: string; terminals: Array<Terminal2>; waitingTime: number; customerWalletType: string; };