Class: PayPal::SDK::ButtonManagerRails::DataTypes::InfoSharingDirectivesType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManagerRails::DataTypes::InfoSharingDirectivesType
- Defined in:
- lib/paypal-sdk/button_manager_rails/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_members ⇒ Object
1031 1032 1033 1034 |
# 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 |