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

View Source

Represents a Payment Collection object from the PayPal v2 API.

This object holds details about payment captures, refunds, and authorizations.

Summary

Types

t()

@type t() :: %Paypal.Order.PurchaseUnit.PaymentCollection{
  authorizations: map() | nil,
  captures: [Paypal.Order.PurchaseUnit.Capture.t()],
  id: binary() | nil,
  refunds: map() | nil
}