Class: PayPal::SDK::Merchant::DataTypes::UpdateAccessPermissionsRequestType

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

Overview

Unique PayPal customer account number, the value of which was returned by GetAuthDetails Response. Required Character length and limitations: 20 single-byte characters

Class Method Summary collapse

Class Method Details

.load_membersObject



4289
4290
4291
4292
# File 'lib/paypal-sdk/merchant/data_types.rb', line 4289

def self.load_members
  # Unique PayPal customer account number, the value of which was returned by GetAuthDetails Response. Required Character length and limitations: 20 single-byte characters 
  object_of :PayerID, String, :namespace => :ns, :required => true
end