Class: QPay::EbarimtItem

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



206
207
208
# File 'lib/qpay/models.rb', line 206

def amount
  @amount
end

#bar_code ⇒ Object

Returns the value of attribute bar_code

Returns:

  • (Object) —

    the current value of bar_code



206
207
208
# File 'lib/qpay/models.rb', line 206

def bar_code
  @bar_code
end

#barimt_id ⇒ Object

Returns the value of attribute barimt_id

Returns:

  • (Object) —

    the current value of barimt_id



206
207
208
# File 'lib/qpay/models.rb', line 206

def barimt_id
  @barimt_id
end

#city_tax_amount ⇒ Object

Returns the value of attribute city_tax_amount

Returns:

  • (Object) —

    the current value of city_tax_amount



206
207
208
# File 'lib/qpay/models.rb', line 206

def city_tax_amount
  @city_tax_amount
end

#created_by ⇒ Object

Returns the value of attribute created_by

Returns:

  • (Object) —

    the current value of created_by



206
207
208
# File 'lib/qpay/models.rb', line 206

def created_by
  @created_by
end

#created_date ⇒ Object

Returns the value of attribute created_date

Returns:

  • (Object) —

    the current value of created_date



206
207
208
# File 'lib/qpay/models.rb', line 206

def created_date
  @created_date
end

#id ⇒ Object

Returns the value of attribute id

Returns:

  • (Object) —

    the current value of id



206
207
208
# File 'lib/qpay/models.rb', line 206

def id
  @id
end

#merchant_product_code ⇒ Object

Returns the value of attribute merchant_product_code

Returns:

  • (Object) —

    the current value of merchant_product_code



206
207
208
# File 'lib/qpay/models.rb', line 206

def merchant_product_code
  @merchant_product_code
end

#name ⇒ Object

Returns the value of attribute name

Returns:

  • (Object) —

    the current value of name



206
207
208
# File 'lib/qpay/models.rb', line 206

def name
  @name
end

#note ⇒ Object

Returns the value of attribute note

Returns:

  • (Object) —

    the current value of note



206
207
208
# File 'lib/qpay/models.rb', line 206

def note
  @note
end

#quantity ⇒ Object

Returns the value of attribute quantity

Returns:

  • (Object) —

    the current value of quantity



206
207
208
# File 'lib/qpay/models.rb', line 206

def quantity
  @quantity
end

#status ⇒ Object

Returns the value of attribute status

Returns:

  • (Object) —

    the current value of status



206
207
208
# File 'lib/qpay/models.rb', line 206

def status
  @status
end

#tax_product_code ⇒ Object

Returns the value of attribute tax_product_code

Returns:

  • (Object) —

    the current value of tax_product_code



206
207
208
# File 'lib/qpay/models.rb', line 206

def tax_product_code
  @tax_product_code
end

#unit_price ⇒ Object

Returns the value of attribute unit_price

Returns:

  • (Object) —

    the current value of unit_price



206
207
208
# File 'lib/qpay/models.rb', line 206

def unit_price
  @unit_price
end

#updated_by ⇒ Object

Returns the value of attribute updated_by

Returns:

  • (Object) —

    the current value of updated_by



206
207
208
# File 'lib/qpay/models.rb', line 206

def updated_by
  @updated_by
end

#updated_date ⇒ Object

Returns the value of attribute updated_date

Returns:

  • (Object) —

    the current value of updated_date



206
207
208
# File 'lib/qpay/models.rb', line 206

def updated_date
  @updated_date
end

#vat_amount ⇒ Object

Returns the value of attribute vat_amount

Returns:

  • (Object) —

    the current value of vat_amount



206
207
208
# File 'lib/qpay/models.rb', line 206

def vat_amount
  @vat_amount
end