class PayPal::SDK::ButtonManagerRails::DataTypes::MerchantPullPaymentResponseType
MerchantPullPaymentResponseType
Response data from the merchant pull.
Public Class Methods
load_members()
click to toggle source
# File lib/paypal-sdk/button_manager_rails/data_types.rb, line 1519 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