Class: Stigg::Models::V1::SubscriptionProvisionParams::CheckoutOptions
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Stigg::Models::V1::SubscriptionProvisionParams::CheckoutOptions
- Defined in:
- lib/stigg/models/v1/subscription_provision_params.rb
Instance Attribute Summary collapse
-
#allow_promo_codes ⇒ Boolean?
Allow promotional codes during checkout.
-
#allow_tax_id_collection ⇒ Boolean?
Allow tax ID collection during checkout.
-
#cancel_url ⇒ String
URL to redirect to if checkout is canceled.
-
#collect_billing_address ⇒ Boolean?
Collect billing address during checkout.
-
#collect_phone_number ⇒ Boolean?
Collect phone number during checkout.
-
#reference_id ⇒ String?
Optional reference ID for the checkout session.
-
#success_url ⇒ String
URL to redirect to after successful checkout.
Method Summary
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
This class inherits a constructor from Stigg::Internal::Type::BaseModel
Instance Attribute Details
#allow_promo_codes ⇒ Boolean?
Allow promotional codes during checkout
795 |
# File 'lib/stigg/models/v1/subscription_provision_params.rb', line 795 optional :allow_promo_codes, Stigg::Internal::Type::Boolean, api_name: :allowPromoCodes |
#allow_tax_id_collection ⇒ Boolean?
Allow tax ID collection during checkout
801 |
# File 'lib/stigg/models/v1/subscription_provision_params.rb', line 801 optional :allow_tax_id_collection, Stigg::Internal::Type::Boolean, api_name: :allowTaxIdCollection |
#cancel_url ⇒ String
URL to redirect to if checkout is canceled
783 |
# File 'lib/stigg/models/v1/subscription_provision_params.rb', line 783 required :cancel_url, String, api_name: :cancelUrl |
#collect_billing_address ⇒ Boolean?
Collect billing address during checkout
807 |
# File 'lib/stigg/models/v1/subscription_provision_params.rb', line 807 optional :collect_billing_address, Stigg::Internal::Type::Boolean, api_name: :collectBillingAddress |
#collect_phone_number ⇒ Boolean?
Collect phone number during checkout
813 |
# File 'lib/stigg/models/v1/subscription_provision_params.rb', line 813 optional :collect_phone_number, Stigg::Internal::Type::Boolean, api_name: :collectPhoneNumber |
#reference_id ⇒ String?
Optional reference ID for the checkout session
819 |
# File 'lib/stigg/models/v1/subscription_provision_params.rb', line 819 optional :reference_id, String, api_name: :referenceId, nil?: true |
#success_url ⇒ String
URL to redirect to after successful checkout
789 |
# File 'lib/stigg/models/v1/subscription_provision_params.rb', line 789 required :success_url, String, api_name: :successUrl |