Class: PR::Pin::Relations::Refunds

Inherits:
Object
  • Object
show all
Defined in:
lib/pr/pin/relations/refunds.rb

Instance Method Summary collapse

Instance Method Details

#for_charge(charge_token) ⇒ Object



16
17
18
# File 'lib/pr/pin/relations/refunds.rb', line 16

def for_charge(charge_token)
  with_base_path("/charges/#{charge_token}/refunds")
end