Class: PayPal::SDK::Merchant::DataTypes::GetTransactionDetailsResponseType

Inherits:
AbstractResponseType show all
Defined in:
lib/paypal-sdk/merchant/data_types.rb

Class Method Summary collapse

Class Method Details

.load_membersObject



3935
3936
3937
3938
# File 'lib/paypal-sdk/merchant/data_types.rb', line 3935

def self.load_members
  object_of :PaymentTransactionDetails, PaymentTransactionType, :namespace => :ebl
  object_of :ThreeDSecureDetails, ThreeDSecureInfoType, :namespace => :ebl
end