Class: MangoPay::PaymentMethodMetadata

Inherits:
Resource
  • Object
show all
Includes:
HTTPCalls::Fetch, HTTPCalls::Update
Defined in:
lib/mangopay/payment_method_metadata.rb

Class Method Summary collapse

Methods included from HTTPCalls::Update

included

Methods included from HTTPCalls::Fetch

included, parse_id_or_filters

Methods inherited from Resource

class_name, url

Class Method Details

.get_metadata(metadata) ⇒ Object



7
8
9
10
# File 'lib/mangopay/payment_method_metadata.rb', line 7

def ()
  url = "#{MangoPay.api_path}/payment-methods/metadata"
  MangoPay.request(:post, url, )
end