Class: PayPal::SDK::Merchant::DataTypes::BillUserRequestType

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

Overview

This flag indicates that the response should include FMFDetails

Class Method Summary collapse

Class Method Details

.load_membersObject



3953
3954
3955
3956
3957
# File 'lib/paypal-sdk/merchant/data_types.rb', line 3953

def self.load_members
  object_of :MerchantPullPaymentDetails, MerchantPullPaymentType, :namespace => :ebl
  # This flag indicates that the response should include FMFDetails
  object_of :ReturnFMFDetails, Integer, :namespace => :ns
end