Class: QPay::CardTransaction

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

Instance Attribute Summary collapse

Instance Attribute Details

#amount ⇒ Object

Returns the value of attribute amount

Returns:

  • (Object) —

    the current value of amount



138
139
140
# File 'lib/qpay/models.rb', line 138

def amount
  @amount
end

#card_merchant_code ⇒ Object

Returns the value of attribute card_merchant_code

Returns:

  • (Object) —

    the current value of card_merchant_code



138
139
140
# File 'lib/qpay/models.rb', line 138

def card_merchant_code
  @card_merchant_code
end

#card_number ⇒ Object

Returns the value of attribute card_number

Returns:

  • (Object) —

    the current value of card_number



138
139
140
# File 'lib/qpay/models.rb', line 138

def card_number
  @card_number
end

#card_terminal_code ⇒ Object

Returns the value of attribute card_terminal_code

Returns:

  • (Object) —

    the current value of card_terminal_code



138
139
140
# File 'lib/qpay/models.rb', line 138

def card_terminal_code
  @card_terminal_code
end

#card_type ⇒ Object

Returns the value of attribute card_type

Returns:

  • (Object) —

    the current value of card_type



138
139
140
# File 'lib/qpay/models.rb', line 138

def card_type
  @card_type
end

#currency ⇒ Object

Returns the value of attribute currency

Returns:

  • (Object) —

    the current value of currency



138
139
140
# File 'lib/qpay/models.rb', line 138

def currency
  @currency
end

#date ⇒ Object

Returns the value of attribute date

Returns:

  • (Object) —

    the current value of date



138
139
140
# File 'lib/qpay/models.rb', line 138

def date
  @date
end

#is_cross_border ⇒ Object

Returns the value of attribute is_cross_border

Returns:

  • (Object) —

    the current value of is_cross_border



138
139
140
# File 'lib/qpay/models.rb', line 138

def is_cross_border
  @is_cross_border
end

#settlement_status ⇒ Object

Returns the value of attribute settlement_status

Returns:

  • (Object) —

    the current value of settlement_status



138
139
140
# File 'lib/qpay/models.rb', line 138

def settlement_status
  @settlement_status
end

#settlement_status_date ⇒ Object

Returns the value of attribute settlement_status_date

Returns:

  • (Object) —

    the current value of settlement_status_date



138
139
140
# File 'lib/qpay/models.rb', line 138

def settlement_status_date
  @settlement_status_date
end

#status ⇒ Object

Returns the value of attribute status

Returns:

  • (Object) —

    the current value of status



138
139
140
# File 'lib/qpay/models.rb', line 138

def status
  @status
end

#transaction_amount ⇒ Object

Returns the value of attribute transaction_amount

Returns:

  • (Object) —

    the current value of transaction_amount



138
139
140
# File 'lib/qpay/models.rb', line 138

def transaction_amount
  @transaction_amount
end

#transaction_currency ⇒ Object

Returns the value of attribute transaction_currency

Returns:

  • (Object) —

    the current value of transaction_currency



138
139
140
# File 'lib/qpay/models.rb', line 138

def transaction_currency
  @transaction_currency
end

#transaction_date ⇒ Object

Returns the value of attribute transaction_date

Returns:

  • (Object) —

    the current value of transaction_date



138
139
140
# File 'lib/qpay/models.rb', line 138

def transaction_date
  @transaction_date
end

#transaction_status ⇒ Object

Returns the value of attribute transaction_status

Returns:

  • (Object) —

    the current value of transaction_status



138
139
140
# File 'lib/qpay/models.rb', line 138

def transaction_status
  @transaction_status
end