Module: Pago::V2026_04::Enums::FileServiceTypes
- Defined in:
- lib/pago/v2026_04/enums.rb,
sig/pago/v2026_04/generated.rbs
Constant Summary collapse
- DOWNLOADABLE =
"downloadable"- PRODUCT_MEDIA =
"product_media"- ORGANIZATION_AVATAR =
"organization_avatar"- SUPPORT_CASE_ATTACHMENT =
"support_case_attachment"- ALL_VALUES =
[ DOWNLOADABLE, PRODUCT_MEDIA, ORGANIZATION_AVATAR, SUPPORT_CASE_ATTACHMENT ].freeze
Class Method Summary collapse
-
.valid?(value) ⇒ Boolean
Whether the value is declared by this API version.
-
.values ⇒ Array<String>
Every value declared by the API.
Class Method Details
.valid?(value) ⇒ Boolean
Returns whether the value is declared by this API version.
1803 |
# File 'lib/pago/v2026_04/enums.rb', line 1803 def self.valid?(value) = ALL_VALUES.include?(value) |
.values ⇒ Array<String>
Returns every value declared by the API.
1799 |
# File 'lib/pago/v2026_04/enums.rb', line 1799 def self.values = ALL_VALUES |