Method: PayPal::SDK::ButtonManager::DataTypes::SetDataRequestType.load_members

Defined in:
lib/paypal-sdk/button_manager/data_types.rb

.load_membersObject



974
975
976
977
978
979
980
981
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 974

def self.load_members
  # Details about Billing Agreements requested to be created. 
  array_of :BillingApprovalDetails, BillingApprovalDetailsType, :namespace => :ebl
  # Only needed if Auto Authorization is requested. The authentication session token will be passed in here. 
  object_of :BuyerDetail, BuyerDetailType, :namespace => :ebl
  # Requests for specific buyer information like Billing Address to be returned through GetExpressCheckoutDetails should be specified under this. 
  object_of :InfoSharingDirectives, InfoSharingDirectivesType, :namespace => :ebl
end