Class: QPay::CreateInvoiceRequest

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

Overview

--- Invoice ---

Instance Attribute Summary collapse

Instance Attribute Details

#allow_exceed ⇒ Object

Returns the value of attribute allow_exceed

Returns:

  • (Object) —

    the current value of allow_exceed



73
74
75
# File 'lib/qpay/models.rb', line 73

def allow_exceed
  @allow_exceed
end

#allow_partial ⇒ Object

Returns the value of attribute allow_partial

Returns:

  • (Object) —

    the current value of allow_partial



73
74
75
# File 'lib/qpay/models.rb', line 73

def allow_partial
  @allow_partial
end

#allow_subscribe ⇒ Object

Returns the value of attribute allow_subscribe

Returns:

  • (Object) —

    the current value of allow_subscribe



73
74
75
# File 'lib/qpay/models.rb', line 73

def allow_subscribe
  @allow_subscribe
end

#amount ⇒ Object

Returns the value of attribute amount

Returns:

  • (Object) —

    the current value of amount



73
74
75
# File 'lib/qpay/models.rb', line 73

def amount
  @amount
end

#callback_url ⇒ Object

Returns the value of attribute callback_url

Returns:

  • (Object) —

    the current value of callback_url



73
74
75
# File 'lib/qpay/models.rb', line 73

def callback_url
  @callback_url
end

#enable_expiry ⇒ Object

Returns the value of attribute enable_expiry

Returns:

  • (Object) —

    the current value of enable_expiry



73
74
75
# File 'lib/qpay/models.rb', line 73

def enable_expiry
  @enable_expiry
end

#invoice_code ⇒ Object

Returns the value of attribute invoice_code

Returns:

  • (Object) —

    the current value of invoice_code



73
74
75
# File 'lib/qpay/models.rb', line 73

def invoice_code
  @invoice_code
end

#invoice_description ⇒ Object

Returns the value of attribute invoice_description

Returns:

  • (Object) —

    the current value of invoice_description



73
74
75
# File 'lib/qpay/models.rb', line 73

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



73
74
75
# File 'lib/qpay/models.rb', line 73

def invoice_receiver_code
  @invoice_receiver_code
end

#invoice_receiver_data ⇒ Object

Returns the value of attribute invoice_receiver_data

Returns:

  • (Object) —

    the current value of invoice_receiver_data



73
74
75
# File 'lib/qpay/models.rb', line 73

def invoice_receiver_data
  @invoice_receiver_data
end

#lines ⇒ Object

Returns the value of attribute lines

Returns:

  • (Object) —

    the current value of lines



73
74
75
# File 'lib/qpay/models.rb', line 73

def lines
  @lines
end

#maximum_amount ⇒ Object

Returns the value of attribute maximum_amount

Returns:

  • (Object) —

    the current value of maximum_amount



73
74
75
# File 'lib/qpay/models.rb', line 73

def maximum_amount
  @maximum_amount
end

#minimum_amount ⇒ Object

Returns the value of attribute minimum_amount

Returns:

  • (Object) —

    the current value of minimum_amount



73
74
75
# File 'lib/qpay/models.rb', line 73

def minimum_amount
  @minimum_amount
end

#note ⇒ Object

Returns the value of attribute note

Returns:

  • (Object) —

    the current value of note



73
74
75
# File 'lib/qpay/models.rb', line 73

def note
  @note
end

#sender_branch_code ⇒ Object

Returns the value of attribute sender_branch_code

Returns:

  • (Object) —

    the current value of sender_branch_code



73
74
75
# File 'lib/qpay/models.rb', line 73

def sender_branch_code
  @sender_branch_code
end

#sender_branch_data ⇒ Object

Returns the value of attribute sender_branch_data

Returns:

  • (Object) —

    the current value of sender_branch_data



73
74
75
# File 'lib/qpay/models.rb', line 73

def sender_branch_data
  @sender_branch_data
end

#sender_invoice_no ⇒ Object

Returns the value of attribute sender_invoice_no

Returns:

  • (Object) —

    the current value of sender_invoice_no



73
74
75
# File 'lib/qpay/models.rb', line 73

def sender_invoice_no
  @sender_invoice_no
end

#sender_staff_code ⇒ Object

Returns the value of attribute sender_staff_code

Returns:

  • (Object) —

    the current value of sender_staff_code



73
74
75
# File 'lib/qpay/models.rb', line 73

def sender_staff_code
  @sender_staff_code
end

#sender_staff_data ⇒ Object

Returns the value of attribute sender_staff_data

Returns:

  • (Object) —

    the current value of sender_staff_data



73
74
75
# File 'lib/qpay/models.rb', line 73

def sender_staff_data
  @sender_staff_data
end

#sender_terminal_code ⇒ Object

Returns the value of attribute sender_terminal_code

Returns:

  • (Object) —

    the current value of sender_terminal_code



73
74
75
# File 'lib/qpay/models.rb', line 73

def sender_terminal_code
  @sender_terminal_code
end

#sender_terminal_data ⇒ Object

Returns the value of attribute sender_terminal_data

Returns:

  • (Object) —

    the current value of sender_terminal_data



73
74
75
# File 'lib/qpay/models.rb', line 73

def sender_terminal_data
  @sender_terminal_data
end

#subscription_interval ⇒ Object

Returns the value of attribute subscription_interval

Returns:

  • (Object) —

    the current value of subscription_interval



73
74
75
# File 'lib/qpay/models.rb', line 73

def subscription_interval
  @subscription_interval
end

#subscription_webhook ⇒ Object

Returns the value of attribute subscription_webhook

Returns:

  • (Object) —

    the current value of subscription_webhook



73
74
75
# File 'lib/qpay/models.rb', line 73

def subscription_webhook
  @subscription_webhook
end

#transactions ⇒ Object

Returns the value of attribute transactions

Returns:

  • (Object) —

    the current value of transactions



73
74
75
# File 'lib/qpay/models.rb', line 73

def transactions
  @transactions
end