Class: PayPal::SDK::Merchant::DataTypes::PaymentRequestInfoType

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

Overview

Contains payment request information for each bucket in the cart.

Class Method Summary collapse

Class Method Details

.load_membersObject



3117
3118
3119
3120
3121
3122
3123
3124
# 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