Class: PayPal::SDK::ButtonManagerRails::DataTypes::MerchantPullPaymentResponseType

Inherits:
DataType
  • Object
show all
Defined in:
lib/paypal-sdk/button_manager_rails/data_types.rb

Overview

MerchantPullPaymentResponseType Response data from the merchant pull.

Class Method Summary collapse

Class Method Details

.load_membersObject



1519
1520
1521
1522
1523
1524
1525
1526
# 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