Module: Pago::V2026_04::Enums::CheckoutLinkSortProperty
- Defined in:
- lib/pago/v2026_04/enums.rb,
sig/pago/v2026_04/generated.rbs
Constant Summary collapse
- CREATED_AT =
"created_at"- V_CREATED_AT =
"-created_at"- LABEL =
"label"- V_LABEL =
"-label"- SUCCESS_URL =
"success_url"- V_SUCCESS_URL =
"-success_url"- ALLOW_DISCOUNT_CODES =
"allow_discount_codes"- V_ALLOW_DISCOUNT_CODES =
"-allow_discount_codes"- ALL_VALUES =
[ CREATED_AT, V_CREATED_AT, LABEL, V_LABEL, SUCCESS_URL, V_SUCCESS_URL, ALLOW_DISCOUNT_CODES, V_ALLOW_DISCOUNT_CODES ].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.
182 |
# File 'lib/pago/v2026_04/enums.rb', line 182 def self.valid?(value) = ALL_VALUES.include?(value) |
.values ⇒ Array<String>
Returns every value declared by the API.
178 |
# File 'lib/pago/v2026_04/enums.rb', line 178 def self.values = ALL_VALUES |