Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #117 from maartenba/patch-4
Browse files Browse the repository at this point in the history
Update IDuffelApiClient to expose LoyaltyProgrammes
  • Loading branch information
SamHutchings authored Feb 5, 2024
2 parents 803c3e3 + 31c5ae4 commit d0fddc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Duffel.ApiClient/IDuffelApiClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ public interface IDuffelApiClient
IAircraft Aircraft { get; }
IAirlines Airlines { get; }
IAirports Airports { get; }
ILoyaltyProgrammes LoyaltyProgrammes { get; }
IOffers Offers { get; }
IOfferRequests OfferRequests { get; }
IOrders Orders { get; }
Expand All @@ -17,4 +18,4 @@ public interface IDuffelApiClient
IOrderChangeOffers OrderChangeOffers { get; }
IOrderCancellations OrderCancellations { get; }
}
}
}

0 comments on commit d0fddc4

Please sign in to comment.