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