Class: PayPal::SDK::AdaptiveAccounts::DataTypes::AuditDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::AdaptiveAccounts::DataTypes::AuditDetailsType
- Defined in:
- lib/paypal-sdk/adaptive_accounts/data_types.rb
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
775 776 777 778 779 780 781 782 |
# File 'lib/paypal-sdk/adaptive_accounts/data_types.rb', line 775 def self.load_members object_of :status, String, :required => true object_of :level, String, :required => true object_of :method, String, :required => true object_of :reason, String, :required => true array_of :data, TupleType object_of :policyVersion, String end |