Class: PayPal::SDK::ButtonManager::DataTypes::PaymentRequestInfoType

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

Overview

Contains payment request information for each bucket in the cart.

Class Method Summary collapse

Class Method Details

.load_membersObject



3043
3044
3045
3046
3047
3048
3049
3050
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 3043

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