Class: PayPal::SDK::ButtonManagerRails::DataTypes::GetAccessPermissionDetailsResponseDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManagerRails::DataTypes::GetAccessPermissionDetailsResponseDetailsType
- Defined in:
- lib/paypal-sdk/button_manager_rails/data_types.rb
Overview
The first name of the User. Character length and limitations: 127 single-byte alphanumeric characters
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 1484 def self.load_members # The first name of the User. Character length and limitations: 127 single-byte alphanumeric characters object_of :FirstName, String, :namespace => :ebl # The Last name of the user. Character length and limitations: 127 single-byte alphanumeric characters object_of :LastName, String, :namespace => :ebl # The email address of the user. Character length and limitations: 256 single-byte alphanumeric characters. object_of :Email, String, :namespace => :ebl # contains information about API Services array_of :AccessPermissionName, String, :namespace => :ebl # contains information about API Services array_of :AccessPermissionStatus, String, :namespace => :ebl # Encrypted PayPal customer account identification number. Required Character length and limitations: 127 single-byte characters. object_of :PayerID, String, :namespace => :ebl end |