Class: PayPal::SDK::Merchant::DataTypes::ManageRecurringPaymentsProfileStatusRequestDetailsType

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

Class Method Summary collapse

Class Method Details

.load_membersObject



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