listNonPreviewBookingFeesByBookingIds( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Retrieves non-preview booking fees by booking IDs.

Returns only booking fees with status APPLIED_TO_ORDER or NOT_YET_APPLIED_TO_ORDER.

Use listBookingFeesByBookingIds() to retrieve all booking fees.

For performance reasons when retrieving only booking fees with status APPLIED_TO_ORDER or NOT_YET_APPLIED_TO_ORDER, we recommend using this method over listBookingFeesByBookingIds().

Permissions
Manage Bookings - all permissions
Read Bookings - all read permissions
Manage Bookings
Read Bookings - Including Participants
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
bookingIdsArray<string>Required

IDs of the bookings to retrieve booking fees for.

Returns
Return Type:Promise<ListNonPreviewBookingFeesByBookingIdsResponse>
Was this helpful?
Yes
No