Class: OFX::CreditCardClosingStatement

Inherits:
Object
  • Object
show all
Defined in:
lib/ofx/credit_card_statement_message_set.rb

Instance Attribute Summary collapse

Instance Attribute Details

#closing_balanceObject

Returns the value of attribute closing_balance.



89
90
91
# File 'lib/ofx/credit_card_statement_message_set.rb', line 89

def closing_balance
  @closing_balance
end

#credit_limitObject

Returns the value of attribute credit_limit.



98
99
100
# File 'lib/ofx/credit_card_statement_message_set.rb', line 98

def credit_limit
  @credit_limit
end

#currencyObject

Returns the value of attribute currency.



82
83
84
# File 'lib/ofx/credit_card_statement_message_set.rb', line 82

def currency
  @currency
end

#debit_adjustementsObject

Returns the value of attribute debit_adjustements.



97
98
99
# File 'lib/ofx/credit_card_statement_message_set.rb', line 97

def debit_adjustements
  @debit_adjustements
end

#finance_chargeObject

Returns the value of attribute finance_charge.



94
95
96
# File 'lib/ofx/credit_card_statement_message_set.rb', line 94

def finance_charge
  @finance_charge
end

#finanical_institution_transaction_identifierObject

Returns the value of attribute finanical_institution_transaction_identifier.



84
85
86
# File 'lib/ofx/credit_card_statement_message_set.rb', line 84

def finanical_institution_transaction_identifier
  @finanical_institution_transaction_identifier
end

#marketing_informationObject

Returns the value of attribute marketing_information.



102
103
104
# File 'lib/ofx/credit_card_statement_message_set.rb', line 102

def marketing_information
  @marketing_information
end

#minimum_payment_dueObject

Returns the value of attribute minimum_payment_due.



92
93
94
# File 'lib/ofx/credit_card_statement_message_set.rb', line 92

def minimum_payment_due
  @minimum_payment_due
end

#next_statement_closeObject

Returns the value of attribute next_statement_close.



86
87
88
# File 'lib/ofx/credit_card_statement_message_set.rb', line 86

def next_statement_close
  @next_statement_close
end

#opening_balanceObject

Returns the value of attribute opening_balance.



88
89
90
# File 'lib/ofx/credit_card_statement_message_set.rb', line 88

def opening_balance
  @opening_balance
end

#payment_due_dateObject

Returns the value of attribute payment_due_date.



91
92
93
# File 'lib/ofx/credit_card_statement_message_set.rb', line 91

def payment_due_date
  @payment_due_date
end

#statement_rangeObject

Returns the value of attribute statement_range.



85
86
87
# File 'lib/ofx/credit_card_statement_message_set.rb', line 85

def statement_range
  @statement_range
end

#total_of_payments_and_chargesObject

Returns the value of attribute total_of_payments_and_charges.



95
96
97
# File 'lib/ofx/credit_card_statement_message_set.rb', line 95

def total_of_payments_and_charges
  @total_of_payments_and_charges
end

#total_of_purchases_and_advancesObject

Returns the value of attribute total_of_purchases_and_advances.



96
97
98
# File 'lib/ofx/credit_card_statement_message_set.rb', line 96

def total_of_purchases_and_advances
  @total_of_purchases_and_advances
end

#transaction_rangeObject

Returns the value of attribute transaction_range.



100
101
102
# File 'lib/ofx/credit_card_statement_message_set.rb', line 100

def transaction_range
  @transaction_range
end