Class: HighLevel::Models::Payments::CreateCouponParams
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Payments::CreateCouponParams
- Defined in:
- lib/high_level/models/payments/create_coupon_params.rb
Instance Attribute Summary collapse
-
#alt_id ⇒ Object
readonly
Returns the value of attribute alt_id.
-
#alt_type ⇒ Object
readonly
Returns the value of attribute alt_type.
-
#apply_to_future_payments ⇒ Object
readonly
Returns the value of attribute apply_to_future_payments.
-
#apply_to_future_payments_config ⇒ Object
readonly
Returns the value of attribute apply_to_future_payments_config.
-
#code ⇒ Object
readonly
Returns the value of attribute code.
-
#discount_type ⇒ Object
readonly
Returns the value of attribute discount_type.
-
#discount_value ⇒ Object
readonly
Returns the value of attribute discount_value.
-
#end_date ⇒ Object
readonly
Returns the value of attribute end_date.
-
#limit_per_customer ⇒ Object
readonly
Returns the value of attribute limit_per_customer.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#product_ids ⇒ Object
readonly
Returns the value of attribute product_ids.
-
#start_date ⇒ Object
readonly
Returns the value of attribute start_date.
-
#usage_limit ⇒ Object
readonly
Returns the value of attribute usage_limit.
Instance Attribute Details
#alt_id ⇒ Object (readonly)
Returns the value of attribute alt_id
9 10 11 |
# File 'lib/high_level/models/payments/create_coupon_params.rb', line 9 def alt_id @alt_id end |
#alt_type ⇒ Object (readonly)
Returns the value of attribute alt_type
9 10 11 |
# File 'lib/high_level/models/payments/create_coupon_params.rb', line 9 def alt_type @alt_type end |
#apply_to_future_payments ⇒ Object (readonly)
Returns the value of attribute apply_to_future_payments
9 10 11 |
# File 'lib/high_level/models/payments/create_coupon_params.rb', line 9 def apply_to_future_payments @apply_to_future_payments end |
#apply_to_future_payments_config ⇒ Object (readonly)
Returns the value of attribute apply_to_future_payments_config
9 10 11 |
# File 'lib/high_level/models/payments/create_coupon_params.rb', line 9 def apply_to_future_payments_config @apply_to_future_payments_config end |
#code ⇒ Object (readonly)
Returns the value of attribute code
9 10 11 |
# File 'lib/high_level/models/payments/create_coupon_params.rb', line 9 def code @code end |
#discount_type ⇒ Object (readonly)
Returns the value of attribute discount_type
9 10 11 |
# File 'lib/high_level/models/payments/create_coupon_params.rb', line 9 def discount_type @discount_type end |
#discount_value ⇒ Object (readonly)
Returns the value of attribute discount_value
9 10 11 |
# File 'lib/high_level/models/payments/create_coupon_params.rb', line 9 def discount_value @discount_value end |
#end_date ⇒ Object (readonly)
Returns the value of attribute end_date
9 10 11 |
# File 'lib/high_level/models/payments/create_coupon_params.rb', line 9 def end_date @end_date end |
#limit_per_customer ⇒ Object (readonly)
Returns the value of attribute limit_per_customer
9 10 11 |
# File 'lib/high_level/models/payments/create_coupon_params.rb', line 9 def limit_per_customer @limit_per_customer end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/payments/create_coupon_params.rb', line 9 def name @name end |
#product_ids ⇒ Object (readonly)
Returns the value of attribute product_ids
9 10 11 |
# File 'lib/high_level/models/payments/create_coupon_params.rb', line 9 def product_ids @product_ids end |
#start_date ⇒ Object (readonly)
Returns the value of attribute start_date
9 10 11 |
# File 'lib/high_level/models/payments/create_coupon_params.rb', line 9 def start_date @start_date end |
#usage_limit ⇒ Object (readonly)
Returns the value of attribute usage_limit
9 10 11 |
# File 'lib/high_level/models/payments/create_coupon_params.rb', line 9 def usage_limit @usage_limit end |