Class: QPay::InvoiceReceiverData

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

Instance Attribute Summary collapse

Instance Attribute Details

#address ⇒ Object

Returns the value of attribute address

Returns:

  • (Object) —

    the current value of address



31
32
33
# File 'lib/qpay/models.rb', line 31

def address
  @address
end

#email ⇒ Object

Returns the value of attribute email

Returns:

  • (Object) —

    the current value of email



31
32
33
# File 'lib/qpay/models.rb', line 31

def email
  @email
end

#name ⇒ Object

Returns the value of attribute name

Returns:

  • (Object) —

    the current value of name



31
32
33
# File 'lib/qpay/models.rb', line 31

def name
  @name
end

#phone ⇒ Object

Returns the value of attribute phone

Returns:

  • (Object) —

    the current value of phone



31
32
33
# File 'lib/qpay/models.rb', line 31

def phone
  @phone
end

#register ⇒ Object

Returns the value of attribute register

Returns:

  • (Object) —

    the current value of register



31
32
33
# File 'lib/qpay/models.rb', line 31

def register
  @register
end