Class: PayPal::SDK::ButtonManagerRails::DataTypes::BillUserRequestType

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

Overview

This flag indicates that the response should include FMFDetails

Class Method Summary collapse

Class Method Details

.load_membersObject



3845
3846
3847
3848
3849
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 3845

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