Class: PayPal::SDK::Merchant::DataTypes::ManageRecurringPaymentsProfileStatusRequestDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::Merchant::DataTypes::ManageRecurringPaymentsProfileStatusRequestDetailsType
- Defined in:
- lib/paypal-sdk/merchant/data_types.rb
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
2846 2847 2848 2849 2850 |
# File 'lib/paypal-sdk/merchant/data_types.rb', line 2846 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 |