pay_pal v0.0.5 PayPal.Payments.Refunds

Documentation for PayPal.Payments.Refunds

https://developer.paypal.com/docs/api/payments/#refund

Link to this section Summary

Functions

Show a refund

Link to this section Functions

Link to this function show(refund_id)
show(String.t()) :: {atom(), any()}

Show a refund

docs

Possible returns:

  • {:ok, refund}
  • {:error, reason}

Examples

iex> PayPal.Payments.Refunds.show(refund_id)