export interface RequestWalkInSalePaymentCreateOrUpdate { id?: string; paymentMode: string; paymentReferenceNumber?: string; amount: number; }