Class: PayPal::SDK::ButtonManager::DataTypes::MerchantPullPaymentResponseType

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

Overview

MerchantPullPaymentResponseType Response data from the merchant pull.

Class Method Summary collapse

Class Method Details

.load_membersObject



1496
1497
1498
1499
1500
1501
1502
1503
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 1496

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