Paypal.Order.Authorized.PurchaseUnit.Payment (Paypal v0.1.1)
View SourceThe payment define the list of authorizations that are included inside of the authorized order.
Summary
Types
@type t() :: %Paypal.Order.Authorized.PurchaseUnit.Payment{ authorizations: [Paypal.Order.Authorization.t()] }
The payment has only a list of authorizations, check Authorization
for
further details.