Class: ActiveMerchant::Billing::Integrations::Paypal::MassPayItem
- Inherits:
-
Struct
- Object
- Struct
- ActiveMerchant::Billing::Integrations::Paypal::MassPayItem
- Defined in:
- lib/active_merchant/billing/integrations/paypal/notification.rb
Instance Attribute Summary collapse
-
#account ⇒ Object
Returns the value of attribute account.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#fee ⇒ Object
Returns the value of attribute fee.
-
#gross ⇒ Object
Returns the value of attribute gross.
-
#item_id ⇒ Object
Returns the value of attribute item_id.
-
#status ⇒ Object
Returns the value of attribute status.
-
#transaction_id ⇒ Object
Returns the value of attribute transaction_id.
Instance Attribute Details
#account ⇒ Object
Returns the value of attribute account
214 215 216 |
# File 'lib/active_merchant/billing/integrations/paypal/notification.rb', line 214 def account @account end |
#currency ⇒ Object
Returns the value of attribute currency
214 215 216 |
# File 'lib/active_merchant/billing/integrations/paypal/notification.rb', line 214 def currency @currency end |
#fee ⇒ Object
Returns the value of attribute fee
214 215 216 |
# File 'lib/active_merchant/billing/integrations/paypal/notification.rb', line 214 def fee @fee end |
#gross ⇒ Object
Returns the value of attribute gross
214 215 216 |
# File 'lib/active_merchant/billing/integrations/paypal/notification.rb', line 214 def gross @gross end |
#item_id ⇒ Object
Returns the value of attribute item_id
214 215 216 |
# File 'lib/active_merchant/billing/integrations/paypal/notification.rb', line 214 def item_id @item_id end |
#status ⇒ Object
Returns the value of attribute status
214 215 216 |
# File 'lib/active_merchant/billing/integrations/paypal/notification.rb', line 214 def status @status end |
#transaction_id ⇒ Object
Returns the value of attribute transaction_id
214 215 216 |
# File 'lib/active_merchant/billing/integrations/paypal/notification.rb', line 214 def transaction_id @transaction_id end |