import { IApiResponseError} from './applicationResponse/apiResponseError.interface' export interface ISubscriptionResponse { IsSuccess: boolean; ClientId: string; CreatedDateTime: Date; BillhighwayUserId: number; ConfirmationNumber: string; PaymentConfirmationNumber: number; SubscriptionConfirmationNumber: number; Errors: IApiResponseError[]; }