Class: HighLevel::Models::Payments::CardDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/payments/card_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#last4Object (readonly)

Returns the value of attribute last4

Returns:

  • (Object)

    the current value of last4



9
10
11
# File 'lib/high_level/models/payments/card_dto.rb', line 9

def last4
  @last4
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/high_level/models/payments/card_dto.rb', line 9

def type
  @type
end