Class: PolarLoop::Types::MandateCreatedEvent

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



5
6
7
# File 'lib/polarloop/types/event.rb', line 5

def amount
  @amount
end

#block_numberObject

Returns the value of attribute block_number

Returns:

  • (Object)

    the current value of block_number



5
6
7
# File 'lib/polarloop/types/event.rb', line 5

def block_number
  @block_number
end

#intervalObject

Returns the value of attribute interval

Returns:

  • (Object)

    the current value of interval



5
6
7
# File 'lib/polarloop/types/event.rb', line 5

def interval
  @interval
end

#log_indexObject

Returns the value of attribute log_index

Returns:

  • (Object)

    the current value of log_index



5
6
7
# File 'lib/polarloop/types/event.rb', line 5

def log_index
  @log_index
end

#mandate_idObject

Returns the value of attribute mandate_id

Returns:

  • (Object)

    the current value of mandate_id



5
6
7
# File 'lib/polarloop/types/event.rb', line 5

def mandate_id
  @mandate_id
end

#max_total_amountObject

Returns the value of attribute max_total_amount

Returns:

  • (Object)

    the current value of max_total_amount



5
6
7
# File 'lib/polarloop/types/event.rb', line 5

def max_total_amount
  @max_total_amount
end

#merchantObject

Returns the value of attribute merchant

Returns:

  • (Object)

    the current value of merchant



5
6
7
# File 'lib/polarloop/types/event.rb', line 5

def merchant
  @merchant
end

#payerObject

Returns the value of attribute payer

Returns:

  • (Object)

    the current value of payer



5
6
7
# File 'lib/polarloop/types/event.rb', line 5

def payer
  @payer
end

#reference_idObject

Returns the value of attribute reference_id

Returns:

  • (Object)

    the current value of reference_id



5
6
7
# File 'lib/polarloop/types/event.rb', line 5

def reference_id
  @reference_id
end

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



5
6
7
# File 'lib/polarloop/types/event.rb', line 5

def token
  @token
end

#tx_hashObject

Returns the value of attribute tx_hash

Returns:

  • (Object)

    the current value of tx_hash



5
6
7
# File 'lib/polarloop/types/event.rb', line 5

def tx_hash
  @tx_hash
end