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
222 223 224 |
# File 'lib/active_merchant/billing/integrations/paypal/notification.rb', line 222 def account @account end |
#currency ⇒ Object
Returns the value of attribute currency
222 223 224 |
# File 'lib/active_merchant/billing/integrations/paypal/notification.rb', line 222 def currency @currency end |
#fee ⇒ Object
Returns the value of attribute fee
222 223 224 |
# File 'lib/active_merchant/billing/integrations/paypal/notification.rb', line 222 def fee @fee end |
#gross ⇒ Object
Returns the value of attribute gross
222 223 224 |
# File 'lib/active_merchant/billing/integrations/paypal/notification.rb', line 222 def gross @gross end |
#item_id ⇒ Object
Returns the value of attribute item_id
222 223 224 |
# File 'lib/active_merchant/billing/integrations/paypal/notification.rb', line 222 def item_id @item_id end |
#status ⇒ Object
Returns the value of attribute status
222 223 224 |
# File 'lib/active_merchant/billing/integrations/paypal/notification.rb', line 222 def status @status end |
#transaction_id ⇒ Object
Returns the value of attribute transaction_id
222 223 224 |
# File 'lib/active_merchant/billing/integrations/paypal/notification.rb', line 222 def transaction_id @transaction_id end |