Class: AuthorizeNet::Reporting::BatchStatistics

Inherits:
Object
  • Object
show all
Includes:
Model
Defined in:
lib/authorize_net/reporting/batch_statistics.rb

Overview

Models a batch of credit cards.

Instance Attribute Summary collapse

Method Summary

Methods included from Model

#initialize, #to_a

Instance Attribute Details

#account_typeObject

Returns the value of attribute account_type.



6
7
8
# File 'lib/authorize_net/reporting/batch_statistics.rb', line 6

def 
  @account_type
end

#charge_amountObject

Returns the value of attribute charge_amount.



6
7
8
# File 'lib/authorize_net/reporting/batch_statistics.rb', line 6

def charge_amount
  @charge_amount
end

#charge_chageback_countObject

Returns the value of attribute charge_chageback_count.



6
7
8
# File 'lib/authorize_net/reporting/batch_statistics.rb', line 6

def charge_chageback_count
  @charge_chageback_count
end

#charge_chargeback_amountObject

Returns the value of attribute charge_chargeback_amount.



6
7
8
# File 'lib/authorize_net/reporting/batch_statistics.rb', line 6

def charge_chargeback_amount
  @charge_chargeback_amount
end

#charge_countObject

Returns the value of attribute charge_count.



6
7
8
# File 'lib/authorize_net/reporting/batch_statistics.rb', line 6

def charge_count
  @charge_count
end

#charge_returned_items_amountObject

Returns the value of attribute charge_returned_items_amount.



6
7
8
# File 'lib/authorize_net/reporting/batch_statistics.rb', line 6

def charge_returned_items_amount
  @charge_returned_items_amount
end

#charge_returned_items_countObject

Returns the value of attribute charge_returned_items_count.



6
7
8
# File 'lib/authorize_net/reporting/batch_statistics.rb', line 6

def charge_returned_items_count
  @charge_returned_items_count
end

#chargeback_amountObject

Returns the value of attribute chargeback_amount.



6
7
8
# File 'lib/authorize_net/reporting/batch_statistics.rb', line 6

def chargeback_amount
  @chargeback_amount
end

#chargeback_countObject

Returns the value of attribute chargeback_count.



6
7
8
# File 'lib/authorize_net/reporting/batch_statistics.rb', line 6

def chargeback_count
  @chargeback_count
end

#correction_notice_countObject

Returns the value of attribute correction_notice_count.



6
7
8
# File 'lib/authorize_net/reporting/batch_statistics.rb', line 6

def correction_notice_count
  @correction_notice_count
end

#decline_countObject

Returns the value of attribute decline_count.



6
7
8
# File 'lib/authorize_net/reporting/batch_statistics.rb', line 6

def decline_count
  @decline_count
end

#error_countObject

Returns the value of attribute error_count.



6
7
8
# File 'lib/authorize_net/reporting/batch_statistics.rb', line 6

def error_count
  @error_count
end

#refund_amountObject

Returns the value of attribute refund_amount.



6
7
8
# File 'lib/authorize_net/reporting/batch_statistics.rb', line 6

def refund_amount
  @refund_amount
end

#refund_chargeback_amountObject

Returns the value of attribute refund_chargeback_amount.



6
7
8
# File 'lib/authorize_net/reporting/batch_statistics.rb', line 6

def refund_chargeback_amount
  @refund_chargeback_amount
end

#refund_chargeback_countObject

Returns the value of attribute refund_chargeback_count.



6
7
8
# File 'lib/authorize_net/reporting/batch_statistics.rb', line 6

def refund_chargeback_count
  @refund_chargeback_count
end

#refund_countObject

Returns the value of attribute refund_count.



6
7
8
# File 'lib/authorize_net/reporting/batch_statistics.rb', line 6

def refund_count
  @refund_count
end

#refund_returned_items_amountObject

Returns the value of attribute refund_returned_items_amount.



6
7
8
# File 'lib/authorize_net/reporting/batch_statistics.rb', line 6

def refund_returned_items_amount
  @refund_returned_items_amount
end

#refund_returned_items_countObject

Returns the value of attribute refund_returned_items_count.



6
7
8
# File 'lib/authorize_net/reporting/batch_statistics.rb', line 6

def refund_returned_items_count
  @refund_returned_items_count
end

#returned_item_amountObject

Returns the value of attribute returned_item_amount.



6
7
8
# File 'lib/authorize_net/reporting/batch_statistics.rb', line 6

def returned_item_amount
  @returned_item_amount
end

#returned_item_countObject

Returns the value of attribute returned_item_count.



6
7
8
# File 'lib/authorize_net/reporting/batch_statistics.rb', line 6

def returned_item_count
  @returned_item_count
end

#void_countObject

Returns the value of attribute void_count.



6
7
8
# File 'lib/authorize_net/reporting/batch_statistics.rb', line 6

def void_count
  @void_count
end