Class: AuthorizeNet::Reporting::Batch

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

Overview

Models a batch of credit cards.

Instance Attribute Summary collapse

Method Summary

Methods included from Model

#initialize, #to_a

Instance Attribute Details

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#payment_methodObject

Returns the value of attribute payment_method.



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

def payment_method
  @payment_method
end

#settled_atObject

Returns the value of attribute settled_at.



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

def settled_at
  @settled_at
end

#stateObject

Returns the value of attribute state.



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

def state
  @state
end

#statisticsObject

Returns the value of attribute statistics.



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

def statistics
  @statistics
end