Skip to content

Commit

Permalink
Merge pull request #9 from airheartdev/feature/add-airline-logos
Browse files Browse the repository at this point in the history
Add Airline logos
  • Loading branch information
ivanvanderbyl authored Jun 20, 2022
2 parents 7b9c76d + a86c511 commit 1628710
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions duffel.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,11 @@ type (
}

Airline struct {
Name string `json:"name"`
IATACode string `json:"iata_code"`
ID string `json:"id"`
Name string `json:"name"`
IATACode string `json:"iata_code"`
ID string `json:"id"`
LogoSymbolURL string `json:"logo_symbol_url"`
LogoLockupURL string `json:"logo_lockup_url"`
}

Airport struct {
Expand Down

0 comments on commit 1628710

Please # to comment.