Class: NetSuite::Records::VendorPaymentApply
- Inherits:
-
Object
- Object
- NetSuite::Records::VendorPaymentApply
- Includes:
- Namespaces::TranPurch, Support::Fields, Support::Records
- Defined in:
- lib/netsuite/records/vendor_payment_apply.rb
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ VendorPaymentApply
constructor
A new instance of VendorPaymentApply.
Methods included from Namespaces::TranPurch
Methods included from Support::Records
#record_type, #refresh, #to_attributes!, #to_record
Methods included from Namespaces::PlatformCore
Methods included from Support::Attributes
#attributes, #attributes=, #initialize_from_attributes_hash
Methods included from Support::Fields
Constructor Details
#initialize(attributes = {}) ⇒ VendorPaymentApply
Returns a new instance of VendorPaymentApply.
11 12 13 |
# File 'lib/netsuite/records/vendor_payment_apply.rb', line 11 def initialize(attributes = {}) initialize_from_attributes_hash(attributes) end |