Class: QPay::TaxEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/qpay/models.rb

Instance Attribute Summary collapse

Instance Attribute Details

#amount ⇒ Object

Returns the value of attribute amount

Returns:

  • (Object) —

    the current value of amount



60
61
62
# File 'lib/qpay/models.rb', line 60

def amount
  @amount
end

#description ⇒ Object

Returns the value of attribute description

Returns:

  • (Object) —

    the current value of description



60
61
62
# File 'lib/qpay/models.rb', line 60

def description
  @description
end

#discount_code ⇒ Object

Returns the value of attribute discount_code

Returns:

  • (Object) —

    the current value of discount_code



60
61
62
# File 'lib/qpay/models.rb', line 60

def discount_code
  @discount_code
end

#note ⇒ Object

Returns the value of attribute note

Returns:

  • (Object) —

    the current value of note



60
61
62
# File 'lib/qpay/models.rb', line 60

def note
  @note
end

#surcharge_code ⇒ Object

Returns the value of attribute surcharge_code

Returns:

  • (Object) —

    the current value of surcharge_code



60
61
62
# File 'lib/qpay/models.rb', line 60

def surcharge_code
  @surcharge_code
end

#tax_code ⇒ Object

Returns the value of attribute tax_code

Returns:

  • (Object) —

    the current value of tax_code



60
61
62
# File 'lib/qpay/models.rb', line 60

def tax_code
  @tax_code
end