import { Rval } from './Rval'; /** getLineItemsByStatementResponse */ export interface GetLineItemsByStatementResponse { /** rval */ rval?: Rval; }