export interface RequestSegmentSkuCreateOrUpdate { status?: boolean; segment: string; sku: string; price: number; availableInCustomerApp?: boolean; availableInRwaApp?: boolean; priceValidationAt?: Date; import?: string; orderMultiple?: number; }