Class: PayPal::SDK::ButtonManagerRails::DataTypes::EnterBoardingResponseType
- Inherits:
-
AbstractResponseType
- Object
- Core::API::DataTypes::Base
- DataType
- AbstractResponseType
- PayPal::SDK::ButtonManagerRails::DataTypes::EnterBoardingResponseType
- Defined in:
- lib/paypal-sdk/button_manager_rails/data_types.rb
Overview
A unique token that identifies this boarding session. Use this token with the GetBoarding Details API call.Character length and limitations: 64 alphanumeric characters. The token has the following format:OB-61characterstring
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
4059 4060 4061 4062 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 4059 def self.load_members # A unique token that identifies this boarding session. Use this token with the GetBoarding Details API call.Character length and limitations: 64 alphanumeric characters. The token has the following format:OB-61characterstring object_of :Token, String, :namespace => :ns, :required => true end |