Class: PolarLoop::Types::MandateChargedEvent

Inherits:
Struct
  • Object
show all
Defined in:
lib/polarloop/types/event.rb

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject

Returns the value of attribute amount

Returns:

  • (Object)

    the current value of amount



20
21
22
# File 'lib/polarloop/types/event.rb', line 20

def amount
  @amount
end

#block_numberObject

Returns the value of attribute block_number

Returns:

  • (Object)

    the current value of block_number



20
21
22
# File 'lib/polarloop/types/event.rb', line 20

def block_number
  @block_number
end

#log_indexObject

Returns the value of attribute log_index

Returns:

  • (Object)

    the current value of log_index



20
21
22
# File 'lib/polarloop/types/event.rb', line 20

def log_index
  @log_index
end

#mandate_idObject

Returns the value of attribute mandate_id

Returns:

  • (Object)

    the current value of mandate_id



20
21
22
# File 'lib/polarloop/types/event.rb', line 20

def mandate_id
  @mandate_id
end

#merchantObject

Returns the value of attribute merchant

Returns:

  • (Object)

    the current value of merchant



20
21
22
# File 'lib/polarloop/types/event.rb', line 20

def merchant
  @merchant
end

#payerObject

Returns the value of attribute payer

Returns:

  • (Object)

    the current value of payer



20
21
22
# File 'lib/polarloop/types/event.rb', line 20

def payer
  @payer
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



20
21
22
# File 'lib/polarloop/types/event.rb', line 20

def timestamp
  @timestamp
end

#tx_hashObject

Returns the value of attribute tx_hash

Returns:

  • (Object)

    the current value of tx_hash



20
21
22
# File 'lib/polarloop/types/event.rb', line 20

def tx_hash
  @tx_hash
end