Class: HighLevel::Models::Invoices::ProcessingFeePaidChargeDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Invoices::ProcessingFeePaidChargeDto
- Defined in:
- lib/high_level/models/invoices/processing_fee_paid_charge_dto.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
readonly
Returns the value of attribute amount.
-
#charge ⇒ Object
readonly
Returns the value of attribute charge.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#amount ⇒ Object (readonly)
Returns the value of attribute amount
9 10 11 |
# File 'lib/high_level/models/invoices/processing_fee_paid_charge_dto.rb', line 9 def amount @amount end |
#charge ⇒ Object (readonly)
Returns the value of attribute charge
9 10 11 |
# File 'lib/high_level/models/invoices/processing_fee_paid_charge_dto.rb', line 9 def charge @charge end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/invoices/processing_fee_paid_charge_dto.rb', line 9 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/invoices/processing_fee_paid_charge_dto.rb', line 9 def name @name end |