Class: PayPal::SDK::ButtonManager::DataTypes::ManageRecurringPaymentsProfileStatusRequestDetailsType

Inherits:
DataType
  • Object
show all
Defined in:
lib/paypal-sdk/button_manager/data_types.rb

Class Method Summary collapse

Class Method Details

.load_membersObject



2772
2773
2774
2775
2776
# File 'lib/paypal-sdk/button_manager/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