Paypal.Common.Operation (Paypal v0.1.1)
View SourceThe operation is the struct where we store the information for the operations performed in orders and payments. Most of the requests that are performing an action is returning an operation.
Summary
Types
@type t() :: %Paypal.Common.Operation{ id: String.t() | nil, links: [Paypal.Common.Link.t()], status: any() | nil }
The information provided is an id
for the operation (order or payment),
the links
for performing other actions based on the return and the
status
of the operation.