Class: PayPal::SDK::AdaptivePayments::DataTypes::ExecutePaymentRequest

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

Overview

The request to execute the payment request.

Class Method Summary collapse

Class Method Details

.load_membersObject



676
677
678
679
680
681
682
# File 'lib/paypal-sdk/adaptive_payments/data_types.rb', line 676

def self.load_members
  object_of :requestEnvelope, RequestEnvelope, :required => true
  object_of :payKey, String, :required => true
  # Describes the action that is performed by this API 
  object_of :actionType, String
  object_of :fundingPlanId, String
end