Sha256: 51dc7bdd77992c23da92115807f3739991d868133983c26fc65a16ce448b8868
Contents?: true
Size: 425 Bytes
Versions: 107
Compression:
Stored size: 425 Bytes
Contents
module NetSuite module Records class BillAddress include Support::Fields include Support::Records include Namespaces::PlatformCommon fields :bill_attention, :bill_addressee, :bill_phone, :bill_addr1, :bill_addr2, :bill_addr3, :bill_city, :bill_state, :bill_zip, :bill_country def initialize(attrs = {}) initialize_from_attributes_hash(attrs) end end end end
Version data entries
107 entries across 107 versions & 1 rubygems