class PayPal::SDK::ButtonManagerRails::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/button_manager_rails/data_types.rb, line 1031
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