Class: HighLevel::Models::Payments::CreateCouponResponseDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/payments/create_coupon_response_dto.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/create_coupon_response_dto.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/create_coupon_response_dto.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/create_coupon_response_dto.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/create_coupon_response_dto.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/create_coupon_response_dto.rb', line 9

def code
  @code
end

#created_atObject (readonly)

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of 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_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/create_coupon_response_dto.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/create_coupon_response_dto.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/create_coupon_response_dto.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/create_coupon_response_dto.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/create_coupon_response_dto.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/create_coupon_response_dto.rb', line 9

def name
  @name
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/create_coupon_response_dto.rb', line 9

def start_date
  @start_date
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



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

def status
  @status
end

#trace_idObject (readonly)

Returns the value of attribute trace_id

Returns:

  • (Object)

    the current value of 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_atObject (readonly)

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of 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_countObject (readonly)

Returns the value of attribute usage_count

Returns:

  • (Object)

    the current value of 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_idObject (readonly)

Returns the value of attribute user_id

Returns:

  • (Object)

    the current value of user_id



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

def user_id
  @user_id
end