Class: PayPal::SDK::ButtonManagerRails::DataTypes::ManageRecurringPaymentsProfileStatusRequestDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManagerRails::DataTypes::ManageRecurringPaymentsProfileStatusRequestDetailsType
- Defined in:
- lib/paypal-sdk/button_manager_rails/data_types.rb
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
2772 2773 2774 2775 2776 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 2772 def self.load_members object_of :ProfileID, String, :namespace => :ebl, :required => true object_of :Action, StatusChangeActionType, :namespace => :ebl, :required => true object_of :Note, String, :namespace => :ebl end |