Class: QPay::InvoiceResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#invoice_id ⇒ Object

Returns the value of attribute invoice_id

Returns:

  • (Object) —

    the current value of invoice_id



99
100
101
# File 'lib/qpay/models.rb', line 99

def invoice_id
  @invoice_id
end

#qpay_short_url ⇒ Object

Returns the value of attribute qpay_short_url

Returns:

  • (Object) —

    the current value of qpay_short_url



99
100
101
# File 'lib/qpay/models.rb', line 99

def qpay_short_url
  @qpay_short_url
end

#qr_image ⇒ Object

Returns the value of attribute qr_image

Returns:

  • (Object) —

    the current value of qr_image



99
100
101
# File 'lib/qpay/models.rb', line 99

def qr_image
  @qr_image
end

#qr_text ⇒ Object

Returns the value of attribute qr_text

Returns:

  • (Object) —

    the current value of qr_text



99
100
101
# File 'lib/qpay/models.rb', line 99

def qr_text
  @qr_text
end

#urls ⇒ Object

Returns the value of attribute urls

Returns:

  • (Object) —

    the current value of urls



99
100
101
# File 'lib/qpay/models.rb', line 99

def urls
  @urls
end