Paypal.Order.Authorized.PurchaseUnit (Paypal v0.1.1)
View SourcePurchase Unit has the information for each detail line in the bought items.
Summary
Types
@type t() :: %Paypal.Order.Authorized.PurchaseUnit{ payments: Paypal.Order.Authorized.PurchaseUnit.Payment.t() | nil, reference_id: String.t() | nil }
Information about the purchase units, each purchase unit has a reference and a payment.