Module: Nombaone::Resources

Defined in:
lib/nombaone/resources/base_resource.rb,
lib/nombaone/resources/plans.rb,
lib/nombaone/resources/events.rb,
lib/nombaone/resources/prices.rb,
lib/nombaone/resources/coupons.rb,
lib/nombaone/resources/metrics.rb,
lib/nombaone/resources/sandbox.rb,
lib/nombaone/resources/invoices.rb,
lib/nombaone/resources/mandates.rb,
lib/nombaone/resources/customers.rb,
lib/nombaone/resources/settlements.rb,
lib/nombaone/resources/organization.rb,
lib/nombaone/resources/subscriptions.rb,
lib/nombaone/resources/payment_methods.rb,
lib/nombaone/resources/webhook_endpoints.rb,
sig/nombaone/resources.rbs

Overview

The API resource namespaces (nombaone.customers, nombaone.subscriptions, …). Each is a thin, fully-documented transcription of one slice of the wire contract.

Defined Under Namespace

Classes: BaseResource, Coupons, Customers, Events, Invoices, Mandates, Metrics, Organization, OrganizationBilling, PaymentMethods, PlanPrices, Plans, Prices, Sandbox, Settlements, SubscriptionDunning, SubscriptionSchedules, Subscriptions, WebhookEndpointDeliveries, WebhookEndpoints

Constant Summary collapse

OMIT =

Re-exported so resource method signatures can default optional keyword arguments to OMIT (dropped from the body) rather than nil (sent as JSON null to clear a nullable field). See Internal::OMIT.

Returns:

  • (Object)
Internal::OMIT