pub async fn patch_booking_purchaser(
configuration: &Configuration,
booking_id: &str,
purchaser: Purchaser,
requestor: Option<&str>,
accept_language: Option<&str>,
traceparent: Option<&str>,
tracestate: Option<&str>,
) -> Result<PurchaserResponse, Error<PatchBookingPurchaserError>>