Class: HighLevel::Models::Invoices::USBankAccountDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/invoices/us_bank_account_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bank_nameObject (readonly)

Returns the value of attribute bank_name

Returns:

  • (Object)

    the current value of bank_name



9
10
11
# File 'lib/high_level/models/invoices/us_bank_account_dto.rb', line 9

def bank_name
  @bank_name
end

#last4Object (readonly)

Returns the value of attribute last4

Returns:

  • (Object)

    the current value of last4



9
10
11
# File 'lib/high_level/models/invoices/us_bank_account_dto.rb', line 9

def last4
  @last4
end