class PayPal::SDK::ButtonManagerRails::DataTypes::DoExpressCheckoutPaymentRequestType

This flag indicates that the response should include FMFDetails

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/button_manager_rails/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