Skip to content

Commit

Permalink
updated address of apple LATAM subsidiary
Browse files Browse the repository at this point in the history
  • Loading branch information
tobihagemann committed Mar 8, 2024
1 parent 5ae8ec1 commit 8cef563
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public enum AppleSubsidiary implements Recipient {

ROW(new String[]{"Apple Distribution International Limited", "Hollyhill Industrial Estate", "Hollyhill, Cork", "Republic of Ireland", "VAT ID: IE9700053D"}, true),
NORTHAMERICA(new String[]{"Apple Inc.", "One Apple Park Way", "Cupertino, CA 95014", "USA"}, false),
LATINAMERICA(new String[]{"Apple Services LATAM LLC", "One Apple Park Way, MS 169-5CL", "Cupertino, CA 95014", "USA"}, false),
LATINAMERICA(new String[]{"Apple Services LATAM LLC", "1 Alhambra Plaza, Suite 700", "Coral Gables, FL 33134", "USA"}, false),
CANADA(new String[]{"Apple Canada Inc.", "120 Bremner Boulevard, Suite 1600", "Toronto, ON M5J 0A8", "Canada"}, false),
JAPAN(new String[]{"iTunes K.K.", "〒 106-6140", "6-10-1 Roppongi, Minato-ku, Tokyo", "Japan"}, false),
AUSTRALIA(new String[]{"Apple Pty Limited", "Level 3", "20 Martin Place", "Sydney NSW 2000", "Australia"}, false);
Expand Down

0 comments on commit 8cef563

Please sign in to comment.