class PayPal::SDK::Merchant::DataTypes::PaymentRequestInfoType

Contains payment request information for each bucket in the cart.

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/merchant/data_types.rb, line 3117
def self.load_members
  # Contains the transaction id of the bucket.
  object_of :TransactionId, String, :namespace => :ebl
  # Contains the bucket id.
  object_of :PaymentRequestID, String, :namespace => :ebl
  # Contains the error details.
  object_of :PaymentError, ErrorType, :namespace => :ebl
end