Class: PayPal::SDK::Merchant::DataTypes::SetMobileCheckoutResponseType
- Inherits:
-
AbstractResponseType
- Object
- Core::API::DataTypes::Base
- DataType
- AbstractResponseType
- PayPal::SDK::Merchant::DataTypes::SetMobileCheckoutResponseType
- Defined in:
- lib/paypal-sdk/merchant/data_types.rb
Overview
A timestamped token by which you identify to PayPal that you are processing this payment with Mobile Checkout. The token expires after three hours. Character length and limitations: 20 single-byte characters
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
4908 4909 4910 4911 |
# File 'lib/paypal-sdk/merchant/data_types.rb', line 4908 def self.load_members # A timestamped token by which you identify to PayPal that you are processing this payment with Mobile Checkout. The token expires after three hours. Character length and limitations: 20 single-byte characters object_of :Token, String, :namespace => :ns, :required => true end |