class PayPal::SDK::AdaptivePayments::DataTypes::ExecutePaymentRequest

The request to execute the payment request.

Public Class Methods

load_members() click to toggle source
# 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