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

View Source

The payment define the list of authorizations that are included inside of the authorized order.

Summary

Types

t()

The payment has only a list of authorizations, check Authorization for further details.

Types

t()

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