mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-22 00:05:58 -05:00
13 lines
303 B
Ruby
13 lines
303 B
Ruby
# File generated from our OpenAPI spec
|
|
# frozen_string_literal: true
|
|
|
|
module Stripe
|
|
# A entitlement for a customer describes access to a feature.
|
|
class CustomerEntitlement < APIResource
|
|
OBJECT_NAME = "customer_entitlement"
|
|
def self.object_name
|
|
"customer_entitlement"
|
|
end
|
|
end
|
|
end
|