Class: QPay::CreateSimpleInvoiceRequest

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



85
86
87
# File 'lib/qpay/models.rb', line 85

def amount
  @amount
end

#callback_url ⇒ Object

Returns the value of attribute callback_url

Returns:

  • (Object) —

    the current value of callback_url



85
86
87
# File 'lib/qpay/models.rb', line 85

def callback_url
  @callback_url
end

#invoice_code ⇒ Object

Returns the value of attribute invoice_code

Returns:

  • (Object) —

    the current value of invoice_code



85
86
87
# File 'lib/qpay/models.rb', line 85

def invoice_code
  @invoice_code
end

#invoice_description ⇒ Object

Returns the value of attribute invoice_description

Returns:

  • (Object) —

    the current value of invoice_description



85
86
87
# File 'lib/qpay/models.rb', line 85

def invoice_description
  @invoice_description
end

#invoice_receiver_code ⇒ Object

Returns the value of attribute invoice_receiver_code

Returns:

  • (Object) —

    the current value of invoice_receiver_code



85
86
87
# File 'lib/qpay/models.rb', line 85

def invoice_receiver_code
  @invoice_receiver_code
end

#sender_branch_code ⇒ Object

Returns the value of attribute sender_branch_code

Returns:

  • (Object) —

    the current value of sender_branch_code



85
86
87
# File 'lib/qpay/models.rb', line 85

def sender_branch_code
  @sender_branch_code
end

#sender_invoice_no ⇒ Object

Returns the value of attribute sender_invoice_no

Returns:

  • (Object) —

    the current value of sender_invoice_no



85
86
87
# File 'lib/qpay/models.rb', line 85

def sender_invoice_no
  @sender_invoice_no
end