class PayPal::SDK::Merchant::DataTypes::UpdateAccessPermissionsResponseType

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

Public Class Methods

load_members() click to toggle source
# 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