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