Paypal.Order.PurchaseUnit.Item (Paypal v0.1.1)
View SourceThe item inside of each purchase unit.
See Paypal.Order.PurchaseUnit.
Summary
Types
@type t() :: %Paypal.Order.PurchaseUnit.Item{ category: any() | nil, description: String.t() | nil, image_url: String.t() | nil, name: String.t() | nil, quantity: integer() | nil, sku: String.t() | nil, tax: Paypal.Common.CurrencyValue.t() | nil, unit_amount: Paypal.Common.CurrencyValue.t() | nil, upc: Paypal.Order.UpcCode.t() | nil, url: String.t() | nil }
The purchase unit has different items and each item has the following information:
nameof the item.quantityof the item included in the order.descriptionof the item.skuis the ID for the item.urlis the URL for the item.categoryis the category where the item is included.image_urlis the URL for the image.unit_amountis the price for each unit.taxis the price for the taxes.upcis the UPC EAN code.