Class: Pago::V2026_04::Client
- Inherits:
-
BaseClient
show all
- Defined in:
- lib/pago/v2026_04/client.rb,
sig/pago/v2026_04/generated.rbs
Overview
Client for version 2026-04 of the Pago API.
Constant Summary
collapse
- API_VERSION =
"2026-04"
Constants inherited
from BaseClient
BaseClient::DEFAULT_BASE_URL, BaseClient::SANDBOX_BASE_URL
Instance Attribute Summary
Attributes inherited from BaseClient
#adapter, #base_url
Instance Method Summary
collapse
Methods inherited from BaseClient
#api_version, #initialize, #request
Instance Method Details
54
|
# File 'lib/pago/v2026_04/client.rb', line 54
def benefit_grants = @benefit_grants ||= Services::BenefitGrants.new(self)
|
51
|
# File 'lib/pago/v2026_04/client.rb', line 51
def benefits = @benefits ||= Services::Benefits.new(self)
|
84
|
# File 'lib/pago/v2026_04/client.rb', line 84
def checkout_links = @checkout_links ||= Services::CheckoutLinks.new(self)
|
72
|
# File 'lib/pago/v2026_04/client.rb', line 72
def checkouts = @checkouts ||= Services::Checkouts.new(self)
|
87
|
# File 'lib/pago/v2026_04/client.rb', line 87
def custom_fields = @custom_fields ||= Services::CustomFields.new(self)
|
117
|
# File 'lib/pago/v2026_04/client.rb', line 117
def customer_meters = @customer_meters ||= Services::CustomerMeters.new(self)
|
99
|
# File 'lib/pago/v2026_04/client.rb', line 99
def customer_portal = @customer_portal ||= Services::CustomerPortal.new(self)
|
102
|
# File 'lib/pago/v2026_04/client.rb', line 102
def customer_seats = @customer_seats ||= Services::CustomerSeats.new(self)
|
93
|
# File 'lib/pago/v2026_04/client.rb', line 93
def customers = @customers ||= Services::Customers.new(self)
|
90
|
# File 'lib/pago/v2026_04/client.rb', line 90
def discounts = @discounts ||= Services::Discounts.new(self)
|
69
|
# File 'lib/pago/v2026_04/client.rb', line 69
def disputes = @disputes ||= Services::Disputes.new(self)
|
111
|
# File 'lib/pago/v2026_04/client.rb', line 111
def event_types = @event_types ||= Services::EventTypes.new(self)
|
108
|
# File 'lib/pago/v2026_04/client.rb', line 108
def events = @events ||= Services::Events.new(self)
|
75
|
# File 'lib/pago/v2026_04/client.rb', line 75
def files = @files ||= Services::Files.new(self)
|
81
|
# File 'lib/pago/v2026_04/client.rb', line 81
def license_keys = @license_keys ||= Services::LicenseKeys.new(self)
|
96
|
# File 'lib/pago/v2026_04/client.rb', line 96
def members = @members ||= Services::Members.new(self)
|
114
|
# File 'lib/pago/v2026_04/client.rb', line 114
def meters = @meters ||= Services::Meters.new(self)
|
78
|
# File 'lib/pago/v2026_04/client.rb', line 78
def metrics = @metrics ||= Services::Metrics.new(self)
|
48
|
# File 'lib/pago/v2026_04/client.rb', line 48
def oauth2 = @oauth2 ||= Services::Oauth2.new(self)
|
63
|
# File 'lib/pago/v2026_04/client.rb', line 63
def orders = @orders ||= Services::Orders.new(self)
|
42
|
# File 'lib/pago/v2026_04/client.rb', line 42
def organizations = @organizations ||= Services::Organizations.new(self)
|
120
|
# File 'lib/pago/v2026_04/client.rb', line 120
def payments = @payments ||= Services::Payments.new(self)
|
60
|
# File 'lib/pago/v2026_04/client.rb', line 60
def products = @products ||= Services::Products.new(self)
|
66
|
# File 'lib/pago/v2026_04/client.rb', line 66
def refunds = @refunds ||= Services::Refunds.new(self)
|
45
|
# File 'lib/pago/v2026_04/client.rb', line 45
def subscriptions = @subscriptions ||= Services::Subscriptions.new(self)
|
57
|
# File 'lib/pago/v2026_04/client.rb', line 57
def webhooks = @webhooks ||= Services::Webhooks.new(self)
|