pay_pal v0.0.2 PayPal.Payments.Refunds

Documentation for PayPal.Payments.Refunds

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

Summary

Functions

Show a refund

Functions

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)