Paypal.Order.Authorized.PurchaseUnit (Paypal v0.2.0)

Copy Markdown View Source

Purchase Unit has the information for each detail line in the bought items.

Summary

Types

t()

Information about the purchase units, each purchase unit has a reference and a payment.

Types

t()

@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.