Class: OffsitePayments::Integrations::Paypal::MassPayItem

Inherits:
Struct
  • Object
show all
Defined in:
lib/offsite_payments/integrations/paypal.rb

Instance Attribute Summary collapse

Instance Attribute Details

#accountObject

Returns the value of attribute account

Returns:

  • (Object)

    the current value of account



355
356
357
# File 'lib/offsite_payments/integrations/paypal.rb', line 355

def 
  @account
end

#currencyObject

Returns the value of attribute currency

Returns:

  • (Object)

    the current value of currency



355
356
357
# File 'lib/offsite_payments/integrations/paypal.rb', line 355

def currency
  @currency
end

#feeObject

Returns the value of attribute fee

Returns:

  • (Object)

    the current value of fee



355
356
357
# File 'lib/offsite_payments/integrations/paypal.rb', line 355

def fee
  @fee
end

#grossObject

Returns the value of attribute gross

Returns:

  • (Object)

    the current value of gross



355
356
357
# File 'lib/offsite_payments/integrations/paypal.rb', line 355

def gross
  @gross
end

#item_idObject

Returns the value of attribute item_id

Returns:

  • (Object)

    the current value of item_id



355
356
357
# File 'lib/offsite_payments/integrations/paypal.rb', line 355

def item_id
  @item_id
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



355
356
357
# File 'lib/offsite_payments/integrations/paypal.rb', line 355

def status
  @status
end

#transaction_idObject

Returns the value of attribute transaction_id

Returns:

  • (Object)

    the current value of transaction_id



355
356
357
# File 'lib/offsite_payments/integrations/paypal.rb', line 355

def transaction_id
  @transaction_id
end