Class: OpenPayU::Models::Buyer::Delivery

Inherits:
Address show all
Defined in:
lib/openpayu/models/buyer/invoice.rb,
lib/openpayu/models/buyer/delivery.rb

Instance Attribute Summary collapse

Attributes inherited from Address

#city, #country_code, #name, #postal_box, #postal_code, #recipient_email, #recipient_name, #recipient_phone, #state, #street

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

#e_invoice_requestedObject

Returns the value of attribute e_invoice_requested.



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

def e_invoice_requested
  @e_invoice_requested
end

#TINObject

Returns the value of attribute TIN.



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

def TIN
  @TIN
end