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

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.