Module: Pago::V2026_04::Enums::CustomerSubscriptionSortProperty
- Defined in:
- lib/pago/v2026_04/enums.rb,
sig/pago/v2026_04/generated.rbs
Constant Summary collapse
- STARTED_AT =
"started_at"- V_STARTED_AT =
"-started_at"- AMOUNT =
"amount"- V_AMOUNT =
"-amount"- STATUS =
"status"- V_STATUS =
"-status"- ORGANIZATION =
"organization"- V_ORGANIZATION =
"-organization"- PRODUCT =
"product"- V_PRODUCT =
"-product"- ALL_VALUES =
[ STARTED_AT, V_STARTED_AT, AMOUNT, V_AMOUNT, STATUS, V_STATUS, ORGANIZATION, V_ORGANIZATION, PRODUCT, V_PRODUCT ].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.
1533 |
# File 'lib/pago/v2026_04/enums.rb', line 1533 def self.valid?(value) = ALL_VALUES.include?(value) |
.values ⇒ Array<String>
Returns every value declared by the API.
1529 |
# File 'lib/pago/v2026_04/enums.rb', line 1529 def self.values = ALL_VALUES |