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

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

.load_membersObject



3818
3819
3820
3821
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 3818

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