Class: PayPal::SDK::ButtonManager::DataTypes::ManageRecurringPaymentsProfileStatusRequestDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManager::DataTypes::ManageRecurringPaymentsProfileStatusRequestDetailsType
- Defined in:
- lib/paypal-sdk/button_manager/data_types.rb
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
2737 2738 2739 2740 2741 |
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 2737 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 |