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



222
223
224
# File 'lib/active_merchant/billing/integrations/paypal/notification.rb', line 222

def 
  @account
end

#currencyObject

Returns the value of attribute currency

Returns:

  • (Object)

    the current value of currency



222
223
224
# File 'lib/active_merchant/billing/integrations/paypal/notification.rb', line 222

def currency
  @currency
end

#feeObject

Returns the value of attribute fee

Returns:

  • (Object)

    the current value of fee



222
223
224
# File 'lib/active_merchant/billing/integrations/paypal/notification.rb', line 222

def fee
  @fee
end

#grossObject

Returns the value of attribute gross

Returns:

  • (Object)

    the current value of gross



222
223
224
# File 'lib/active_merchant/billing/integrations/paypal/notification.rb', line 222

def gross
  @gross
end

#item_idObject

Returns the value of attribute item_id

Returns:

  • (Object)

    the current value of item_id



222
223
224
# File 'lib/active_merchant/billing/integrations/paypal/notification.rb', line 222

def item_id
  @item_id
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



222
223
224
# File 'lib/active_merchant/billing/integrations/paypal/notification.rb', line 222

def status
  @status
end

#transaction_idObject

Returns the value of attribute transaction_id

Returns:

  • (Object)

    the current value of transaction_id



222
223
224
# File 'lib/active_merchant/billing/integrations/paypal/notification.rb', line 222

def transaction_id
  @transaction_id
end