Class: OffsitePayments::Integrations::Paypal::MassPayItem
- Inherits:
-
Struct
- Object
- Struct
- OffsitePayments::Integrations::Paypal::MassPayItem
- Defined in:
- lib/offsite_payments/integrations/paypal.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
355 356 357 |
# File 'lib/offsite_payments/integrations/paypal.rb', line 355 def account @account end |
#currency ⇒ Object
Returns the value of attribute currency
355 356 357 |
# File 'lib/offsite_payments/integrations/paypal.rb', line 355 def currency @currency end |
#fee ⇒ Object
Returns the value of attribute fee
355 356 357 |
# File 'lib/offsite_payments/integrations/paypal.rb', line 355 def fee @fee end |
#gross ⇒ Object
Returns the value of attribute gross
355 356 357 |
# File 'lib/offsite_payments/integrations/paypal.rb', line 355 def gross @gross end |
#item_id ⇒ Object
Returns the value of attribute item_id
355 356 357 |
# File 'lib/offsite_payments/integrations/paypal.rb', line 355 def item_id @item_id end |
#status ⇒ Object
Returns the value of attribute status
355 356 357 |
# File 'lib/offsite_payments/integrations/paypal.rb', line 355 def status @status end |
#transaction_id ⇒ Object
Returns the value of attribute transaction_id
355 356 357 |
# File 'lib/offsite_payments/integrations/paypal.rb', line 355 def transaction_id @transaction_id end |