mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-27 00:03:06 -05:00
* Update dynamic constant references * Manual additionsg * Fix lint * Use const_Get * Remove puts
16 lines
516 B
Ruby
16 lines
516 B
Ruby
# File generated from our OpenAPI spec
|
|
# frozen_string_literal: true
|
|
|
|
module Stripe
|
|
module Treasury
|
|
# Encodes whether a FinancialAccount has access to a particular Feature, with a `status` enum and associated `status_details`.
|
|
# Stripe or the platform can control Features via the requested field.
|
|
class FinancialAccountFeatures < APIResource
|
|
OBJECT_NAME = "treasury.financial_account_features"
|
|
def self.object_name
|
|
"treasury.financial_account_features"
|
|
end
|
|
end
|
|
end
|
|
end
|