Class: QPay::PaymentCheckRow

Inherits:
Struct
  • Object
show all
Defined in:
lib/qpay/models.rb

Instance Attribute Summary collapse

Instance Attribute Details

#card_transactions ⇒ Object

Returns the value of attribute card_transactions

Returns:

  • (Object) —

    the current value of card_transactions



121
122
123
# File 'lib/qpay/models.rb', line 121

def card_transactions
  @card_transactions
end

#next_payment_date ⇒ Object

Returns the value of attribute next_payment_date

Returns:

  • (Object) —

    the current value of next_payment_date



121
122
123
# File 'lib/qpay/models.rb', line 121

def next_payment_date
  @next_payment_date
end

#next_payment_datetime ⇒ Object

Returns the value of attribute next_payment_datetime

Returns:

  • (Object) —

    the current value of next_payment_datetime



121
122
123
# File 'lib/qpay/models.rb', line 121

def next_payment_datetime
  @next_payment_datetime
end

#p2p_transactions ⇒ Object

Returns the value of attribute p2p_transactions

Returns:

  • (Object) —

    the current value of p2p_transactions



121
122
123
# File 'lib/qpay/models.rb', line 121

def p2p_transactions
  @p2p_transactions
end

#payment_amount ⇒ Object

Returns the value of attribute payment_amount

Returns:

  • (Object) —

    the current value of payment_amount



121
122
123
# File 'lib/qpay/models.rb', line 121

def payment_amount
  @payment_amount
end

#payment_currency ⇒ Object

Returns the value of attribute payment_currency

Returns:

  • (Object) —

    the current value of payment_currency



121
122
123
# File 'lib/qpay/models.rb', line 121

def payment_currency
  @payment_currency
end

#payment_id ⇒ Object

Returns the value of attribute payment_id

Returns:

  • (Object) —

    the current value of payment_id



121
122
123
# File 'lib/qpay/models.rb', line 121

def payment_id
  @payment_id
end

#payment_status ⇒ Object

Returns the value of attribute payment_status

Returns:

  • (Object) —

    the current value of payment_status



121
122
123
# File 'lib/qpay/models.rb', line 121

def payment_status
  @payment_status
end

#payment_type ⇒ Object

Returns the value of attribute payment_type

Returns:

  • (Object) —

    the current value of payment_type



121
122
123
# File 'lib/qpay/models.rb', line 121

def payment_type
  @payment_type
end

#payment_wallet ⇒ Object

Returns the value of attribute payment_wallet

Returns:

  • (Object) —

    the current value of payment_wallet



121
122
123
# File 'lib/qpay/models.rb', line 121

def payment_wallet
  @payment_wallet
end

#trx_fee ⇒ Object

Returns the value of attribute trx_fee

Returns:

  • (Object) —

    the current value of trx_fee



121
122
123
# File 'lib/qpay/models.rb', line 121

def trx_fee
  @trx_fee
end