Class: EasyLabs::Resources::PaymentLinks
- Defined in:
- lib/easylabs/resources/payment_links.rb
Overview
POST /payment-link.
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from EasyLabs::Resources::Base
Instance Method Details
#create(**body) ⇒ Object
9 10 11 |
# File 'lib/easylabs/resources/payment_links.rb', line 9 def create(**body) request(:post, "/payment-link", body: body) end |