Class: AuthorizeNet::ARB::SubscriptionDetail
- Inherits:
-
Object
- Object
- AuthorizeNet::ARB::SubscriptionDetail
- Includes:
- Model
- Defined in:
- lib/authorize_net/arb/subscription_detail.rb
Overview
Models Subscription Detail.
Instance Attribute Summary collapse
-
#account_number ⇒ Object
Returns the value of attribute account_number.
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#create_time_stamp_utc ⇒ Object
Returns the value of attribute create_time_stamp_utc.
-
#currency_id ⇒ Object
Returns the value of attribute currency_id.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#id ⇒ Object
Returns the value of attribute id.
-
#invoice ⇒ Object
Returns the value of attribute invoice.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#name ⇒ Object
Returns the value of attribute name.
-
#past_occurrences ⇒ Object
Returns the value of attribute past_occurrences.
-
#payment_method ⇒ Object
Returns the value of attribute payment_method.
-
#status ⇒ Object
Returns the value of attribute status.
-
#total_occurrences ⇒ Object
Returns the value of attribute total_occurrences.
Method Summary
Methods included from Model
Instance Attribute Details
#account_number ⇒ Object
Returns the value of attribute account_number.
8 9 10 |
# File 'lib/authorize_net/arb/subscription_detail.rb', line 8 def account_number @account_number end |
#amount ⇒ Object
Returns the value of attribute amount.
8 9 10 |
# File 'lib/authorize_net/arb/subscription_detail.rb', line 8 def amount @amount end |
#create_time_stamp_utc ⇒ Object
Returns the value of attribute create_time_stamp_utc.
8 9 10 |
# File 'lib/authorize_net/arb/subscription_detail.rb', line 8 def create_time_stamp_utc @create_time_stamp_utc end |
#currency_id ⇒ Object
Returns the value of attribute currency_id.
8 9 10 |
# File 'lib/authorize_net/arb/subscription_detail.rb', line 8 def currency_id @currency_id end |
#first_name ⇒ Object
Returns the value of attribute first_name.
8 9 10 |
# File 'lib/authorize_net/arb/subscription_detail.rb', line 8 def first_name @first_name end |
#id ⇒ Object
Returns the value of attribute id.
8 9 10 |
# File 'lib/authorize_net/arb/subscription_detail.rb', line 8 def id @id end |
#invoice ⇒ Object
Returns the value of attribute invoice.
8 9 10 |
# File 'lib/authorize_net/arb/subscription_detail.rb', line 8 def invoice @invoice end |
#last_name ⇒ Object
Returns the value of attribute last_name.
8 9 10 |
# File 'lib/authorize_net/arb/subscription_detail.rb', line 8 def last_name @last_name end |
#name ⇒ Object
Returns the value of attribute name.
8 9 10 |
# File 'lib/authorize_net/arb/subscription_detail.rb', line 8 def name @name end |
#past_occurrences ⇒ Object
Returns the value of attribute past_occurrences.
8 9 10 |
# File 'lib/authorize_net/arb/subscription_detail.rb', line 8 def past_occurrences @past_occurrences end |
#payment_method ⇒ Object
Returns the value of attribute payment_method.
8 9 10 |
# File 'lib/authorize_net/arb/subscription_detail.rb', line 8 def payment_method @payment_method end |
#status ⇒ Object
Returns the value of attribute status.
8 9 10 |
# File 'lib/authorize_net/arb/subscription_detail.rb', line 8 def status @status end |
#total_occurrences ⇒ Object
Returns the value of attribute total_occurrences.
8 9 10 |
# File 'lib/authorize_net/arb/subscription_detail.rb', line 8 def total_occurrences @total_occurrences end |