Class: HighLevel::Models::Payments::ListCouponsResponseDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Payments::ListCouponsResponseDto
- Defined in:
- lib/high_level/models/payments/list_coupons_response_dto.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
-
#total_count ⇒ Object
readonly
Returns the value of attribute total_count.
-
#trace_id ⇒ Object
readonly
Returns the value of attribute trace_id.
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data
9 10 11 |
# File 'lib/high_level/models/payments/list_coupons_response_dto.rb', line 9 def data @data end |
#total_count ⇒ Object (readonly)
Returns the value of attribute total_count
9 10 11 |
# File 'lib/high_level/models/payments/list_coupons_response_dto.rb', line 9 def total_count @total_count end |
#trace_id ⇒ Object (readonly)
Returns the value of attribute trace_id
9 10 11 |
# File 'lib/high_level/models/payments/list_coupons_response_dto.rb', line 9 def trace_id @trace_id end |