Class: ZUORA::SubscribeResult
- Inherits:
-
Object
- Object
- ZUORA::SubscribeResult
- Defined in:
- lib/zuora/ZUORA.rb
Overview
Instance Attribute Summary collapse
-
#accountId ⇒ Object
Returns the value of attribute accountId.
-
#accountNumber ⇒ Object
Returns the value of attribute accountNumber.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#invoiceId ⇒ Object
Returns the value of attribute invoiceId.
-
#invoiceNumber ⇒ Object
Returns the value of attribute invoiceNumber.
-
#paymentTransactionNumber ⇒ Object
Returns the value of attribute paymentTransactionNumber.
-
#subscriptionId ⇒ Object
Returns the value of attribute subscriptionId.
-
#subscriptionNumber ⇒ Object
Returns the value of attribute subscriptionNumber.
-
#success ⇒ Object
Returns the value of attribute success.
Instance Method Summary collapse
-
#initialize(accountId = nil, accountNumber = nil, errors = [], invoiceId = nil, invoiceNumber = nil, paymentTransactionNumber = nil, subscriptionId = nil, subscriptionNumber = nil, success = nil) ⇒ SubscribeResult
constructor
A new instance of SubscribeResult.
Constructor Details
#initialize(accountId = nil, accountNumber = nil, errors = [], invoiceId = nil, invoiceNumber = nil, paymentTransactionNumber = nil, subscriptionId = nil, subscriptionNumber = nil, success = nil) ⇒ SubscribeResult
Returns a new instance of SubscribeResult.
1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 |
# File 'lib/zuora/ZUORA.rb', line 1033 def initialize(accountId = nil, accountNumber = nil, errors = [], invoiceId = nil, invoiceNumber = nil, paymentTransactionNumber = nil, subscriptionId = nil, subscriptionNumber = nil, success = nil) @accountId = accountId @accountNumber = accountNumber @errors = errors @invoiceId = invoiceId @invoiceNumber = invoiceNumber @paymentTransactionNumber = paymentTransactionNumber @subscriptionId = subscriptionId @subscriptionNumber = subscriptionNumber @success = success end |
Instance Attribute Details
#accountId ⇒ Object
Returns the value of attribute accountId.
1023 1024 1025 |
# File 'lib/zuora/ZUORA.rb', line 1023 def accountId @accountId end |
#accountNumber ⇒ Object
Returns the value of attribute accountNumber.
1024 1025 1026 |
# File 'lib/zuora/ZUORA.rb', line 1024 def accountNumber @accountNumber end |
#errors ⇒ Object
Returns the value of attribute errors.
1025 1026 1027 |
# File 'lib/zuora/ZUORA.rb', line 1025 def errors @errors end |
#invoiceId ⇒ Object
Returns the value of attribute invoiceId.
1026 1027 1028 |
# File 'lib/zuora/ZUORA.rb', line 1026 def invoiceId @invoiceId end |
#invoiceNumber ⇒ Object
Returns the value of attribute invoiceNumber.
1027 1028 1029 |
# File 'lib/zuora/ZUORA.rb', line 1027 def invoiceNumber @invoiceNumber end |
#paymentTransactionNumber ⇒ Object
Returns the value of attribute paymentTransactionNumber.
1028 1029 1030 |
# File 'lib/zuora/ZUORA.rb', line 1028 def paymentTransactionNumber @paymentTransactionNumber end |
#subscriptionId ⇒ Object
Returns the value of attribute subscriptionId.
1029 1030 1031 |
# File 'lib/zuora/ZUORA.rb', line 1029 def subscriptionId @subscriptionId end |
#subscriptionNumber ⇒ Object
Returns the value of attribute subscriptionNumber.
1030 1031 1032 |
# File 'lib/zuora/ZUORA.rb', line 1030 def subscriptionNumber @subscriptionNumber end |
#success ⇒ Object
Returns the value of attribute success.
1031 1032 1033 |
# File 'lib/zuora/ZUORA.rb', line 1031 def success @success end |