Class: PayPal::SDK::ButtonManagerRails::DataTypes::SetDataResponseType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManagerRails::DataTypes::SetDataResponseType
- Defined in:
- lib/paypal-sdk/button_manager_rails/data_types.rb
Overview
If Checkout session was initialized successfully, the corresponding token is returned in this element.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
1205 1206 1207 1208 1209 1210 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 1205 def self.load_members # If Checkout session was initialized successfully, the corresponding token is returned in this element. object_of :Token, String, :namespace => :ebl array_of :ShippingAddresses, AddressType, :namespace => :ebl array_of :SetDataError, ErrorType, :namespace => :ebl end |