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



3946
3947
3948
3949
3950
# File 'lib/paypal-sdk/merchant/data_types.rb', line 3946

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