Class: AuthorizeNet::Reporting::Batch
- Inherits:
-
Object
- Object
- AuthorizeNet::Reporting::Batch
- Includes:
- Model
- Defined in:
- lib/authorize_net/reporting/batch.rb
Overview
Models a batch of credit cards.
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#payment_method ⇒ Object
Returns the value of attribute payment_method.
-
#settled_at ⇒ Object
Returns the value of attribute settled_at.
-
#state ⇒ Object
Returns the value of attribute state.
-
#statistics ⇒ Object
Returns the value of attribute statistics.
Method Summary
Methods included from Model
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
8 9 10 |
# File 'lib/authorize_net/reporting/batch.rb', line 8 def id @id end |
#payment_method ⇒ Object
Returns the value of attribute payment_method.
8 9 10 |
# File 'lib/authorize_net/reporting/batch.rb', line 8 def payment_method @payment_method end |
#settled_at ⇒ Object
Returns the value of attribute settled_at.
8 9 10 |
# File 'lib/authorize_net/reporting/batch.rb', line 8 def settled_at @settled_at end |
#state ⇒ Object
Returns the value of attribute state.
8 9 10 |
# File 'lib/authorize_net/reporting/batch.rb', line 8 def state @state end |
#statistics ⇒ Object
Returns the value of attribute statistics.
8 9 10 |
# File 'lib/authorize_net/reporting/batch.rb', line 8 def statistics @statistics end |