Paypal.Order.UpcCode (Paypal v0.1.1)

View Source

The UPC EAN code.

Summary

Types

t()

It's defining the type for the UPC code (i.e. UPC-A) and the code.

Types

t()

@type t() :: %Paypal.Order.UpcCode{code: String.t() | nil, type: any() | nil}

It's defining the type for the UPC code (i.e. UPC-A) and the code.