class PR::Pin::Relations::Refunds

Public Instance Methods

for_charge(charge_token) click to toggle source
# File lib/pr/pin/relations/refunds.rb, line 16
def for_charge(charge_token)
  with_base_path("/charges/#{charge_token}/refunds")
end