Class: PayPal::SDK::ButtonManager::DataTypes::SetDataRequestType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManager::DataTypes::SetDataRequestType
- Defined in:
- lib/paypal-sdk/button_manager/data_types.rb
Overview
Details about Billing Agreements requested to be created.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
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 |