/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { GooglePayAccountResponseStatusEnum } from './GooglePayAccountResponseStatusEnum'; export type GooglePayAccountResponse = { account_id: string; /** * The bundle id of the app */ bundle_id?: string; status?: GooglePayAccountResponseStatusEnum; readonly created_on: string; readonly last_updated: string; /** * edX user ID */ user?: number | null; };