Class: PayPal::SDK::Merchant::DataTypes::DoExpressCheckoutPaymentRequestType

Inherits:
AbstractRequestType show all
Defined in:
lib/paypal-sdk/merchant/data_types.rb

Overview

This flag indicates that the response should include FMFDetails

Direct Known Subclasses

DoUATPExpressCheckoutPaymentRequestType

Class Method Summary collapse

Class Method Details

.load_membersObject



4443
4444
4445
4446
4447
# File 'lib/paypal-sdk/merchant/data_types.rb', line 4443

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