class PayPal::SDK::Merchant::DataTypes::MerchantPullPaymentResponseType
MerchantPullPaymentResponseType
Response data from the merchant pull.
Public Class Methods
load_members()
click to toggle source
# 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