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



4299
4300
4301
4302
# File 'lib/paypal-sdk/merchant/data_types.rb', line 4299

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