Class: PayPal::SDK::ButtonManagerRails::DataTypes::DoMobileCheckoutPaymentRequestType
- Inherits:
-
AbstractRequestType
- Object
- Core::API::DataTypes::Base
- DataType
- AbstractRequestType
- PayPal::SDK::ButtonManagerRails::DataTypes::DoMobileCheckoutPaymentRequestType
- Defined in:
- lib/paypal-sdk/button_manager_rails/data_types.rb
Overview
A timestamped token, the value of which was returned by SetMobileCheckoutResponse. RequiredCharacter length and limitations: 20 single-byte characters
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
4814 4815 4816 4817 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 4814 def self.load_members # A timestamped token, the value of which was returned by SetMobileCheckoutResponse. RequiredCharacter length and limitations: 20 single-byte characters object_of :Token, String, :namespace => :ns, :required => true end |