Class: AuthorizeNet::ARB::SubscriptionDetail

Inherits:
Object
  • Object
show all
Includes:
Model
Defined in:
lib/authorize_net/arb/subscription_detail.rb

Overview

Models Subscription Detail.

Instance Attribute Summary collapse

Method Summary

Methods included from Model

#initialize, #to_a

Instance Attribute Details

#account_numberObject

Returns the value of attribute account_number.



6
7
8
# File 'lib/authorize_net/arb/subscription_detail.rb', line 6

def 
  @account_number
end

#amountObject

Returns the value of attribute amount.



6
7
8
# File 'lib/authorize_net/arb/subscription_detail.rb', line 6

def amount
  @amount
end

#create_time_stamp_utcObject

Returns the value of attribute create_time_stamp_utc.



6
7
8
# File 'lib/authorize_net/arb/subscription_detail.rb', line 6

def create_time_stamp_utc
  @create_time_stamp_utc
end

#currency_idObject

Returns the value of attribute currency_id.



6
7
8
# File 'lib/authorize_net/arb/subscription_detail.rb', line 6

def currency_id
  @currency_id
end

#first_nameObject

Returns the value of attribute first_name.



6
7
8
# File 'lib/authorize_net/arb/subscription_detail.rb', line 6

def first_name
  @first_name
end

#idObject

Returns the value of attribute id.



6
7
8
# File 'lib/authorize_net/arb/subscription_detail.rb', line 6

def id
  @id
end

#invoiceObject

Returns the value of attribute invoice.



6
7
8
# File 'lib/authorize_net/arb/subscription_detail.rb', line 6

def invoice
  @invoice
end

#last_nameObject

Returns the value of attribute last_name.



6
7
8
# File 'lib/authorize_net/arb/subscription_detail.rb', line 6

def last_name
  @last_name
end

#nameObject

Returns the value of attribute name.



6
7
8
# File 'lib/authorize_net/arb/subscription_detail.rb', line 6

def name
  @name
end

#past_occurrencesObject

Returns the value of attribute past_occurrences.



6
7
8
# File 'lib/authorize_net/arb/subscription_detail.rb', line 6

def past_occurrences
  @past_occurrences
end

#payment_methodObject

Returns the value of attribute payment_method.



6
7
8
# File 'lib/authorize_net/arb/subscription_detail.rb', line 6

def payment_method
  @payment_method
end

#statusObject

Returns the value of attribute status.



6
7
8
# File 'lib/authorize_net/arb/subscription_detail.rb', line 6

def status
  @status
end

#total_occurrencesObject

Returns the value of attribute total_occurrences.



6
7
8
# File 'lib/authorize_net/arb/subscription_detail.rb', line 6

def total_occurrences
  @total_occurrences
end