Paypal.Order.PurchaseUnit.PaymentCollection (Paypal v0.1.0)
View SourceRepresents a Payment Collection object from the PayPal v2 API.
This object holds details about payment captures, refunds, and authorizations.
Summary
Types
@type t() :: %Paypal.Order.PurchaseUnit.PaymentCollection{ authorizations: map() | nil, captures: [Paypal.Order.PurchaseUnit.Capture.t()], id: binary() | nil, refunds: map() | nil }