Class: PayPal::SDK::Merchant::DataTypes::GetTransactionDetailsRequestType
- Inherits:
-
AbstractRequestType
- Object
- Core::API::DataTypes::Base
- DataType
- AbstractRequestType
- PayPal::SDK::Merchant::DataTypes::GetTransactionDetailsRequestType
- Defined in:
- lib/paypal-sdk/merchant/data_types.rb
Overview
Unique identifier of a transaction. RequiredThe details for some kinds of transactions cannot be retrieved with GetTransactionDetailsRequest. You cannot obtain details of bank transfer withdrawals, for example. Character length and limitations: 17 single-byte alphanumeric characters
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
3926 3927 3928 3929 |
# File 'lib/paypal-sdk/merchant/data_types.rb', line 3926 def self.load_members # Unique identifier of a transaction. RequiredThe details for some kinds of transactions cannot be retrieved with GetTransactionDetailsRequest. You cannot obtain details of bank transfer withdrawals, for example. Character length and limitations: 17 single-byte alphanumeric characters object_of :TransactionID, String, :namespace => :ns end |