Class: HighLevel::Models::Payments::CreateCouponResponseDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Payments::CreateCouponResponseDto
- Defined in:
- lib/high_level/models/payments/create_coupon_response_dto.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.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#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.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#limit_per_customer ⇒ Object
readonly
Returns the value of attribute limit_per_customer.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#start_date ⇒ Object
readonly
Returns the value of attribute start_date.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#trace_id ⇒ Object
readonly
Returns the value of attribute trace_id.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
-
#usage_count ⇒ Object
readonly
Returns the value of attribute usage_count.
-
#user_id ⇒ Object
readonly
Returns the value of attribute user_id.
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_response_dto.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_response_dto.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_response_dto.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_response_dto.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_response_dto.rb', line 9 def code @code end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
9 10 11 |
# File 'lib/high_level/models/payments/create_coupon_response_dto.rb', line 9 def created_at @created_at end |
#discount_type ⇒ Object (readonly)
Returns the value of attribute discount_type
9 10 11 |
# File 'lib/high_level/models/payments/create_coupon_response_dto.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_response_dto.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_response_dto.rb', line 9 def end_date @end_date end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/payments/create_coupon_response_dto.rb', line 9 def id @id 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_response_dto.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_response_dto.rb', line 9 def name @name end |
#start_date ⇒ Object (readonly)
Returns the value of attribute start_date
9 10 11 |
# File 'lib/high_level/models/payments/create_coupon_response_dto.rb', line 9 def start_date @start_date end |
#status ⇒ Object (readonly)
Returns the value of attribute status
9 10 11 |
# File 'lib/high_level/models/payments/create_coupon_response_dto.rb', line 9 def status @status end |
#trace_id ⇒ Object (readonly)
Returns the value of attribute trace_id
9 10 11 |
# File 'lib/high_level/models/payments/create_coupon_response_dto.rb', line 9 def trace_id @trace_id end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at
9 10 11 |
# File 'lib/high_level/models/payments/create_coupon_response_dto.rb', line 9 def updated_at @updated_at end |
#usage_count ⇒ Object (readonly)
Returns the value of attribute usage_count
9 10 11 |
# File 'lib/high_level/models/payments/create_coupon_response_dto.rb', line 9 def usage_count @usage_count end |
#user_id ⇒ Object (readonly)
Returns the value of attribute user_id
9 10 11 |
# File 'lib/high_level/models/payments/create_coupon_response_dto.rb', line 9 def user_id @user_id end |