Class: PayPal::SDK::Merchant::DataTypes::GetBoardingDetailsRequestType
- Inherits:
-
AbstractRequestType
- Object
- Core::API::DataTypes::Base
- DataType
- AbstractRequestType
- PayPal::SDK::Merchant::DataTypes::GetBoardingDetailsRequestType
- Defined in:
- lib/paypal-sdk/merchant/data_types.rb
Overview
A unique token returned by the EnterBoarding API call that identifies this boarding session. RequiredCharacter length and limitations: 64 alphanumeric characters. The token has the following format:OB-61characterstring
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
4185 4186 4187 4188 |
# File 'lib/paypal-sdk/merchant/data_types.rb', line 4185 def self.load_members # A unique token returned by the EnterBoarding API call that identifies this boarding session. RequiredCharacter length and limitations: 64 alphanumeric characters. The token has the following format:OB-61characterstring object_of :Token, String, :namespace => :ns, :required => true end |