Class: CheckoutSdk::Accounts::ShareholderStructure

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/accounts/shareholder_structure.rb

Instance Attribute Summary collapse

Instance Attribute Details

#frontString

Returns:

  • (String)


9
10
11
12
# File 'lib/checkout_sdk/accounts/shareholder_structure.rb', line 9

class ShareholderStructure
  attr_accessor :type,
                :front
end

#typeShareholderStructureType



9
10
11
12
# File 'lib/checkout_sdk/accounts/shareholder_structure.rb', line 9

class ShareholderStructure
  attr_accessor :type,
                :front
end