Class: PayPal::SDK::REST::DataTypes::InvoicingMetaData
- Inherits:
-
Base
- Object
- Core::API::DataTypes::Base
- Base
- PayPal::SDK::REST::DataTypes::InvoicingMetaData
- Defined in:
- lib/paypal-sdk/rest/data_types.rb
Constant Summary
Constants inherited from Core::API::DataTypes::Base
Core::API::DataTypes::Base::ContentKey, Core::API::DataTypes::Base::HashOptions
Instance Attribute Summary
Attributes inherited from Base
Class Method Summary collapse
Methods inherited from Base
#http_header, #merge!, #raise_error!, raise_on_api_error, #success?
Methods inherited from Core::API::DataTypes::Base
add_attribute, add_member, array_of, #convert_array, #convert_object, define_alias_methods, #hash_key, #initialize, #member_names, members, #members, #merge!, object_of, #set, #skip_value?, snakecase, #to_hash, #value_to_hash
Methods included from Core::Logging
#log_event, #logger, logger, logger=
Constructor Details
This class inherits a constructor from PayPal::SDK::Core::API::DataTypes::Base
Class Method Details
.load_members ⇒ Object
1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 |
# File 'lib/paypal-sdk/rest/data_types.rb', line 1906 def self.load_members object_of :created_date, String object_of :created_by, String object_of :cancelled_date, String object_of :cancelled_by, String object_of :last_updated_date, String object_of :last_updated_by, String object_of :first_sent_date, String object_of :last_sent_date, String object_of :last_sent_by, String end |