Class: PayPal::SDK::Merchant::DataTypes::MerchantPullPaymentResponseType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::Merchant::DataTypes::MerchantPullPaymentResponseType
- Defined in:
- lib/paypal-sdk/merchant/data_types.rb
Overview
MerchantPullPaymentResponseType Response data from the merchant pull.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
1558 1559 1560 1561 1562 1563 1564 1565 |
# File 'lib/paypal-sdk/merchant/data_types.rb', line 1558 def self.load_members # information about the customer object_of :PayerInfo, PayerInfoType, :namespace => :ebl # Information about the transaction object_of :PaymentInfo, PaymentInfoType, :namespace => :ebl # Specific information about the preapproved payment object_of :MerchantPullInfo, MerchantPullInfoType, :namespace => :ebl end |