Class: PayPal::SDK::ButtonManager::DataTypes::PaymentRequestInfoType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManager::DataTypes::PaymentRequestInfoType
- 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_members ⇒ Object
3008 3009 3010 3011 3012 3013 3014 3015 |
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 3008 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 |