Interface UpdatePearsonBookResponse

interface UpdatePearsonBookResponse {
    book: PearsonBook;
}

Hierarchy (View Summary)

Properties

Properties

The book after the update.