Class: PayPal::SDK::Merchant::DataTypes::MerchantPullPaymentResponseType

Inherits:
DataType
  • Object
show all
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_membersObject



1554
1555
1556
1557
1558
1559
1560
1561
# File 'lib/paypal-sdk/merchant/data_types.rb', line 1554

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