Class: PayPal::SDK::ButtonManager::DataTypes::DoExpressCheckoutPaymentRequestType
- Inherits:
- 
      AbstractRequestType
      
        - Object
- Core::API::DataTypes::Base
- DataType
- AbstractRequestType
- PayPal::SDK::ButtonManager::DataTypes::DoExpressCheckoutPaymentRequestType
 
- Defined in:
- lib/paypal-sdk/button_manager/data_types.rb
Overview
This flag indicates that the response should include FMFDetails
Direct Known Subclasses
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
| 4335 4336 4337 4338 4339 | # File 'lib/paypal-sdk/button_manager/data_types.rb', line 4335 def self.load_members object_of :DoExpressCheckoutPaymentRequestDetails, DoExpressCheckoutPaymentRequestDetailsType, :namespace => :ebl, :required => true # This flag indicates that the response should include FMFDetails object_of :ReturnFMFDetails, Integer, :namespace => :ns end |