Class: HighLevel::Models::Payments::UpdateCouponParams

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/payments/update_coupon_params.rb

Instance Attribute Summary collapse

Instance Attribute Details

#alt_idObject (readonly)

Returns the value of attribute alt_id

Returns:

  • (Object)

    the current value of alt_id



9
10
11
# File 'lib/high_level/models/payments/update_coupon_params.rb', line 9

def alt_id
  @alt_id
end

#alt_typeObject (readonly)

Returns the value of attribute alt_type

Returns:

  • (Object)

    the current value of alt_type



9
10
11
# File 'lib/high_level/models/payments/update_coupon_params.rb', line 9

def alt_type
  @alt_type
end

#apply_to_future_paymentsObject (readonly)

Returns the value of attribute apply_to_future_payments

Returns:

  • (Object)

    the current value of apply_to_future_payments



9
10
11
# File 'lib/high_level/models/payments/update_coupon_params.rb', line 9

def apply_to_future_payments
  @apply_to_future_payments
end

#apply_to_future_payments_configObject (readonly)

Returns the value of attribute apply_to_future_payments_config

Returns:

  • (Object)

    the current value of apply_to_future_payments_config



9
10
11
# File 'lib/high_level/models/payments/update_coupon_params.rb', line 9

def apply_to_future_payments_config
  @apply_to_future_payments_config
end

#codeObject (readonly)

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



9
10
11
# File 'lib/high_level/models/payments/update_coupon_params.rb', line 9

def code
  @code
end

#discount_typeObject (readonly)

Returns the value of attribute discount_type

Returns:

  • (Object)

    the current value of discount_type



9
10
11
# File 'lib/high_level/models/payments/update_coupon_params.rb', line 9

def discount_type
  @discount_type
end

#discount_valueObject (readonly)

Returns the value of attribute discount_value

Returns:

  • (Object)

    the current value of discount_value



9
10
11
# File 'lib/high_level/models/payments/update_coupon_params.rb', line 9

def discount_value
  @discount_value
end

#end_dateObject (readonly)

Returns the value of attribute end_date

Returns:

  • (Object)

    the current value of end_date



9
10
11
# File 'lib/high_level/models/payments/update_coupon_params.rb', line 9

def end_date
  @end_date
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/high_level/models/payments/update_coupon_params.rb', line 9

def id
  @id
end

#limit_per_customerObject (readonly)

Returns the value of attribute limit_per_customer

Returns:

  • (Object)

    the current value of limit_per_customer



9
10
11
# File 'lib/high_level/models/payments/update_coupon_params.rb', line 9

def limit_per_customer
  @limit_per_customer
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/high_level/models/payments/update_coupon_params.rb', line 9

def name
  @name
end

#product_idsObject (readonly)

Returns the value of attribute product_ids

Returns:

  • (Object)

    the current value of product_ids



9
10
11
# File 'lib/high_level/models/payments/update_coupon_params.rb', line 9

def product_ids
  @product_ids
end

#start_dateObject (readonly)

Returns the value of attribute start_date

Returns:

  • (Object)

    the current value of start_date



9
10
11
# File 'lib/high_level/models/payments/update_coupon_params.rb', line 9

def start_date
  @start_date
end

#usage_limitObject (readonly)

Returns the value of attribute usage_limit

Returns:

  • (Object)

    the current value of usage_limit



9
10
11
# File 'lib/high_level/models/payments/update_coupon_params.rb', line 9

def usage_limit
  @usage_limit
end