Class: ActiveMerchant::Billing::Integrations::Paypal::MassPayItem

Inherits:
Struct
  • Object
show all
Defined in:
lib/active_merchant/billing/integrations/paypal/notification.rb

Instance Attribute Summary collapse

Instance Attribute Details

#accountObject

Returns the value of attribute account

Returns:

  • (Object)

    the current value of account



214
215
216
# File 'lib/active_merchant/billing/integrations/paypal/notification.rb', line 214

def 
  @account
end

#currencyObject

Returns the value of attribute currency

Returns:

  • (Object)

    the current value of currency



214
215
216
# File 'lib/active_merchant/billing/integrations/paypal/notification.rb', line 214

def currency
  @currency
end

#feeObject

Returns the value of attribute fee

Returns:

  • (Object)

    the current value of fee



214
215
216
# File 'lib/active_merchant/billing/integrations/paypal/notification.rb', line 214

def fee
  @fee
end

#grossObject

Returns the value of attribute gross

Returns:

  • (Object)

    the current value of gross



214
215
216
# File 'lib/active_merchant/billing/integrations/paypal/notification.rb', line 214

def gross
  @gross
end

#item_idObject

Returns the value of attribute item_id

Returns:

  • (Object)

    the current value of item_id



214
215
216
# File 'lib/active_merchant/billing/integrations/paypal/notification.rb', line 214

def item_id
  @item_id
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



214
215
216
# File 'lib/active_merchant/billing/integrations/paypal/notification.rb', line 214

def status
  @status
end

#transaction_idObject

Returns the value of attribute transaction_id

Returns:

  • (Object)

    the current value of transaction_id



214
215
216
# File 'lib/active_merchant/billing/integrations/paypal/notification.rb', line 214

def transaction_id
  @transaction_id
end