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