Method: PayPal::SDK::ButtonManager::DataTypes::PaymentRequestInfoType.load_members

Defined in:
lib/paypal-sdk/button_manager/data_types.rb

.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