The UPC EAN code.
It's defining the type for the UPC code (i.e. UPC-A) and the code.
type
code
@type t() :: %Paypal.Order.UpcCode{code: String.t() | nil, type: any() | nil}