Class: PayPal::SDK::Merchant::DataTypes::UpdateAccessPermissionsResponseType

Inherits:
AbstractResponseType show all
Defined in:
lib/paypal-sdk/merchant/data_types.rb

Overview

The status of the update call, Success/Failure. Character length and limitations: 20 single-byte characters

Class Method Summary collapse

Class Method Details

.load_membersObject



4292
4293
4294
4295
# File 'lib/paypal-sdk/merchant/data_types.rb', line 4292

def self.load_members
  # The status of the update call, Success/Failure. Character length and limitations: 20 single-byte characters 
  object_of :Status, String, :namespace => :ns, :required => true
end