Class: PayPal::SDK::Merchant::DataTypes::InfoSharingDirectivesType

Inherits:
DataType
  • Object
show all
Defined in:
lib/paypal-sdk/merchant/data_types.rb

Overview

If Billing Address should be returned in GetExpressCheckoutDetails response, this parameter should be set to yes here

Class Method Summary collapse

Class Method Details

.load_membersObject



1046
1047
1048
1049
# File 'lib/paypal-sdk/merchant/data_types.rb', line 1046

def self.load_members
  # If Billing Address should be returned in GetExpressCheckoutDetails response, this parameter should be set to yes here
  object_of :ReqBillingAddress, String, :namespace => :ebl
end