class PayPal::SDK::Merchant::DataTypes::InfoSharingDirectivesType

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

Public Class Methods

load_members() click to toggle source
# 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