Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class ReservationOrder {
}

/**
* Calculate price for placing a `ReservationOrder`
* Calculate price for placing a `ReservationOrder`.
* @summary Calculate price for a `ReservationOrder`.
* @param body Information needed for calculate or purchase reservation
* @param [options] The optional parameters
Expand Down Expand Up @@ -82,7 +82,7 @@ export class ReservationOrder {
}

/**
* Purchase `ReservationOrder` and create resource under the specificed URI
* Purchase `ReservationOrder` and create resource under the specified URI.
* @summary Purchase `ReservationOrder`
* @param reservationOrderId Order Id of the reservation
* @param body Information needed for calculate or purchase reservation
Expand Down Expand Up @@ -124,7 +124,7 @@ export class ReservationOrder {
}

/**
* Purchase `ReservationOrder` and create resource under the specificed URI
* Purchase `ReservationOrder` and create resource under the specified URI.
* @summary Purchase `ReservationOrder`
* @param reservationOrderId Order Id of the reservation
* @param body Information needed for calculate or purchase reservation
Expand Down