Class: PayPal::SDK::ButtonManagerRails::DataTypes::SetExpressCheckoutResponseType
- Inherits:
-
AbstractResponseType
- Object
- Core::API::DataTypes::Base
- DataType
- AbstractResponseType
- PayPal::SDK::ButtonManagerRails::DataTypes::SetExpressCheckoutResponseType
- Defined in:
- lib/paypal-sdk/button_manager_rails/data_types.rb
Overview
A timestamped token by which you identify to PayPal that you are processing this payment with Express Checkout. The token expires after three hours. If you set Token in the SetExpressCheckoutRequest, the value of Token in the response is identical to the value in the request. Character length and limitations: 20 single-byte characters
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
4267 4268 4269 4270 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 4267 def self.load_members # A timestamped token by which you identify to PayPal that you are processing this payment with Express Checkout. The token expires after three hours. If you set Token in the SetExpressCheckoutRequest, the value of Token in the response is identical to the value in the request. Character length and limitations: 20 single-byte characters object_of :Token, String, :namespace => :ns end |