Class: Vantiv::Api::PaymentAccount

Inherits:
Object
  • Object
show all
Defined in:
lib/vantiv/api/payment_account.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id: nil) ⇒ PaymentAccount

Returns a new instance of PaymentAccount.



6
7
8
# File 'lib/vantiv/api/payment_account.rb', line 6

def initialize(id: nil)
  @id = id
end

Instance Attribute Details

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/vantiv/api/payment_account.rb', line 4

def id
  @id
end