Paypal.Common.Operation (Paypal v0.1.0)

View Source

The 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

t()

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.

Types

t()

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