Class: MangoPay::PayIn::PayInIntent::Intent

Inherits:
Resource
  • Object
show all
Defined in:
lib/mangopay/pay_in.rb

Class Method Summary collapse

Methods inherited from Resource

class_name, url

Class Method Details

.get(intent_id) ⇒ Object



371
372
373
# File 'lib/mangopay/pay_in.rb', line 371

def get(intent_id)
  MangoPay.request(:get, "#{MangoPay.api_path_v3}/payins/intents/#{intent_id}")
end