Class: OpenPayU::Models::StatusUpdate

Inherits:
Model
  • Object
show all
Defined in:
lib/openpayu/models/status_update.rb

Instance Attribute Summary (collapse)

Attributes inherited from Model

#all_errors

Method Summary

Methods inherited from Model

#after_initialize, #all_objects_valid?, #attributes, define_reader, define_writer, #get_instance_values, has_many_objects, has_one_object, #initialize, #prepare_data, #prepare_keys, #to_flatten_hash, #to_json, #validate_all_objects

Constructor Details

This class inherits a constructor from OpenPayU::Models::Model

Instance Attribute Details

- (Object) custom_status

Returns the value of attribute custom_status



5
6
7
# File 'lib/openpayu/models/status_update.rb', line 5

def custom_status
  @custom_status
end

- (Object) customer_email

Returns the value of attribute customer_email



5
6
7
# File 'lib/openpayu/models/status_update.rb', line 5

def customer_email
  @customer_email
end

- (Object) customer_id

Returns the value of attribute customer_id



5
6
7
# File 'lib/openpayu/models/status_update.rb', line 5

def customer_id
  @customer_id
end

- (Object) order_creation_date

Returns the value of attribute order_creation_date



5
6
7
# File 'lib/openpayu/models/status_update.rb', line 5

def order_creation_date
  @order_creation_date
end

- (Object) order_id

Returns the value of attribute order_id



5
6
7
# File 'lib/openpayu/models/status_update.rb', line 5

def order_id
  @order_id
end

- (Object) order_status

Returns the value of attribute order_status



5
6
7
# File 'lib/openpayu/models/status_update.rb', line 5

def order_status
  @order_status
end

- (Object) reason

Returns the value of attribute reason



5
6
7
# File 'lib/openpayu/models/status_update.rb', line 5

def reason
  @reason
end