Class: PayPal::SDK::ButtonManager::DataTypes::UpdateAccessPermissionsResponseType

Inherits:
AbstractResponseType
  • Object
show all
Defined in:
lib/paypal-sdk/button_manager/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



4130
4131
4132
4133
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 4130

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